#777006

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

Shades of Olive #777006

Tints of Olive #777006

Color information

#777006 (or 0x777006) is unknown color: approx Olive. HEX triplet: 77, 70 and 06. RGB value is (119,112,6). Sum of RGB (Red+Green+Blue) = 119+112+6=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #777006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777006 is #888FF9. Grayscale: #666666. Windows color (decimal): -8949754 or 422007. OLE color: 422007.

HSL color Cylindrical-coordinate representation of color #777006: hue angle of 56.28º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #777006 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1191126-
CMYK00.060.950.53
HSL56.28º90.4%24.51%-
HSV(B)56.28º94.96%46.67%-
XYZ13.4315.522.46-
YUV102.0173.82140.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 6 (2.73% from 255) = 2.53%
R=50.21%
G=47.26%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119112600.060.950.5356.2890.424.51
Hex77706065F35385a19
Octal167160606137657013231
Binary1110111111000011001101011111110101111000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777006; }

 p { color: rgb(119,112,6); }

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

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

 a { background-color: rgb(119,112,6); }

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

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

 span { border-color: rgb(119,112,6); }

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