#726E20

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

Shades of Olivetone #726E20

Tints of Olivetone #726E20

Color information

#726E20 (or 0x726E20) is unknown color: approx Olivetone. HEX triplet: 72, 6E and 20. RGB value is (114,110,32). Sum of RGB (Red+Green+Blue) = 114+110+32=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #726E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E20 is #8D91DF. Grayscale: #666666. Windows color (decimal): -9277920 or 2125426. OLE color: 2125426.

HSL color Cylindrical-coordinate representation of color #726E20: hue angle of 57.07º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #726E20 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11411032-
CMYK00.040.720.55
HSL57.07º56.16%28.63%-
HSV(B)57.07º71.93%44.71%-
XYZ12.7814.833.56-
YUV102.388.33136.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.53%
GREEN value IS 110 (43.36% from 255) = 42.97%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=44.53%
G=42.97%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141103200.040.720.5557.0756.1628.63
Hex726E2004483739381d
Octal162156400411067717035
Binary111001011011101000000100100100011011111100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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