Shades of Olive #718B05
Tints of Olive #718B05
RGB
CMYK
RGB Variations
Color information
#718B05 (or 0x718B05) is known color: Olive. HEX triplet: 71, 8B and 05. RGB value is (113,139,5). Sum of RGB (Red+Green+Blue) = 113+139+5=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #718B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B05 is #8E74FA. Grayscale: #747474. Windows color (decimal): -9336059 or 363377. OLE color: 363377.
HSL color Cylindrical-coordinate representation of color #718B05: hue angle of 71.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #718B05 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 5 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.45 |
| HSL | 71.64º | 0.93% | 0.28% | - |
| HSV(B) | 71.64º | 0.96% | 0.55% | - |
| XYZ | 16.07 | 21.99 | 3.54 | - |
| YUV | 115.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 5 | 0.19 | 0 | 0.96 | 0.45 | 71.64 | 0.93 | 0.28 |
| Hex | 71 | 8B | 5 | 13 | 0 | 60 | 2D | 48 | 5D | 1C |
| Octal | 161 | 213 | 5 | 23 | 0 | 140 | 55 | 110 | 135 | 34 |
| Binary | 1110001 | 10001011 | 101 | 10011 | 0 | 1100000 | 101101 | 1001000 | 1011101 | 11100 |
Color Harmonies of #718B05
Complementary color
Monochromatic Colors of #718B05
Black with #718B05
Text Example
Text Example
White with #718B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B05; }
p { color: rgb(113,139,5); }
H1.HeaderClassName
{
color: #718B05;
}
.AnyTagClassName
{
color: #718B05;
}
</style>
background-color css
<style>
a { background-color: #718B05; }
a { background-color: rgb(113,139,5); }
div.DivClassName
{
background-color: #718B05;
}
.BgClassName
{
background-color: #718B05;
}
</style>
border-color css
<style>
span { border-color: #718B05; }
span { border-color: rgb(113,139,5); }
td.TdClassName
{
border-color: #718B05;
}
.TagClassName
{
border-color: #718B05;
}
</style>