#726C20

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

Shades of Olivetone #726C20

Tints of Olivetone #726C20

Color information

#726C20 (or 0x726C20) is unknown color: approx Olivetone. HEX triplet: 72, 6C and 20. RGB value is (114,108,32). Sum of RGB (Red+Green+Blue) = 114+108+32=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #726C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726C20 is #8D93DF. Grayscale: #656565. Windows color (decimal): -9278432 or 2124914. OLE color: 2124914.

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

Color convert

RGB11410832-
CMYK00.050.720.55
HSL55.61º56.16%28.63%-
HSV(B)55.61º71.93%44.71%-
XYZ12.5614.413.49-
YUV101.1388.99137.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 32 (12.89% from 255) = 12.60%
R=44.88%
G=42.52%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141083200.050.720.5555.6156.1628.63
Hex726C2005483738381d
Octal162154400511067707035
Binary111001011011001000000101100100011011111100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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