Shades of Olive #717902
Tints of Olive #717902
RGB
CMYK
RGB Variations
Color information
#717902 (or 0x717902) is known color: Olive. HEX triplet: 71, 79 and 02. RGB value is (113,121,2). Sum of RGB (Red+Green+Blue) = 113+121+2=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #717902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717902 is #8E86FD. Grayscale: #696969. Windows color (decimal): -9340670 or 162161. OLE color: 162161.
HSL color Cylindrical-coordinate representation of color #717902: hue angle of 64.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #717902 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 2 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.53 |
| HSL | 64.03º | 0.97% | 0.24% | - |
| HSV(B) | 64.03º | 0.98% | 0.47% | - |
| XYZ | 13.66 | 17.19 | 2.66 | - |
| YUV | 105.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 2 | 0.07 | 0 | 0.98 | 0.53 | 64.03 | 0.97 | 0.24 |
| Hex | 71 | 79 | 2 | 7 | 0 | 62 | 35 | 40 | 61 | 18 |
| Octal | 161 | 171 | 2 | 7 | 0 | 142 | 65 | 100 | 141 | 30 |
| Binary | 1110001 | 1111001 | 10 | 111 | 0 | 1100010 | 110101 | 1000000 | 1100001 | 11000 |
Color Harmonies of #717902
Complementary color
Monochromatic Colors of #717902
Black with #717902
Text Example
Text Example
White with #717902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717902; }
p { color: rgb(113,121,2); }
H1.HeaderClassName
{
color: #717902;
}
.AnyTagClassName
{
color: #717902;
}
</style>
background-color css
<style>
a { background-color: #717902; }
a { background-color: rgb(113,121,2); }
div.DivClassName
{
background-color: #717902;
}
.BgClassName
{
background-color: #717902;
}
</style>
border-color css
<style>
span { border-color: #717902; }
span { border-color: rgb(113,121,2); }
td.TdClassName
{
border-color: #717902;
}
.TagClassName
{
border-color: #717902;
}
</style>