#766D08

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

Shades of Olive #766D08

Tints of Olive #766D08

Color information

#766D08 (or 0x766D08) is unknown color: approx Olive. HEX triplet: 76, 6D and 08. RGB value is (118,109,8). Sum of RGB (Red+Green+Blue) = 118+109+8=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #766D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D08 is #8992F7. Grayscale: #646464. Windows color (decimal): -9016056 or 552310. OLE color: 552310.

HSL color Cylindrical-coordinate representation of color #766D08: hue angle of 55.09º 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 #766D08 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB1181098-
CMYK00.080.930.54
HSL55.09º87.3%24.71%-
HSV(B)55.09º93.22%46.27%-
XYZ12.9814.812.4-
YUV100.1875.98140.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 109 (42.97% from 255) = 46.38%
BLUE value IS 8 (3.52% from 255) = 3.40%
R=50.21%
G=46.38%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118109800.080.930.5455.0987.324.71
Hex766D8085D36375719
Octal16615510010135666712731
Binary111011011011011000010001011101110110110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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