#776D06

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

Shades of Olive #776D06

Tints of Olive #776D06

Color information

#776D06 (or 0x776D06) is unknown color: approx Olive. HEX triplet: 77, 6D and 06. RGB value is (119,109,6). Sum of RGB (Red+Green+Blue) = 119+109+6=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #776D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D06 is #8892F9. Grayscale: #646464. Windows color (decimal): -8950522 or 421239. OLE color: 421239.

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

Color convert

RGB1191096-
CMYK00.080.950.53
HSL54.69º90.4%24.51%-
HSV(B)54.69º94.96%46.67%-
XYZ13.1114.872.35-
YUV100.2574.81141.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 109 (42.97% from 255) = 46.58%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=50.85%
G=46.58%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119109600.080.950.5354.6990.424.51
Hex776D6085F35375a19
Octal1671556010137656713231
Binary11101111101101110010001011111110101110111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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