#726D20

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

Shades of Olivetone #726D20

Tints of Olivetone #726D20

Color information

#726D20 (or 0x726D20) is unknown color: approx Olivetone. HEX triplet: 72, 6D and 20. RGB value is (114,109,32). Sum of RGB (Red+Green+Blue) = 114+109+32=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #726D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D20 is #8D92DF. Grayscale: #666666. Windows color (decimal): -9278176 or 2125170. OLE color: 2125170.

HSL color Cylindrical-coordinate representation of color #726D20: hue angle of 56.34º 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 #726D20 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11410932-
CMYK00.040.720.55
HSL56.34º56.16%28.63%-
HSV(B)56.34º71.93%44.71%-
XYZ12.6714.623.52-
YUV101.7288.66136.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 109 (42.97% from 255) = 42.75%
BLUE value IS 32 (12.89% from 255) = 12.55%
R=44.71%
G=42.75%
B=12.55%

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
Decimal1141093200.040.720.5556.3456.1628.63
Hex726D2004483738381d
Octal162155400411067707035
Binary111001011011011000000100100100011011111100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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