#766E08

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

Shades of Olive #766E08

Tints of Olive #766E08

Color information

#766E08 (or 0x766E08) is unknown color: approx Olive. HEX triplet: 76, 6E and 08. RGB value is (118,110,8). Sum of RGB (Red+Green+Blue) = 118+110+8=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 110 (43.36% from 255 or 46.61% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #766E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E08 is #8991F7. Grayscale: #656565. Windows color (decimal): -9015800 or 552566. OLE color: 552566.

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

Color convert

RGB1181108-
CMYK00.070.930.54
HSL55.64º87.3%24.71%-
HSV(B)55.64º93.22%46.27%-
XYZ13.0915.022.44-
YUV100.7675.65140.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 110 (43.36% from 255) = 46.61%
BLUE value IS 8 (3.52% from 255) = 3.39%
R=50%
G=46.61%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118110800.070.930.5455.6487.324.71
Hex766E8075D36385719
Octal1661561007135667012731
Binary11101101101110100001111011101110110111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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