#766F20

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

Shades of Olivetone #766F20

Tints of Olivetone #766F20

Color information

#766F20 (or 0x766F20) is unknown color: approx Olivetone. HEX triplet: 76, 6F and 20. RGB value is (118,111,32). Sum of RGB (Red+Green+Blue) = 118+111+32=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #766F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F20 is #8990DF. Grayscale: #686868. Windows color (decimal): -9015520 or 2125686. OLE color: 2125686.

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

Color convert

RGB11811132-
CMYK00.060.730.54
HSL55.12º57.33%29.41%-
HSV(B)55.12º72.88%46.27%-
XYZ13.4215.323.62-
YUV104.0987.32137.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=45.21%
G=42.53%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181113200.060.730.5455.1257.3329.41
Hex766F2006493637391d
Octal166157400611166677135
Binary111011011011111000000110100100111011011011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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