Shades of Olive #718904
Tints of Olive #718904
RGB
CMYK
RGB Variations
Color information
#718904 (or 0x718904) is known color: Olive. HEX triplet: 71, 89 and 04. RGB value is (113,137,4). Sum of RGB (Red+Green+Blue) = 113+137+4=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #718904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718904 is #8E76FB. Grayscale: #737373. Windows color (decimal): -9336572 or 297329. OLE color: 297329.
HSL color Cylindrical-coordinate representation of color #718904: hue angle of 70.83º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #718904 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 137 | 4 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.46 |
| HSL | 70.83º | 0.94% | 0.28% | - |
| HSV(B) | 70.83º | 0.97% | 0.54% | - |
| XYZ | 15.78 | 21.41 | 3.42 | - |
| YUV | 114.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 4 | 0.18 | 0 | 0.97 | 0.46 | 70.83 | 0.94 | 0.28 |
| Hex | 71 | 89 | 4 | 12 | 0 | 61 | 2E | 47 | 5E | 1C |
| Octal | 161 | 211 | 4 | 22 | 0 | 141 | 56 | 107 | 136 | 34 |
| Binary | 1110001 | 10001001 | 100 | 10010 | 0 | 1100001 | 101110 | 1000111 | 1011110 | 11100 |
Color Harmonies of #718904
Complementary color
Monochromatic Colors of #718904
Black with #718904
Text Example
Text Example
White with #718904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718904; }
p { color: rgb(113,137,4); }
H1.HeaderClassName
{
color: #718904;
}
.AnyTagClassName
{
color: #718904;
}
</style>
background-color css
<style>
a { background-color: #718904; }
a { background-color: rgb(113,137,4); }
div.DivClassName
{
background-color: #718904;
}
.BgClassName
{
background-color: #718904;
}
</style>
border-color css
<style>
span { border-color: #718904; }
span { border-color: rgb(113,137,4); }
td.TdClassName
{
border-color: #718904;
}
.TagClassName
{
border-color: #718904;
}
</style>