#766D06

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

Shades of Olive #766D06

Tints of Olive #766D06

Color information

#766D06 (or 0x766D06) is unknown color: approx Olive. HEX triplet: 76, 6D and 06. RGB value is (118,109,6). Sum of RGB (Red+Green+Blue) = 118+109+6=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #766D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D06 is #8992F9. Grayscale: #646464. Windows color (decimal): -9016058 or 421238. OLE color: 421238.

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

Color convert

RGB1181096-
CMYK00.080.950.54
HSL55.18º90.32%24.31%-
HSV(B)55.18º94.92%46.27%-
XYZ12.9714.82.35-
YUV99.9574.98140.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 109 (42.97% from 255) = 46.78%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=50.64%
G=46.78%
B=2.58%

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
Decimal118109600.080.950.5455.1890.3224.31
Hex766D6085F36375a18
Octal1661556010137666713230
Binary11101101101101110010001011111110110110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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