#776E08

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

Shades of Olive #776E08

Tints of Olive #776E08

Color information

#776E08 (or 0x776E08) is unknown color: approx Olive. HEX triplet: 77, 6E and 08. RGB value is (119,110,8). Sum of RGB (Red+Green+Blue) = 119+110+8=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #776E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E08 is #8891F7. Grayscale: #656565. Windows color (decimal): -8950264 or 552567. OLE color: 552567.

HSL color Cylindrical-coordinate representation of color #776E08: hue angle of 55.14º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #776E08 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1191108-
CMYK00.080.930.53
HSL55.14º87.4%24.9%-
HSV(B)55.14º93.28%46.67%-
XYZ13.2315.092.45-
YUV101.0675.48140.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 110 (43.36% from 255) = 46.41%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=50.21%
G=46.41%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110800.080.930.5355.1487.424.9
Hex776E8085D35375719
Octal16715610010135656712731
Binary111011111011101000010001011101110101110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,8); }

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

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

 a { background-color: rgb(119,110,8); }

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

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

 span { border-color: rgb(119,110,8); }

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