#766B06

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

Shades of Olive #766B06

Tints of Olive #766B06

Color information

#766B06 (or 0x766B06) is unknown color: approx Olive. HEX triplet: 76, 6B and 06. RGB value is (118,107,6). Sum of RGB (Red+Green+Blue) = 118+107+6=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #766B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766B06 is #8994F9. Grayscale: #636363. Windows color (decimal): -9016570 or 420726. OLE color: 420726.

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

Color convert

RGB1181076-
CMYK00.090.950.54
HSL54.11º90.32%24.31%-
HSV(B)54.11º94.92%46.27%-
XYZ12.7614.382.28-
YUV98.7875.64141.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=51.08%
G=46.32%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118107600.090.950.5454.1190.3224.31
Hex766B6095F36365a18
Octal1661536011137666613230
Binary11101101101011110010011011111110110110110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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