Shades of Olive #719000
Tints of Olive #719000
RGB
CMYK
RGB Variations
Color information
#719000 (or 0x719000) is known color: Olive. HEX triplet: 71, 90 and 00. RGB value is (113,144,0). Sum of RGB (Red+Green+Blue) = 113+144+0=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #719000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719000 is #8E6FFF. Grayscale: #767676. Windows color (decimal): -9334784 or 36977. OLE color: 36977.
HSL color Cylindrical-coordinate representation of color #719000: hue angle of 72.92º 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 #719000 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.44 |
| HSL | 72.92º | 1% | 0.28% | - |
| HSV(B) | 72.92º | 1% | 0.56% | - |
| XYZ | 16.78 | 23.46 | 3.64 | - |
| YUV | 118.32 | 61.23 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 0 | 0.22 | 0 | 1 | 0.44 | 72.92 | 1 | 0.28 |
| Hex | 71 | 90 | 0 | 16 | 0 | 64 | 2C | 49 | 64 | 1C |
| Octal | 161 | 220 | 0 | 26 | 0 | 144 | 54 | 111 | 144 | 34 |
| Binary | 1110001 | 10010000 | 0 | 10110 | 0 | 1100100 | 101100 | 1001001 | 1100100 | 11100 |
Color Harmonies of #719000
Complementary color
Monochromatic Colors of #719000
Black with #719000
Text Example
Text Example
White with #719000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719000; }
p { color: rgb(113,144,0); }
H1.HeaderClassName
{
color: #719000;
}
.AnyTagClassName
{
color: #719000;
}
</style>
background-color css
<style>
a { background-color: #719000; }
a { background-color: rgb(113,144,0); }
div.DivClassName
{
background-color: #719000;
}
.BgClassName
{
background-color: #719000;
}
</style>
border-color css
<style>
span { border-color: #719000; }
span { border-color: rgb(113,144,0); }
td.TdClassName
{
border-color: #719000;
}
.TagClassName
{
border-color: #719000;
}
</style>