Shades of Olive #708007
Tints of Olive #708007
RGB
CMYK
RGB Variations
Color information
#708007 (or 0x708007) is known color: Olive. HEX triplet: 70, 80 and 07. RGB value is (112,128,7). Sum of RGB (Red+Green+Blue) = 112+128+7=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #708007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708007 is #8F7FF8. Grayscale: #6D6D6D. Windows color (decimal): -9404409 or 491632. OLE color: 491632.
HSL color Cylindrical-coordinate representation of color #708007: hue angle of 67.93º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #708007 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 7 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.50 |
| HSL | 67.93º | 0.9% | 0.26% | - |
| HSV(B) | 67.93º | 0.95% | 0.5% | - |
| XYZ | 14.44 | 18.9 | 3.09 | - |
| YUV | 109.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 7 | 0.12 | 0 | 0.95 | 0.50 | 67.93 | 0.9 | 0.26 |
| Hex | 70 | 80 | 7 | C | 0 | 5F | 32 | 44 | 5A | 1A |
| Octal | 160 | 200 | 7 | 14 | 0 | 137 | 62 | 104 | 132 | 32 |
| Binary | 1110000 | 10000000 | 111 | 1100 | 0 | 1011111 | 110010 | 1000100 | 1011010 | 11010 |
Color Harmonies of #708007
Complementary color
Monochromatic Colors of #708007
Black with #708007
Text Example
Text Example
White with #708007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708007; }
p { color: rgb(112,128,7); }
H1.HeaderClassName
{
color: #708007;
}
.AnyTagClassName
{
color: #708007;
}
</style>
background-color css
<style>
a { background-color: #708007; }
a { background-color: rgb(112,128,7); }
div.DivClassName
{
background-color: #708007;
}
.BgClassName
{
background-color: #708007;
}
</style>
border-color css
<style>
span { border-color: #708007; }
span { border-color: rgb(112,128,7); }
td.TdClassName
{
border-color: #708007;
}
.TagClassName
{
border-color: #708007;
}
</style>