Shades of Olive #717000
Tints of Olive #717000
RGB
CMYK
RGB Variations
Color information
#717000 (or 0x717000) is known color: Olive. HEX triplet: 71, 70 and 00. RGB value is (113,112,0). Sum of RGB (Red+Green+Blue) = 113+112+0=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #717000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717000 is #8E8FFF. Grayscale: #636363. Windows color (decimal): -9342976 or 28785. OLE color: 28785.
HSL color Cylindrical-coordinate representation of color #717000: hue angle of 59.47º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #717000 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 112 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.56 |
| HSL | 59.47º | 1% | 0.22% | - |
| HSV(B) | 59.47º | 1% | 0.44% | - |
| XYZ | 12.6 | 15.1 | 2.25 | - |
| YUV | 99.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 0 | 0 | 0.01 | 1 | 0.56 | 59.47 | 1 | 0.22 |
| Hex | 71 | 70 | 0 | 0 | 1 | 64 | 38 | 3B | 64 | 16 |
| Octal | 161 | 160 | 0 | 0 | 1 | 144 | 70 | 73 | 144 | 26 |
| Binary | 1110001 | 1110000 | 0 | 0 | 1 | 1100100 | 111000 | 111011 | 1100100 | 10110 |
Color Harmonies of #717000
Complementary color
Monochromatic Colors of #717000
Black with #717000
Text Example
Text Example
White with #717000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717000; }
p { color: rgb(113,112,0); }
H1.HeaderClassName
{
color: #717000;
}
.AnyTagClassName
{
color: #717000;
}
</style>
background-color css
<style>
a { background-color: #717000; }
a { background-color: rgb(113,112,0); }
div.DivClassName
{
background-color: #717000;
}
.BgClassName
{
background-color: #717000;
}
</style>
border-color css
<style>
span { border-color: #717000; }
span { border-color: rgb(113,112,0); }
td.TdClassName
{
border-color: #717000;
}
.TagClassName
{
border-color: #717000;
}
</style>