Shades of Olive #718905
Tints of Olive #718905
RGB
CMYK
RGB Variations
Color information
#718905 (or 0x718905) is known color: Olive. HEX triplet: 71, 89 and 05. RGB value is (113,137,5). Sum of RGB (Red+Green+Blue) = 113+137+5=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #718905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718905 is #8E76FA. Grayscale: #737373. Windows color (decimal): -9336571 or 362865. OLE color: 362865.
HSL color Cylindrical-coordinate representation of color #718905: hue angle of 70.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #718905 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 5 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.46 |
| HSL | 70.91º | 0.93% | 0.28% | - |
| HSV(B) | 70.91º | 0.96% | 0.54% | - |
| XYZ | 15.78 | 21.41 | 3.44 | - |
| YUV | 114.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 5 | 0.18 | 0 | 0.96 | 0.46 | 70.91 | 0.93 | 0.28 |
| Hex | 71 | 89 | 5 | 12 | 0 | 60 | 2E | 47 | 5D | 1C |
| Octal | 161 | 211 | 5 | 22 | 0 | 140 | 56 | 107 | 135 | 34 |
| Binary | 1110001 | 10001001 | 101 | 10010 | 0 | 1100000 | 101110 | 1000111 | 1011101 | 11100 |
Color Harmonies of #718905
Complementary color
Monochromatic Colors of #718905
Black with #718905
Text Example
Text Example
White with #718905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718905; }
p { color: rgb(113,137,5); }
H1.HeaderClassName
{
color: #718905;
}
.AnyTagClassName
{
color: #718905;
}
</style>
background-color css
<style>
a { background-color: #718905; }
a { background-color: rgb(113,137,5); }
div.DivClassName
{
background-color: #718905;
}
.BgClassName
{
background-color: #718905;
}
</style>
border-color css
<style>
span { border-color: #718905; }
span { border-color: rgb(113,137,5); }
td.TdClassName
{
border-color: #718905;
}
.TagClassName
{
border-color: #718905;
}
</style>