#766E20

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

Shades of Olivetone #766E20

Tints of Olivetone #766E20

Color information

#766E20 (or 0x766E20) is unknown color: approx Olivetone. HEX triplet: 76, 6E and 20. RGB value is (118,110,32). Sum of RGB (Red+Green+Blue) = 118+110+32=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #766E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E20 is #8991DF. Grayscale: #676767. Windows color (decimal): -9015776 or 2125430. OLE color: 2125430.

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

Color convert

RGB11811032-
CMYK00.070.730.54
HSL54.42º57.33%29.41%-
HSV(B)54.42º72.88%46.27%-
XYZ13.3115.113.58-
YUV103.587.65138.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 32 (12.89% from 255) = 12.31%
R=45.38%
G=42.31%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181103200.070.730.5454.4257.3329.41
Hex766E2007493636391d
Octal166156400711166667135
Binary111011011011101000000111100100111011011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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