#777204

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

Shades of Olive #777204

Tints of Olive #777204

Color information

#777204 (or 0x777204) is unknown color: approx Olive. HEX triplet: 77, 72 and 04. RGB value is (119,114,4). Sum of RGB (Red+Green+Blue) = 119+114+4=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #777204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777204 is #888DFB. Grayscale: #676767. Windows color (decimal): -8949244 or 291447. OLE color: 291447.

HSL color Cylindrical-coordinate representation of color #777204: hue angle of 57.39º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #777204 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1191144-
CMYK00.040.970.53
HSL57.39º93.5%24.12%-
HSV(B)57.39º96.64%46.67%-
XYZ13.6515.972.48-
YUV102.9672.16139.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=50.21%
G=48.10%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119114400.040.970.5357.3993.524.12
Hex77724046135395d18
Octal167162404141657113530
Binary1110111111001010001001100001110101111001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777204; }

 p { color: rgb(119,114,4); }

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

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

 a { background-color: rgb(119,114,4); }

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

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

 span { border-color: rgb(119,114,4); }

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