#766C06

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

Shades of Olive #766C06

Tints of Olive #766C06

Color information

#766C06 (or 0x766C06) is unknown color: approx Olive. HEX triplet: 76, 6C and 06. RGB value is (118,108,6). Sum of RGB (Red+Green+Blue) = 118+108+6=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #766C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C06 is #8993F9. Grayscale: #636363. Windows color (decimal): -9016314 or 420982. OLE color: 420982.

HSL color Cylindrical-coordinate representation of color #766C06: hue angle of 54.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #766C06 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB1181086-
CMYK00.080.950.54
HSL54.64º90.32%24.31%-
HSV(B)54.64º94.92%46.27%-
XYZ12.8714.592.31-
YUV99.3675.31141.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=50.86%
G=46.55%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118108600.080.950.5454.6490.3224.31
Hex766C6085F36375a18
Octal1661546010137666713230
Binary11101101101100110010001011111110110110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,108,6); }

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

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

 a { background-color: rgb(118,108,6); }

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

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

 span { border-color: rgb(118,108,6); }

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