Shades of Olive #718701
Tints of Olive #718701
RGB
CMYK
RGB Variations
Color information
#718701 (or 0x718701) is known color: Olive. HEX triplet: 71, 87 and 01. RGB value is (113,135,1). Sum of RGB (Red+Green+Blue) = 113+135+1=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #718701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718701 is #8E78FE. Grayscale: #717171. Windows color (decimal): -9337087 or 100209. OLE color: 100209.
HSL color Cylindrical-coordinate representation of color #718701: hue angle of 69.85º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #718701 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.47 |
| HSL | 69.85º | 0.99% | 0.27% | - |
| HSV(B) | 69.85º | 0.99% | 0.53% | - |
| XYZ | 15.48 | 20.84 | 3.24 | - |
| YUV | 113.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 1 | 0.16 | 0 | 0.99 | 0.47 | 69.85 | 0.99 | 0.27 |
| Hex | 71 | 87 | 1 | 10 | 0 | 63 | 2F | 46 | 63 | 1B |
| Octal | 161 | 207 | 1 | 20 | 0 | 143 | 57 | 106 | 143 | 33 |
| Binary | 1110001 | 10000111 | 1 | 10000 | 0 | 1100011 | 101111 | 1000110 | 1100011 | 11011 |
Color Harmonies of #718701
Complementary color
Monochromatic Colors of #718701
Black with #718701
Text Example
Text Example
White with #718701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718701; }
p { color: rgb(113,135,1); }
H1.HeaderClassName
{
color: #718701;
}
.AnyTagClassName
{
color: #718701;
}
</style>
background-color css
<style>
a { background-color: #718701; }
a { background-color: rgb(113,135,1); }
div.DivClassName
{
background-color: #718701;
}
.BgClassName
{
background-color: #718701;
}
</style>
border-color css
<style>
span { border-color: #718701; }
span { border-color: rgb(113,135,1); }
td.TdClassName
{
border-color: #718701;
}
.TagClassName
{
border-color: #718701;
}
</style>