Shades of Olivetone #72732D
Tints of Olivetone #72732D
RGB
CMYK
RGB Variations
Color information
#72732D (or 0x72732D) is known color: Olivetone. HEX triplet: 72, 73 and 2D. RGB value is (114,115,45). Sum of RGB (Red+Green+Blue) = 114+115+45=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #72732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72732D is #8D8CD2. Grayscale: #6A6A6A. Windows color (decimal): -9276627 or 2978674. OLE color: 2978674.
HSL color Cylindrical-coordinate representation of color #72732D: hue angle of 60.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72732D is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 45 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.55 |
| HSL | 60.86º | 0.44% | 0.31% | - |
| HSV(B) | 60.86º | 0.61% | 0.45% | - |
| XYZ | 13.54 | 16.03 | 4.86 | - |
| YUV | 106.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 45 | 0.01 | 0 | 0.61 | 0.55 | 60.86 | 0.44 | 0.31 |
| Hex | 72 | 73 | 2D | 1 | 0 | 3D | 37 | 3D | 2C | 1F |
| Octal | 162 | 163 | 55 | 1 | 0 | 75 | 67 | 75 | 54 | 37 |
| Binary | 1110010 | 1110011 | 101101 | 1 | 0 | 111101 | 110111 | 111101 | 101100 | 11111 |
Color Harmonies of #72732D
Complementary color
Monochromatic Colors of #72732D
Black with #72732D
Text Example
Text Example
White with #72732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72732D; }
p { color: rgb(114,115,45); }
H1.HeaderClassName
{
color: #72732D;
}
.AnyTagClassName
{
color: #72732D;
}
</style>
background-color css
<style>
a { background-color: #72732D; }
a { background-color: rgb(114,115,45); }
div.DivClassName
{
background-color: #72732D;
}
.BgClassName
{
background-color: #72732D;
}
</style>
border-color css
<style>
span { border-color: #72732D; }
span { border-color: rgb(114,115,45); }
td.TdClassName
{
border-color: #72732D;
}
.TagClassName
{
border-color: #72732D;
}
</style>