Shades of Olive #728C0A
Tints of Olive #728C0A
RGB
CMYK
RGB Variations
Color information
#728C0A (or 0x728C0A) is known color: Olive. HEX triplet: 72, 8C and 0A. RGB value is (114,140,10). Sum of RGB (Red+Green+Blue) = 114+140+10=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #728C0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728C0A is #8D73F5. Grayscale: #757575. Windows color (decimal): -9270262 or 691314. OLE color: 691314.
HSL color Cylindrical-coordinate representation of color #728C0A: hue angle of 72º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #728C0A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 10 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.45 |
| HSL | 72º | 0.87% | 0.29% | - |
| HSV(B) | 72º | 0.93% | 0.55% | - |
| XYZ | 16.37 | 22.36 | 3.74 | - |
| YUV | 117.41 | 67.39 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 10 | 0.19 | 0 | 0.93 | 0.45 | 72 | 0.87 | 0.29 |
| Hex | 72 | 8C | A | 13 | 0 | 5D | 2D | 48 | 57 | 1D |
| Octal | 162 | 214 | 12 | 23 | 0 | 135 | 55 | 110 | 127 | 35 |
| Binary | 1110010 | 10001100 | 1010 | 10011 | 0 | 1011101 | 101101 | 1001000 | 1010111 | 11101 |
Color Harmonies of #728C0A
Complementary color
Monochromatic Colors of #728C0A
Black with #728C0A
Text Example
Text Example
White with #728C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C0A; }
p { color: rgb(114,140,10); }
H1.HeaderClassName
{
color: #728C0A;
}
.AnyTagClassName
{
color: #728C0A;
}
</style>
background-color css
<style>
a { background-color: #728C0A; }
a { background-color: rgb(114,140,10); }
div.DivClassName
{
background-color: #728C0A;
}
.BgClassName
{
background-color: #728C0A;
}
</style>
border-color css
<style>
span { border-color: #728C0A; }
span { border-color: rgb(114,140,10); }
td.TdClassName
{
border-color: #728C0A;
}
.TagClassName
{
border-color: #728C0A;
}
</style>