#726D18

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

Shades of Olivetone #726D18

Tints of Olivetone #726D18

Color information

#726D18 (or 0x726D18) is unknown color: approx Olivetone. HEX triplet: 72, 6D and 18. RGB value is (114,109,24). Sum of RGB (Red+Green+Blue) = 114+109+24=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #726D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D18 is #8D92E7. Grayscale: #656565. Windows color (decimal): -9278184 or 1600882. OLE color: 1600882.

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

Color convert

RGB11410924-
CMYK00.040.790.55
HSL56.67º65.22%27.06%-
HSV(B)56.67º78.95%44.71%-
XYZ12.5714.583.02-
YUV100.884.66137.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=46.15%
G=44.13%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141092400.040.790.5556.6765.2227.06
Hex726D18044F3739411b
Octal1621553004117677110133
Binary111001011011011100001001001111110111111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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