Shades of Olive #718D02
Tints of Olive #718D02
RGB
CMYK
RGB Variations
Color information
#718D02 (or 0x718D02) is known color: Olive. HEX triplet: 71, 8D and 02. RGB value is (113,141,2). Sum of RGB (Red+Green+Blue) = 113+141+2=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #718D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718D02 is #8E72FD. Grayscale: #757575. Windows color (decimal): -9335550 or 167281. OLE color: 167281.
HSL color Cylindrical-coordinate representation of color #718D02: hue angle of 72.09º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #718D02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.45 |
| HSL | 72.09º | 0.97% | 0.28% | - |
| HSV(B) | 72.09º | 0.99% | 0.55% | - |
| XYZ | 16.35 | 22.56 | 3.55 | - |
| YUV | 116.78 | 63.22 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 2 | 0.20 | 0 | 0.99 | 0.45 | 72.09 | 0.97 | 0.28 |
| Hex | 71 | 8D | 2 | 14 | 0 | 63 | 2D | 48 | 61 | 1C |
| Octal | 161 | 215 | 2 | 24 | 0 | 143 | 55 | 110 | 141 | 34 |
| Binary | 1110001 | 10001101 | 10 | 10100 | 0 | 1100011 | 101101 | 1001000 | 1100001 | 11100 |
Color Harmonies of #718D02
Complementary color
Monochromatic Colors of #718D02
Black with #718D02
Text Example
Text Example
White with #718D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D02; }
p { color: rgb(113,141,2); }
H1.HeaderClassName
{
color: #718D02;
}
.AnyTagClassName
{
color: #718D02;
}
</style>
background-color css
<style>
a { background-color: #718D02; }
a { background-color: rgb(113,141,2); }
div.DivClassName
{
background-color: #718D02;
}
.BgClassName
{
background-color: #718D02;
}
</style>
border-color css
<style>
span { border-color: #718D02; }
span { border-color: rgb(113,141,2); }
td.TdClassName
{
border-color: #718D02;
}
.TagClassName
{
border-color: #718D02;
}
</style>