Shades of Olive #728010
Tints of Olive #728010
RGB
CMYK
RGB Variations
Color information
#728010 (or 0x728010) is known color: Olive. HEX triplet: 72, 80 and 10. RGB value is (114,128,16). Sum of RGB (Red+Green+Blue) = 114+128+16=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #728010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728010 is #8D7FEF. Grayscale: #6F6F6F. Windows color (decimal): -9273328 or 1081458. OLE color: 1081458.
HSL color Cylindrical-coordinate representation of color #728010: hue angle of 67.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #728010 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 16 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.50 |
| HSL | 67.5º | 0.78% | 0.28% | - |
| HSV(B) | 67.5º | 0.88% | 0.5% | - |
| XYZ | 14.75 | 19.05 | 3.39 | - |
| YUV | 111.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 16 | 0.11 | 0 | 0.88 | 0.50 | 67.5 | 0.78 | 0.28 |
| Hex | 72 | 80 | 10 | B | 0 | 58 | 32 | 44 | 4E | 1C |
| Octal | 162 | 200 | 20 | 13 | 0 | 130 | 62 | 104 | 116 | 34 |
| Binary | 1110010 | 10000000 | 10000 | 1011 | 0 | 1011000 | 110010 | 1000100 | 1001110 | 11100 |
Color Harmonies of #728010
Complementary color
Monochromatic Colors of #728010
Black with #728010
Text Example
Text Example
White with #728010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728010; }
p { color: rgb(114,128,16); }
H1.HeaderClassName
{
color: #728010;
}
.AnyTagClassName
{
color: #728010;
}
</style>
background-color css
<style>
a { background-color: #728010; }
a { background-color: rgb(114,128,16); }
div.DivClassName
{
background-color: #728010;
}
.BgClassName
{
background-color: #728010;
}
</style>
border-color css
<style>
span { border-color: #728010; }
span { border-color: rgb(114,128,16); }
td.TdClassName
{
border-color: #728010;
}
.TagClassName
{
border-color: #728010;
}
</style>