Shades of Olive #708703
Tints of Olive #708703
RGB
CMYK
RGB Variations
Color information
#708703 (or 0x708703) is known color: Olive. HEX triplet: 70, 87 and 03. RGB value is (112,135,3). Sum of RGB (Red+Green+Blue) = 112+135+3=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #708703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708703 is #8F78FC. Grayscale: #717171. Windows color (decimal): -9402621 or 231280. OLE color: 231280.
HSL color Cylindrical-coordinate representation of color #708703: hue angle of 70.45º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #708703 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 3 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.47 |
| HSL | 70.45º | 0.96% | 0.27% | - |
| HSV(B) | 70.45º | 0.98% | 0.53% | - |
| XYZ | 15.36 | 20.78 | 3.29 | - |
| YUV | 113.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 3 | 0.17 | 0 | 0.98 | 0.47 | 70.45 | 0.96 | 0.27 |
| Hex | 70 | 87 | 3 | 11 | 0 | 62 | 2F | 46 | 60 | 1B |
| Octal | 160 | 207 | 3 | 21 | 0 | 142 | 57 | 106 | 140 | 33 |
| Binary | 1110000 | 10000111 | 11 | 10001 | 0 | 1100010 | 101111 | 1000110 | 1100000 | 11011 |
Color Harmonies of #708703
Complementary color
Monochromatic Colors of #708703
Black with #708703
Text Example
Text Example
White with #708703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708703; }
p { color: rgb(112,135,3); }
H1.HeaderClassName
{
color: #708703;
}
.AnyTagClassName
{
color: #708703;
}
</style>
background-color css
<style>
a { background-color: #708703; }
a { background-color: rgb(112,135,3); }
div.DivClassName
{
background-color: #708703;
}
.BgClassName
{
background-color: #708703;
}
</style>
border-color css
<style>
span { border-color: #708703; }
span { border-color: rgb(112,135,3); }
td.TdClassName
{
border-color: #708703;
}
.TagClassName
{
border-color: #708703;
}
</style>