Shades of Olivetone #72782A
Tints of Olivetone #72782A
RGB
CMYK
RGB Variations
Color information
#72782A (or 0x72782A) is known color: Olivetone. HEX triplet: 72, 78 and 2A. RGB value is (114,120,42). Sum of RGB (Red+Green+Blue) = 114+120+42=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #72782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72782A is #8D87D5. Grayscale: #6D6D6D. Windows color (decimal): -9275350 or 2783346. OLE color: 2783346.
HSL color Cylindrical-coordinate representation of color #72782A: hue angle of 64.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72782A is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 120 | 42 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.53 |
| HSL | 64.62º | 0.48% | 0.32% | - |
| HSV(B) | 64.62º | 0.65% | 0.47% | - |
| XYZ | 14.07 | 17.18 | 4.76 | - |
| YUV | 109.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 42 | 0.05 | 0 | 0.65 | 0.53 | 64.62 | 0.48 | 0.32 |
| Hex | 72 | 78 | 2A | 5 | 0 | 41 | 35 | 41 | 30 | 20 |
| Octal | 162 | 170 | 52 | 5 | 0 | 101 | 65 | 101 | 60 | 40 |
| Binary | 1110010 | 1111000 | 101010 | 101 | 0 | 1000001 | 110101 | 1000001 | 110000 | 100000 |
Color Harmonies of #72782A
Complementary color
Monochromatic Colors of #72782A
Black with #72782A
Text Example
Text Example
White with #72782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72782A; }
p { color: rgb(114,120,42); }
H1.HeaderClassName
{
color: #72782A;
}
.AnyTagClassName
{
color: #72782A;
}
</style>
background-color css
<style>
a { background-color: #72782A; }
a { background-color: rgb(114,120,42); }
div.DivClassName
{
background-color: #72782A;
}
.BgClassName
{
background-color: #72782A;
}
</style>
border-color css
<style>
span { border-color: #72782A; }
span { border-color: rgb(114,120,42); }
td.TdClassName
{
border-color: #72782A;
}
.TagClassName
{
border-color: #72782A;
}
</style>