Shades of Olive #717504
Tints of Olive #717504
RGB
CMYK
RGB Variations
Color information
#717504 (or 0x717504) is known color: Olive. HEX triplet: 71, 75 and 04. RGB value is (113,117,4). Sum of RGB (Red+Green+Blue) = 113+117+4=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #717504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717504 is #8E8AFB. Grayscale: #676767. Windows color (decimal): -9341692 or 292209. OLE color: 292209.
HSL color Cylindrical-coordinate representation of color #717504: hue angle of 62.12º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #717504 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 4 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.54 |
| HSL | 62.12º | 0.93% | 0.24% | - |
| HSV(B) | 62.12º | 0.97% | 0.46% | - |
| XYZ | 13.19 | 16.24 | 2.55 | - |
| YUV | 102.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 4 | 0.03 | 0 | 0.97 | 0.54 | 62.12 | 0.93 | 0.24 |
| Hex | 71 | 75 | 4 | 3 | 0 | 61 | 36 | 3E | 5D | 18 |
| Octal | 161 | 165 | 4 | 3 | 0 | 141 | 66 | 76 | 135 | 30 |
| Binary | 1110001 | 1110101 | 100 | 11 | 0 | 1100001 | 110110 | 111110 | 1011101 | 11000 |
Color Harmonies of #717504
Complementary color
Monochromatic Colors of #717504
Black with #717504
Text Example
Text Example
White with #717504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717504; }
p { color: rgb(113,117,4); }
H1.HeaderClassName
{
color: #717504;
}
.AnyTagClassName
{
color: #717504;
}
</style>
background-color css
<style>
a { background-color: #717504; }
a { background-color: rgb(113,117,4); }
div.DivClassName
{
background-color: #717504;
}
.BgClassName
{
background-color: #717504;
}
</style>
border-color css
<style>
span { border-color: #717504; }
span { border-color: rgb(113,117,4); }
td.TdClassName
{
border-color: #717504;
}
.TagClassName
{
border-color: #717504;
}
</style>