Shades of Olive #709000
Tints of Olive #709000
RGB
CMYK
RGB Variations
Color information
#709000 (or 0x709000) is known color: Olive. HEX triplet: 70, 90 and 00. RGB value is (112,144,0). Sum of RGB (Red+Green+Blue) = 112+144+0=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #709000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709000 is #8F6FFF. Grayscale: #767676. Windows color (decimal): -9400320 or 36976. OLE color: 36976.
HSL color Cylindrical-coordinate representation of color #709000: hue angle of 73.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #709000 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.44 |
| HSL | 73.33º | 1% | 0.28% | - |
| HSV(B) | 73.33º | 1% | 0.56% | - |
| XYZ | 16.66 | 23.39 | 3.64 | - |
| YUV | 118.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 0 | 0.22 | 0 | 1 | 0.44 | 73.33 | 1 | 0.28 |
| Hex | 70 | 90 | 0 | 16 | 0 | 64 | 2C | 49 | 64 | 1C |
| Octal | 160 | 220 | 0 | 26 | 0 | 144 | 54 | 111 | 144 | 34 |
| Binary | 1110000 | 10010000 | 0 | 10110 | 0 | 1100100 | 101100 | 1001001 | 1100100 | 11100 |
Color Harmonies of #709000
Complementary color
Monochromatic Colors of #709000
Black with #709000
Text Example
Text Example
White with #709000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709000; }
p { color: rgb(112,144,0); }
H1.HeaderClassName
{
color: #709000;
}
.AnyTagClassName
{
color: #709000;
}
</style>
background-color css
<style>
a { background-color: #709000; }
a { background-color: rgb(112,144,0); }
div.DivClassName
{
background-color: #709000;
}
.BgClassName
{
background-color: #709000;
}
</style>
border-color css
<style>
span { border-color: #709000; }
span { border-color: rgb(112,144,0); }
td.TdClassName
{
border-color: #709000;
}
.TagClassName
{
border-color: #709000;
}
</style>