#766B20

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

Shades of Olivetone #766B20

Tints of Olivetone #766B20

Color information

#766B20 (or 0x766B20) is unknown color: approx Olivetone. HEX triplet: 76, 6B and 20. RGB value is (118,107,32). Sum of RGB (Red+Green+Blue) = 118+107+32=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B20 is #8994DF. Grayscale: #666666. Windows color (decimal): -9016544 or 2124662. OLE color: 2124662.

HSL color Cylindrical-coordinate representation of color #766B20: hue angle of 52.33º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #766B20 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB11810732-
CMYK00.090.730.54
HSL52.33º57.33%29.41%-
HSV(B)52.33º72.88%46.27%-
XYZ12.9914.473.48-
YUV101.7488.64139.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=45.91%
G=41.63%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181073200.090.730.5452.3357.3329.41
Hex766B2009493634391d
Octal1661534001111166647135
Binary1110110110101110000001001100100111011011010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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