#727820

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

Shades of Olivetone #727820

Tints of Olivetone #727820

Color information

#727820 (or 0x727820) is unknown color: approx Olivetone. HEX triplet: 72, 78 and 20. RGB value is (114,120,32). Sum of RGB (Red+Green+Blue) = 114+120+32=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #727820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727820 is #8D87DF. Grayscale: #6C6C6C. Windows color (decimal): -9275360 or 2127986. OLE color: 2127986.

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

Color convert

RGB11412032-
CMYK0.0500.730.53
HSL64.09º57.89%29.8%-
HSV(B)64.09º73.33%47.06%-
XYZ13.9217.113.94-
YUV108.1785.01132.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=42.86%
G=45.11%
B=12.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120320.0500.730.5364.0957.8929.8
Hex727820504935403a1e
Octal1621704050111651007236
Binary1110010111100010000010101001001110101100000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727820; }

 p { color: rgb(114,120,32); }

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

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

 a { background-color: rgb(114,120,32); }

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

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

 span { border-color: rgb(114,120,32); }

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