Shades of Olive #718C08
Tints of Olive #718C08
RGB
CMYK
RGB Variations
Color information
#718C08 (or 0x718C08) is known color: Olive. HEX triplet: 71, 8C and 08. RGB value is (113,140,8). Sum of RGB (Red+Green+Blue) = 113+140+8=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #718C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718C08 is #8E73F7. Grayscale: #757575. Windows color (decimal): -9335800 or 560241. OLE color: 560241.
HSL color Cylindrical-coordinate representation of color #718C08: hue angle of 72.27º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #718C08 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 8 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.45 |
| HSL | 72.27º | 0.89% | 0.29% | - |
| HSV(B) | 72.27º | 0.94% | 0.55% | - |
| XYZ | 16.23 | 22.28 | 3.68 | - |
| YUV | 116.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 8 | 0.19 | 0 | 0.94 | 0.45 | 72.27 | 0.89 | 0.29 |
| Hex | 71 | 8C | 8 | 13 | 0 | 5E | 2D | 48 | 59 | 1D |
| Octal | 161 | 214 | 10 | 23 | 0 | 136 | 55 | 110 | 131 | 35 |
| Binary | 1110001 | 10001100 | 1000 | 10011 | 0 | 1011110 | 101101 | 1001000 | 1011001 | 11101 |
Color Harmonies of #718C08
Complementary color
Monochromatic Colors of #718C08
Black with #718C08
Text Example
Text Example
White with #718C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C08; }
p { color: rgb(113,140,8); }
H1.HeaderClassName
{
color: #718C08;
}
.AnyTagClassName
{
color: #718C08;
}
</style>
background-color css
<style>
a { background-color: #718C08; }
a { background-color: rgb(113,140,8); }
div.DivClassName
{
background-color: #718C08;
}
.BgClassName
{
background-color: #718C08;
}
</style>
border-color css
<style>
span { border-color: #718C08; }
span { border-color: rgb(113,140,8); }
td.TdClassName
{
border-color: #718C08;
}
.TagClassName
{
border-color: #718C08;
}
</style>