Shades of Olive #708F03
Tints of Olive #708F03
RGB
CMYK
RGB Variations
Color information
#708F03 (or 0x708F03) is known color: Olive. HEX triplet: 70, 8F and 03. RGB value is (112,143,3). Sum of RGB (Red+Green+Blue) = 112+143+3=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #708F03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708F03 is #8F70FC. Grayscale: #767676. Windows color (decimal): -9400573 or 233328. OLE color: 233328.
HSL color Cylindrical-coordinate representation of color #708F03: hue angle of 73.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #708F03 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 3 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.44 |
| HSL | 73.29º | 0.96% | 0.29% | - |
| HSV(B) | 73.29º | 0.98% | 0.56% | - |
| XYZ | 16.52 | 23.1 | 3.67 | - |
| YUV | 117.77 | 63.23 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 3 | 0.22 | 0 | 0.98 | 0.44 | 73.29 | 0.96 | 0.29 |
| Hex | 70 | 8F | 3 | 16 | 0 | 62 | 2C | 49 | 60 | 1D |
| Octal | 160 | 217 | 3 | 26 | 0 | 142 | 54 | 111 | 140 | 35 |
| Binary | 1110000 | 10001111 | 11 | 10110 | 0 | 1100010 | 101100 | 1001001 | 1100000 | 11101 |
Color Harmonies of #708F03
Complementary color
Monochromatic Colors of #708F03
Black with #708F03
Text Example
Text Example
White with #708F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F03; }
p { color: rgb(112,143,3); }
H1.HeaderClassName
{
color: #708F03;
}
.AnyTagClassName
{
color: #708F03;
}
</style>
background-color css
<style>
a { background-color: #708F03; }
a { background-color: rgb(112,143,3); }
div.DivClassName
{
background-color: #708F03;
}
.BgClassName
{
background-color: #708F03;
}
</style>
border-color css
<style>
span { border-color: #708F03; }
span { border-color: rgb(112,143,3); }
td.TdClassName
{
border-color: #708F03;
}
.TagClassName
{
border-color: #708F03;
}
</style>