#72752E

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

Shades of Olivetone #72752E

Tints of Olivetone #72752E

Color information

#72752E (or 0x72752E) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 2E. RGB value is (114,117,46). Sum of RGB (Red+Green+Blue) = 114+117+46=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #72752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72752E is #8D8AD1. Grayscale: #6C6C6C. Windows color (decimal): -9276114 or 3044722. OLE color: 3044722.

HSL color Cylindrical-coordinate representation of color #72752E: hue angle of 62.54º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72752E is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB11411746-
CMYK0.0300.610.54
HSL62.54º43.56%31.96%-
HSV(B)62.54º60.68%45.88%-
XYZ13.7916.55.04-
YUV108.0193.01132.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=41.16%
G=42.24%
B=16.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117460.0300.610.5462.5443.5631.96
Hex72752E303D363f2c20
Octal16216556307566775440
Binary11100101110101101110110111101110110111111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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