Shades of Olive #718A05
Tints of Olive #718A05
RGB
CMYK
RGB Variations
Color information
#718A05 (or 0x718A05) is known color: Olive. HEX triplet: 71, 8A and 05. RGB value is (113,138,5). Sum of RGB (Red+Green+Blue) = 113+138+5=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #718A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A05 is #8E75FA. Grayscale: #737373. Windows color (decimal): -9336315 or 363121. OLE color: 363121.
HSL color Cylindrical-coordinate representation of color #718A05: hue angle of 71.28º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #718A05 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 5 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.46 |
| HSL | 71.28º | 0.93% | 0.28% | - |
| HSV(B) | 71.28º | 0.96% | 0.54% | - |
| XYZ | 15.93 | 21.7 | 3.49 | - |
| YUV | 115.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 5 | 0.18 | 0 | 0.96 | 0.46 | 71.28 | 0.93 | 0.28 |
| Hex | 71 | 8A | 5 | 12 | 0 | 60 | 2E | 47 | 5D | 1C |
| Octal | 161 | 212 | 5 | 22 | 0 | 140 | 56 | 107 | 135 | 34 |
| Binary | 1110001 | 10001010 | 101 | 10010 | 0 | 1100000 | 101110 | 1000111 | 1011101 | 11100 |
Color Harmonies of #718A05
Complementary color
Monochromatic Colors of #718A05
Black with #718A05
Text Example
Text Example
White with #718A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A05; }
p { color: rgb(113,138,5); }
H1.HeaderClassName
{
color: #718A05;
}
.AnyTagClassName
{
color: #718A05;
}
</style>
background-color css
<style>
a { background-color: #718A05; }
a { background-color: rgb(113,138,5); }
div.DivClassName
{
background-color: #718A05;
}
.BgClassName
{
background-color: #718A05;
}
</style>
border-color css
<style>
span { border-color: #718A05; }
span { border-color: rgb(113,138,5); }
td.TdClassName
{
border-color: #718A05;
}
.TagClassName
{
border-color: #718A05;
}
</style>