#726E13

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

Shades of Olivetone #726E13

Tints of Olivetone #726E13

Color information

#726E13 (or 0x726E13) is unknown color: approx Olivetone. HEX triplet: 72, 6E and 13. RGB value is (114,110,19). Sum of RGB (Red+Green+Blue) = 114+110+19=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #726E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726E13 is #8D91EC. Grayscale: #656565. Windows color (decimal): -9277933 or 1273458. OLE color: 1273458.

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

Color convert

RGB11411019-
CMYK00.040.830.55
HSL57.47º71.43%26.08%-
HSV(B)57.47º83.33%44.71%-
XYZ12.6314.782.8-
YUV100.8281.83137.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=46.91%
G=45.27%
B=7.82%

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
Decimal1141101900.040.830.5557.4771.4326.08
Hex726E1304533739471a
Octal1621562304123677110732
Binary111001011011101001101001010011110111111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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