#776E20

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

Shades of Olivetone #776E20

Tints of Olivetone #776E20

Color information

#776E20 (or 0x776E20) is unknown color: approx Olivetone. HEX triplet: 77, 6E and 20. RGB value is (119,110,32). Sum of RGB (Red+Green+Blue) = 119+110+32=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #776E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E20 is #8891DF. Grayscale: #686868. Windows color (decimal): -8950240 or 2125431. OLE color: 2125431.

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

Color convert

RGB11911032-
CMYK00.080.730.53
HSL53.79º57.62%29.61%-
HSV(B)53.79º73.11%46.67%-
XYZ13.4415.183.59-
YUV103.887.48138.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=45.59%
G=42.15%
B=12.26%

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
Decimal1191103200.080.730.5353.7957.6229.61
Hex776E20084935363a1e
Octal1671564001011165667236
Binary1110111110111010000001000100100111010111011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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