#776D20

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

Shades of Olivetone #776D20

Tints of Olivetone #776D20

Color information

#776D20 (or 0x776D20) is unknown color: approx Olivetone. HEX triplet: 77, 6D and 20. RGB value is (119,109,32). Sum of RGB (Red+Green+Blue) = 119+109+32=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #776D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D20 is #8892DF. Grayscale: #676767. Windows color (decimal): -8950496 or 2125175. OLE color: 2125175.

HSL color Cylindrical-coordinate representation of color #776D20: hue angle of 53.1º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #776D20 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB11910932-
CMYK00.080.730.53
HSL53.1º57.62%29.61%-
HSV(B)53.1º73.11%46.67%-
XYZ13.3414.963.55-
YUV103.2187.81139.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 32 (12.89% from 255) = 12.31%
R=45.77%
G=41.92%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191093200.080.730.5353.157.6229.61
Hex776D20084935353a1e
Octal1671554001011165657236
Binary1110111110110110000001000100100111010111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776D20; }

 p { color: rgb(119,109,32); }

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

<style>
 a { background-color: #776D20; }

 a { background-color: rgb(119,109,32); }

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

<style>
 span { border-color: #776D20; }

 span { border-color: rgb(119,109,32); }

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