#726E11

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

Shades of Olivetone #726E11

Tints of Olivetone #726E11

Color information

#726E11 (or 0x726E11) is unknown color: approx Olivetone. HEX triplet: 72, 6E and 11. RGB value is (114,110,17). Sum of RGB (Red+Green+Blue) = 114+110+17=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #726E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726E11 is #8D91EE. Grayscale: #646464. Windows color (decimal): -9277935 or 1142386. OLE color: 1142386.

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

Color convert

RGB11411017-
CMYK00.040.850.55
HSL57.53º74.05%25.69%-
HSV(B)57.53º85.09%44.71%-
XYZ12.6214.772.72-
YUV100.5980.83137.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=47.30%
G=45.64%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141101700.040.850.5557.5374.0525.69
Hex726E110455373a4a1a
Octal1621562104125677211232
Binary111001011011101000101001010101110111111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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