Shades of Olive #708D04
Tints of Olive #708D04
RGB
CMYK
RGB Variations
Color information
#708D04 (or 0x708D04) is known color: Olive. HEX triplet: 70, 8D and 04. RGB value is (112,141,4). Sum of RGB (Red+Green+Blue) = 112+141+4=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #708D04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708D04 is #8F72FB. Grayscale: #757575. Windows color (decimal): -9401084 or 298352. OLE color: 298352.
HSL color Cylindrical-coordinate representation of color #708D04: hue angle of 72.7º 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 #708D04 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 141 | 4 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.45 |
| HSL | 72.7º | 0.94% | 0.28% | - |
| HSV(B) | 72.7º | 0.97% | 0.55% | - |
| XYZ | 16.23 | 22.5 | 3.6 | - |
| YUV | 116.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 4 | 0.21 | 0 | 0.97 | 0.45 | 72.7 | 0.94 | 0.28 |
| Hex | 70 | 8D | 4 | 15 | 0 | 61 | 2D | 49 | 5E | 1C |
| Octal | 160 | 215 | 4 | 25 | 0 | 141 | 55 | 111 | 136 | 34 |
| Binary | 1110000 | 10001101 | 100 | 10101 | 0 | 1100001 | 101101 | 1001001 | 1011110 | 11100 |
Color Harmonies of #708D04
Complementary color
Monochromatic Colors of #708D04
Black with #708D04
Text Example
Text Example
White with #708D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708D04; }
p { color: rgb(112,141,4); }
H1.HeaderClassName
{
color: #708D04;
}
.AnyTagClassName
{
color: #708D04;
}
</style>
background-color css
<style>
a { background-color: #708D04; }
a { background-color: rgb(112,141,4); }
div.DivClassName
{
background-color: #708D04;
}
.BgClassName
{
background-color: #708D04;
}
</style>
border-color css
<style>
span { border-color: #708D04; }
span { border-color: rgb(112,141,4); }
td.TdClassName
{
border-color: #708D04;
}
.TagClassName
{
border-color: #708D04;
}
</style>