#776F06

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

Shades of Olive #776F06

Tints of Olive #776F06

Color information

#776F06 (or 0x776F06) is unknown color: approx Olive. HEX triplet: 77, 6F and 06. RGB value is (119,111,6). Sum of RGB (Red+Green+Blue) = 119+111+6=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #776F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F06 is #8890F9. Grayscale: #656565. Windows color (decimal): -8950010 or 421751. OLE color: 421751.

HSL color Cylindrical-coordinate representation of color #776F06: hue angle of 55.75º 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 #776F06 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1191116-
CMYK00.070.950.53
HSL55.75º90.4%24.51%-
HSV(B)55.75º94.96%46.67%-
XYZ13.3315.32.42-
YUV101.4274.15140.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 111 (43.75% from 255) = 47.03%
BLUE value IS 6 (2.73% from 255) = 2.54%
R=50.42%
G=47.03%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119111600.070.950.5355.7590.424.51
Hex776F6075F35385a19
Octal167157607137657013231
Binary1110111110111111001111011111110101111000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776F06; }

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

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

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

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

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

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

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

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