Shades of Olivetone #72752D
Tints of Olivetone #72752D
RGB
CMYK
RGB Variations
Color information
#72752D (or 0x72752D) is known color: 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
| RGB | 114 | 117 | 45 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.54 |
| HSL | 62.5º | 0.44% | 0.32% | - |
| HSV(B) | 62.5º | 0.62% | 0.46% | - |
| XYZ | 13.77 | 16.49 | 4.94 | - |
| YUV | 107.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 117 | 45 | 0.03 | 0 | 0.62 | 0.54 | 62.5 | 0.44 | 0.32 |
| Hex | 72 | 75 | 2D | 3 | 0 | 3E | 36 | 3F | 2C | 20 |
| Octal | 162 | 165 | 55 | 3 | 0 | 76 | 66 | 77 | 54 | 40 |
| Binary | 1110010 | 1110101 | 101101 | 11 | 0 | 111110 | 110110 | 111111 | 101100 | 100000 |
Color Harmonies of #72752D
Complementary color
Monochromatic Colors of #72752D
Black with #72752D
Text Example
Text Example
White with #72752D
Text Example
Text Example
HTML Codes & Css Web 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>