#726D19

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

Shades of Olivetone #726D19

Tints of Olivetone #726D19

Color information

#726D19 (or 0x726D19) is unknown color: approx Olivetone. HEX triplet: 72, 6D and 19. RGB value is (114,109,25). Sum of RGB (Red+Green+Blue) = 114+109+25=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #726D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D19 is #8D92E6. Grayscale: #656565. Windows color (decimal): -9278183 or 1666418. OLE color: 1666418.

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

Color convert

RGB11410925-
CMYK00.040.780.55
HSL56.63º64.03%27.25%-
HSV(B)56.63º78.07%44.71%-
XYZ12.5814.583.07-
YUV100.9285.16137.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 109 (42.97% from 255) = 43.95%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=45.97%
G=43.95%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141092500.040.780.5556.6364.0327.25
Hex726D19044E3739401b
Octal1621553104116677110033
Binary111001011011011100101001001110110111111001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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