Shades of Olive #728C04
Tints of Olive #728C04
RGB
CMYK
RGB Variations
Color information
#728C04 (or 0x728C04) is known color: Olive. HEX triplet: 72, 8C and 04. RGB value is (114,140,4). Sum of RGB (Red+Green+Blue) = 114+140+4=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #728C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728C04 is #8D73FB. Grayscale: #757575. Windows color (decimal): -9270268 or 298098. OLE color: 298098.
HSL color Cylindrical-coordinate representation of color #728C04: hue angle of 71.47º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #728C04 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 4 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.45 |
| HSL | 71.47º | 0.94% | 0.28% | - |
| HSV(B) | 71.47º | 0.97% | 0.55% | - |
| XYZ | 16.34 | 22.34 | 3.57 | - |
| YUV | 116.72 | 64.39 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 4 | 0.19 | 0 | 0.97 | 0.45 | 71.47 | 0.94 | 0.28 |
| Hex | 72 | 8C | 4 | 13 | 0 | 61 | 2D | 47 | 5E | 1C |
| Octal | 162 | 214 | 4 | 23 | 0 | 141 | 55 | 107 | 136 | 34 |
| Binary | 1110010 | 10001100 | 100 | 10011 | 0 | 1100001 | 101101 | 1000111 | 1011110 | 11100 |
Color Harmonies of #728C04
Complementary color
Monochromatic Colors of #728C04
Black with #728C04
Text Example
Text Example
White with #728C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C04; }
p { color: rgb(114,140,4); }
H1.HeaderClassName
{
color: #728C04;
}
.AnyTagClassName
{
color: #728C04;
}
</style>
background-color css
<style>
a { background-color: #728C04; }
a { background-color: rgb(114,140,4); }
div.DivClassName
{
background-color: #728C04;
}
.BgClassName
{
background-color: #728C04;
}
</style>
border-color css
<style>
span { border-color: #728C04; }
span { border-color: rgb(114,140,4); }
td.TdClassName
{
border-color: #728C04;
}
.TagClassName
{
border-color: #728C04;
}
</style>