Shades of Olive #718B00
Tints of Olive #718B00
RGB
CMYK
RGB Variations
Color information
#718B00 (or 0x718B00) is known color: Olive. HEX triplet: 71, 8B and 00. RGB value is (113,139,0). Sum of RGB (Red+Green+Blue) = 113+139+0=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #718B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B00 is #8E74FF. Grayscale: #737373. Windows color (decimal): -9336064 or 35697. OLE color: 35697.
HSL color Cylindrical-coordinate representation of color #718B00: hue angle of 71.22º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #718B00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.45 |
| HSL | 71.22º | 1% | 0.27% | - |
| HSV(B) | 71.22º | 1% | 0.55% | - |
| XYZ | 16.04 | 21.98 | 3.4 | - |
| YUV | 115.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 0 | 0.19 | 0 | 1 | 0.45 | 71.22 | 1 | 0.27 |
| Hex | 71 | 8B | 0 | 13 | 0 | 64 | 2D | 47 | 64 | 1B |
| Octal | 161 | 213 | 0 | 23 | 0 | 144 | 55 | 107 | 144 | 33 |
| Binary | 1110001 | 10001011 | 0 | 10011 | 0 | 1100100 | 101101 | 1000111 | 1100100 | 11011 |
Color Harmonies of #718B00
Complementary color
Monochromatic Colors of #718B00
Black with #718B00
Text Example
Text Example
White with #718B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B00; }
p { color: rgb(113,139,0); }
H1.HeaderClassName
{
color: #718B00;
}
.AnyTagClassName
{
color: #718B00;
}
</style>
background-color css
<style>
a { background-color: #718B00; }
a { background-color: rgb(113,139,0); }
div.DivClassName
{
background-color: #718B00;
}
.BgClassName
{
background-color: #718B00;
}
</style>
border-color css
<style>
span { border-color: #718B00; }
span { border-color: rgb(113,139,0); }
td.TdClassName
{
border-color: #718B00;
}
.TagClassName
{
border-color: #718B00;
}
</style>