Shades of Olive #708000
Tints of Olive #708000
RGB
CMYK
RGB Variations
Color information
#708000 (or 0x708000) is known color: Olive. HEX triplet: 70, 80 and 00. RGB value is (112,128,0). Sum of RGB (Red+Green+Blue) = 112+128+0=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #708000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708000 is #8F7FFF. Grayscale: #6D6D6D. Windows color (decimal): -9404416 or 32880. OLE color: 32880.
HSL color Cylindrical-coordinate representation of color #708000: hue angle of 67.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #708000 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.50 |
| HSL | 67.5º | 1% | 0.25% | - |
| HSV(B) | 67.5º | 1% | 0.5% | - |
| XYZ | 14.4 | 18.88 | 2.89 | - |
| YUV | 108.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 0 | 0.12 | 0 | 1 | 0.50 | 67.5 | 1 | 0.25 |
| Hex | 70 | 80 | 0 | C | 0 | 64 | 32 | 44 | 64 | 19 |
| Octal | 160 | 200 | 0 | 14 | 0 | 144 | 62 | 104 | 144 | 31 |
| Binary | 1110000 | 10000000 | 0 | 1100 | 0 | 1100100 | 110010 | 1000100 | 1100100 | 11001 |
Color Harmonies of #708000
Complementary color
Monochromatic Colors of #708000
Black with #708000
Text Example
Text Example
White with #708000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708000; }
p { color: rgb(112,128,0); }
H1.HeaderClassName
{
color: #708000;
}
.AnyTagClassName
{
color: #708000;
}
</style>
background-color css
<style>
a { background-color: #708000; }
a { background-color: rgb(112,128,0); }
div.DivClassName
{
background-color: #708000;
}
.BgClassName
{
background-color: #708000;
}
</style>
border-color css
<style>
span { border-color: #708000; }
span { border-color: rgb(112,128,0); }
td.TdClassName
{
border-color: #708000;
}
.TagClassName
{
border-color: #708000;
}
</style>