#77A024

Color #77A024 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #77A024

Tints of Sushi #77A024

Color information

#77A024 (or 0x77A024) is unknown color: approx Sushi. HEX triplet: 77, A0 and 24. RGB value is (119,160,36). Sum of RGB (Red+Green+Blue) = 119+160+36=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #77A024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A024 is #885FDB. Grayscale: #868686. Windows color (decimal): -8937436 or 2400375. OLE color: 2400375.

HSL color Cylindrical-coordinate representation of color #77A024: hue angle of 79.84º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77A024 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB11916036-
CMYK0.2600.780.37
HSL79.84º63.27%38.43%-
HSV(B)79.84º77.5%62.75%-
XYZ20.529.196.22-
YUV133.672.92117.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 160 (62.89% from 255) = 50.79%
BLUE value IS 36 (14.45% from 255) = 11.43%
R=37.78%
G=50.79%
B=11.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal119160360.2600.780.3779.8463.2738.43
Hex77A0241A04E25503f26
Octal16724044320116451207746
Binary11101111010000010010011010010011101001011010000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A024; }

 p { color: rgb(119,160,36); }

 H1.HeaderClassName
 {
   color: #77A024;
 }
 .AnyTagClassName
 {
   color: #77A024;
 }
</style>
background-color css

<style>
 a { background-color: #77A024; }

 a { background-color: rgb(119,160,36); }

 div.DivClassName
 {
   background-color: #77A024;
 }
 .BgClassName
 {
   background-color: #77A024;
 }
</style>
border-color css

<style>
 span { border-color: #77A024; }

 span { border-color: rgb(119,160,36); }

 td.TdClassName
 {
   border-color: #77A024;
 }
 .TagClassName
 {
   border-color: #77A024;
 }
</style>