Shades of Olive #718A09
Tints of Olive #718A09
RGB
CMYK
RGB Variations
Color information
#718A09 (or 0x718A09) is known color: Olive. HEX triplet: 71, 8A and 09. RGB value is (113,138,9). Sum of RGB (Red+Green+Blue) = 113+138+9=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #718A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A09 is #8E75F6. Grayscale: #747474. Windows color (decimal): -9336311 or 625265. OLE color: 625265.
HSL color Cylindrical-coordinate representation of color #718A09: hue angle of 71.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #718A09 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 9 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.46 |
| HSL | 71.63º | 0.88% | 0.29% | - |
| HSV(B) | 71.63º | 0.93% | 0.54% | - |
| XYZ | 15.95 | 21.71 | 3.61 | - |
| YUV | 115.82 | 67.72 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 9 | 0.18 | 0 | 0.93 | 0.46 | 71.63 | 0.88 | 0.29 |
| Hex | 71 | 8A | 9 | 12 | 0 | 5D | 2E | 48 | 58 | 1D |
| Octal | 161 | 212 | 11 | 22 | 0 | 135 | 56 | 110 | 130 | 35 |
| Binary | 1110001 | 10001010 | 1001 | 10010 | 0 | 1011101 | 101110 | 1001000 | 1011000 | 11101 |
Color Harmonies of #718A09
Complementary color
Monochromatic Colors of #718A09
Black with #718A09
Text Example
Text Example
White with #718A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A09; }
p { color: rgb(113,138,9); }
H1.HeaderClassName
{
color: #718A09;
}
.AnyTagClassName
{
color: #718A09;
}
</style>
background-color css
<style>
a { background-color: #718A09; }
a { background-color: rgb(113,138,9); }
div.DivClassName
{
background-color: #718A09;
}
.BgClassName
{
background-color: #718A09;
}
</style>
border-color css
<style>
span { border-color: #718A09; }
span { border-color: rgb(113,138,9); }
td.TdClassName
{
border-color: #718A09;
}
.TagClassName
{
border-color: #718A09;
}
</style>