Shades of Olive #718C05
Tints of Olive #718C05
RGB
CMYK
RGB Variations
Color information
#718C05 (or 0x718C05) is known color: Olive. HEX triplet: 71, 8C and 05. RGB value is (113,140,5). Sum of RGB (Red+Green+Blue) = 113+140+5=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #718C05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718C05 is #8E73FA. Grayscale: #757575. Windows color (decimal): -9335803 or 363633. OLE color: 363633.
HSL color Cylindrical-coordinate representation of color #718C05: hue angle of 72º 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 #718C05 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 5 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.45 |
| HSL | 72º | 0.93% | 0.28% | - |
| HSV(B) | 72º | 0.96% | 0.55% | - |
| XYZ | 16.22 | 22.28 | 3.59 | - |
| YUV | 116.54 | 65.05 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 5 | 0.19 | 0 | 0.96 | 0.45 | 72 | 0.93 | 0.28 |
| Hex | 71 | 8C | 5 | 13 | 0 | 60 | 2D | 48 | 5D | 1C |
| Octal | 161 | 214 | 5 | 23 | 0 | 140 | 55 | 110 | 135 | 34 |
| Binary | 1110001 | 10001100 | 101 | 10011 | 0 | 1100000 | 101101 | 1001000 | 1011101 | 11100 |
Color Harmonies of #718C05
Complementary color
Monochromatic Colors of #718C05
Black with #718C05
Text Example
Text Example
White with #718C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C05; }
p { color: rgb(113,140,5); }
H1.HeaderClassName
{
color: #718C05;
}
.AnyTagClassName
{
color: #718C05;
}
</style>
background-color css
<style>
a { background-color: #718C05; }
a { background-color: rgb(113,140,5); }
div.DivClassName
{
background-color: #718C05;
}
.BgClassName
{
background-color: #718C05;
}
</style>
border-color css
<style>
span { border-color: #718C05; }
span { border-color: rgb(113,140,5); }
td.TdClassName
{
border-color: #718C05;
}
.TagClassName
{
border-color: #718C05;
}
</style>