Shades of Olivetone #72702A
Tints of Olivetone #72702A
RGB
CMYK
RGB Variations
Color information
#72702A (or 0x72702A) is known color: Olivetone. HEX triplet: 72, 70 and 2A. RGB value is (114,112,42). Sum of RGB (Red+Green+Blue) = 114+112+42=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #72702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72702A is #8D8FD5. Grayscale: #686868. Windows color (decimal): -9277398 or 2781298. OLE color: 2781298.
HSL color Cylindrical-coordinate representation of color #72702A: hue angle of 58.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72702A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 42 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.55 |
| HSL | 58.33º | 0.46% | 0.31% | - |
| HSV(B) | 58.33º | 0.63% | 0.45% | - |
| XYZ | 13.15 | 15.33 | 4.46 | - |
| YUV | 104.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 42 | 0 | 0.02 | 0.63 | 0.55 | 58.33 | 0.46 | 0.31 |
| Hex | 72 | 70 | 2A | 0 | 2 | 3F | 37 | 3A | 2E | 1F |
| Octal | 162 | 160 | 52 | 0 | 2 | 77 | 67 | 72 | 56 | 37 |
| Binary | 1110010 | 1110000 | 101010 | 0 | 10 | 111111 | 110111 | 111010 | 101110 | 11111 |
Color Harmonies of #72702A
Complementary color
Monochromatic Colors of #72702A
Black with #72702A
Text Example
Text Example
White with #72702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72702A; }
p { color: rgb(114,112,42); }
H1.HeaderClassName
{
color: #72702A;
}
.AnyTagClassName
{
color: #72702A;
}
</style>
background-color css
<style>
a { background-color: #72702A; }
a { background-color: rgb(114,112,42); }
div.DivClassName
{
background-color: #72702A;
}
.BgClassName
{
background-color: #72702A;
}
</style>
border-color css
<style>
span { border-color: #72702A; }
span { border-color: rgb(114,112,42); }
td.TdClassName
{
border-color: #72702A;
}
.TagClassName
{
border-color: #72702A;
}
</style>