#726E0F

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

Shades of Olivetone #726E0F

Tints of Olivetone #726E0F

Color information

#726E0F (or 0x726E0F) is unknown color: approx Olivetone. HEX triplet: 72, 6E and 0F. RGB value is (114,110,15). Sum of RGB (Red+Green+Blue) = 114+110+15=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #726E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726E0F is #8D91F0. Grayscale: #646464. Windows color (decimal): -9277937 or 1011314. OLE color: 1011314.

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

Color convert

RGB11411015-
CMYK00.040.870.55
HSL57.58º76.74%25.29%-
HSV(B)57.58º86.84%44.71%-
XYZ12.614.762.64-
YUV100.3779.83137.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.70%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=47.70%
G=46.03%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141101500.040.870.5557.5876.7425.29
Hex726EF0457373a4d19
Octal1621561704127677211531
Binary11100101101110111101001010111110111111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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