Shades of Olivetone #72702C
Tints of Olivetone #72702C
RGB
CMYK
RGB Variations
Color information
#72702C (or 0x72702C) is known color: Olivetone. HEX triplet: 72, 70 and 2C. RGB value is (114,112,44). Sum of RGB (Red+Green+Blue) = 114+112+44=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72702C is #8D8FD3. Grayscale: #696969. Windows color (decimal): -9277396 or 2912370. OLE color: 2912370.
HSL color Cylindrical-coordinate representation of color #72702C: hue angle of 58.29º 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 #72702C is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 44 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.55 |
| HSL | 58.29º | 0.44% | 0.31% | - |
| HSV(B) | 58.29º | 0.61% | 0.45% | - |
| XYZ | 13.19 | 15.35 | 4.65 | - |
| YUV | 104.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 44 | 0 | 0.02 | 0.61 | 0.55 | 58.29 | 0.44 | 0.31 |
| Hex | 72 | 70 | 2C | 0 | 2 | 3D | 37 | 3A | 2C | 1F |
| Octal | 162 | 160 | 54 | 0 | 2 | 75 | 67 | 72 | 54 | 37 |
| Binary | 1110010 | 1110000 | 101100 | 0 | 10 | 111101 | 110111 | 111010 | 101100 | 11111 |
Color Harmonies of #72702C
Complementary color
Monochromatic Colors of #72702C
Black with #72702C
Text Example
Text Example
White with #72702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72702C; }
p { color: rgb(114,112,44); }
H1.HeaderClassName
{
color: #72702C;
}
.AnyTagClassName
{
color: #72702C;
}
</style>
background-color css
<style>
a { background-color: #72702C; }
a { background-color: rgb(114,112,44); }
div.DivClassName
{
background-color: #72702C;
}
.BgClassName
{
background-color: #72702C;
}
</style>
border-color css
<style>
span { border-color: #72702C; }
span { border-color: rgb(114,112,44); }
td.TdClassName
{
border-color: #72702C;
}
.TagClassName
{
border-color: #72702C;
}
</style>