#766E06

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

Shades of Olive #766E06

Tints of Olive #766E06

Color information

#766E06 (or 0x766E06) is unknown color: approx Olive. HEX triplet: 76, 6E and 06. RGB value is (118,110,6). Sum of RGB (Red+Green+Blue) = 118+110+6=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #766E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E06 is #8991F9. Grayscale: #646464. Windows color (decimal): -9015802 or 421494. OLE color: 421494.

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

Color convert

RGB1181106-
CMYK00.070.950.54
HSL55.71º90.32%24.31%-
HSV(B)55.71º94.92%46.27%-
XYZ13.0815.022.38-
YUV100.5474.65140.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 110 (43.36% from 255) = 47.01%
BLUE value IS 6 (2.73% from 255) = 2.56%
R=50.43%
G=47.01%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118110600.070.950.5455.7190.3224.31
Hex766E6075F36385a18
Octal166156607137667013230
Binary1110110110111011001111011111110110111000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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