#72712E

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

Shades of Olivetone #72712E

Tints of Olivetone #72712E

Color information

#72712E (or 0x72712E) is unknown color: approx Olivetone. HEX triplet: 72, 71 and 2E. RGB value is (114,113,46). Sum of RGB (Red+Green+Blue) = 114+113+46=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72712E is #8D8ED1. Grayscale: #696969. Windows color (decimal): -9277138 or 3043698. OLE color: 3043698.

HSL color Cylindrical-coordinate representation of color #72712E: hue angle of 59.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72712E is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB11411346-
CMYK00.010.600.55
HSL59.12º42.5%31.37%-
HSV(B)59.12º59.65%44.71%-
XYZ13.3415.584.89-
YUV105.6694.33133.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=41.76%
G=41.39%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141134600.010.600.5559.1242.531.37
Hex72712E013C373b2a1f
Octal16216156017467735237
Binary111001011100011011100111110011011111101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72712E; }

 p { color: rgb(114,113,46); }

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

<style>
 a { background-color: #72712E; }

 a { background-color: rgb(114,113,46); }

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

<style>
 span { border-color: #72712E; }

 span { border-color: rgb(114,113,46); }

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