#726D13

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

Shades of Olivetone #726D13

Tints of Olivetone #726D13

Color information

#726D13 (or 0x726D13) is unknown color: approx Olivetone. HEX triplet: 72, 6D and 13. RGB value is (114,109,19). Sum of RGB (Red+Green+Blue) = 114+109+19=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #726D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D13 is #8D92EC. Grayscale: #646464. Windows color (decimal): -9278189 or 1273202. OLE color: 1273202.

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

Color convert

RGB11410919-
CMYK00.040.830.55
HSL56.84º71.43%26.08%-
HSV(B)56.84º83.33%44.71%-
XYZ12.5314.562.77-
YUV100.2382.16137.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 19 (7.81% from 255) = 7.85%
R=47.11%
G=45.04%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141091900.040.830.5556.8471.4326.08
Hex726D1304533739471a
Octal1621552304123677110732
Binary111001011011011001101001010011110111111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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