Shades of Olive #718600
Tints of Olive #718600
RGB
CMYK
RGB Variations
Color information
#718600 (or 0x718600) is known color: Olive. HEX triplet: 71, 86 and 00. RGB value is (113,134,0). Sum of RGB (Red+Green+Blue) = 113+134+0=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #718600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718600 is #8E79FF. Grayscale: #707070. Windows color (decimal): -9337344 or 34417. OLE color: 34417.
HSL color Cylindrical-coordinate representation of color #718600: hue angle of 69.4º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #718600 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 134 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.47 |
| HSL | 69.4º | 1% | 0.26% | - |
| HSV(B) | 69.4º | 1% | 0.53% | - |
| XYZ | 15.34 | 20.56 | 3.16 | - |
| YUV | 112.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 0 | 0.16 | 0 | 1 | 0.47 | 69.4 | 1 | 0.26 |
| Hex | 71 | 86 | 0 | 10 | 0 | 64 | 2F | 45 | 64 | 1A |
| Octal | 161 | 206 | 0 | 20 | 0 | 144 | 57 | 105 | 144 | 32 |
| Binary | 1110001 | 10000110 | 0 | 10000 | 0 | 1100100 | 101111 | 1000101 | 1100100 | 11010 |
Color Harmonies of #718600
Complementary color
Monochromatic Colors of #718600
Black with #718600
Text Example
Text Example
White with #718600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718600; }
p { color: rgb(113,134,0); }
H1.HeaderClassName
{
color: #718600;
}
.AnyTagClassName
{
color: #718600;
}
</style>
background-color css
<style>
a { background-color: #718600; }
a { background-color: rgb(113,134,0); }
div.DivClassName
{
background-color: #718600;
}
.BgClassName
{
background-color: #718600;
}
</style>
border-color css
<style>
span { border-color: #718600; }
span { border-color: rgb(113,134,0); }
td.TdClassName
{
border-color: #718600;
}
.TagClassName
{
border-color: #718600;
}
</style>