#72752D

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

Shades of Olivetone #72752D

Tints of Olivetone #72752D

Color information

#72752D (or 0x72752D) is unknown color: approx Olivetone. HEX triplet: 72, 75 and 2D. RGB value is (114,117,45). Sum of RGB (Red+Green+Blue) = 114+117+45=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #72752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72752D is #8D8AD2. Grayscale: #6C6C6C. Windows color (decimal): -9276115 or 2979186. OLE color: 2979186.

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

Color convert

RGB11411745-
CMYK0.0300.620.54
HSL62.5º44.44%31.76%-
HSV(B)62.5º61.54%45.88%-
XYZ13.7716.494.94-
YUV107.992.51132.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=41.30%
G=42.39%
B=16.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117450.0300.620.5462.544.4431.76
Hex72752D303E363e2c20
Octal16216555307666765440
Binary11100101110101101101110111110110110111110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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