Shades of Olive #72890A
Tints of Olive #72890A
RGB
CMYK
RGB Variations
Color information
#72890A (or 0x72890A) is known color: Olive. HEX triplet: 72, 89 and 0A. RGB value is (114,137,10). Sum of RGB (Red+Green+Blue) = 114+137+10=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #72890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72890A is #8D76F5. Grayscale: #747474. Windows color (decimal): -9271030 or 690546. OLE color: 690546.
HSL color Cylindrical-coordinate representation of color #72890A: hue angle of 70.87º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72890A is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 10 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.46 |
| HSL | 70.87º | 0.86% | 0.29% | - |
| HSV(B) | 70.87º | 0.93% | 0.54% | - |
| XYZ | 15.94 | 21.49 | 3.6 | - |
| YUV | 115.65 | 68.38 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 10 | 0.17 | 0 | 0.93 | 0.46 | 70.87 | 0.86 | 0.29 |
| Hex | 72 | 89 | A | 11 | 0 | 5D | 2E | 47 | 56 | 1D |
| Octal | 162 | 211 | 12 | 21 | 0 | 135 | 56 | 107 | 126 | 35 |
| Binary | 1110010 | 10001001 | 1010 | 10001 | 0 | 1011101 | 101110 | 1000111 | 1010110 | 11101 |
Color Harmonies of #72890A
Complementary color
Monochromatic Colors of #72890A
Black with #72890A
Text Example
Text Example
White with #72890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72890A; }
p { color: rgb(114,137,10); }
H1.HeaderClassName
{
color: #72890A;
}
.AnyTagClassName
{
color: #72890A;
}
</style>
background-color css
<style>
a { background-color: #72890A; }
a { background-color: rgb(114,137,10); }
div.DivClassName
{
background-color: #72890A;
}
.BgClassName
{
background-color: #72890A;
}
</style>
border-color css
<style>
span { border-color: #72890A; }
span { border-color: rgb(114,137,10); }
td.TdClassName
{
border-color: #72890A;
}
.TagClassName
{
border-color: #72890A;
}
</style>