Shades of Olive #719700
Tints of Olive #719700
RGB
CMYK
RGB Variations
Color information
#719700 (or 0x719700) is known color: Olive. HEX triplet: 71, 97 and 00. RGB value is (113,151,0). Sum of RGB (Red+Green+Blue) = 113+151+0=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 151 (59.38% from 255 or 57.20% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 151 - color contains mainly: green. Hex color #719700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719700 is #8E68FF. Grayscale: #7A7A7A. Windows color (decimal): -9332992 or 38769. OLE color: 38769.
HSL color Cylindrical-coordinate representation of color #719700: hue angle of 75.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #719700 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.41 |
| HSL | 75.1º | 1% | 0.3% | - |
| HSV(B) | 75.1º | 1% | 0.59% | - |
| XYZ | 17.88 | 25.64 | 4.01 | - |
| YUV | 122.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 0 | 0.25 | 0 | 1 | 0.41 | 75.1 | 1 | 0.3 |
| Hex | 71 | 97 | 0 | 19 | 0 | 64 | 29 | 4B | 64 | 1E |
| Octal | 161 | 227 | 0 | 31 | 0 | 144 | 51 | 113 | 144 | 36 |
| Binary | 1110001 | 10010111 | 0 | 11001 | 0 | 1100100 | 101001 | 1001011 | 1100100 | 11110 |
Color Harmonies of #719700
Complementary color
Monochromatic Colors of #719700
Black with #719700
Text Example
Text Example
White with #719700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719700; }
p { color: rgb(113,151,0); }
H1.HeaderClassName
{
color: #719700;
}
.AnyTagClassName
{
color: #719700;
}
</style>
background-color css
<style>
a { background-color: #719700; }
a { background-color: rgb(113,151,0); }
div.DivClassName
{
background-color: #719700;
}
.BgClassName
{
background-color: #719700;
}
</style>
border-color css
<style>
span { border-color: #719700; }
span { border-color: rgb(113,151,0); }
td.TdClassName
{
border-color: #719700;
}
.TagClassName
{
border-color: #719700;
}
</style>