Shades of Olive #717804
Tints of Olive #717804
RGB
CMYK
RGB Variations
Color information
#717804 (or 0x717804) is known color: Olive. HEX triplet: 71, 78 and 04. RGB value is (113,120,4). Sum of RGB (Red+Green+Blue) = 113+120+4=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #717804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717804 is #8E87FB. Grayscale: #696969. Windows color (decimal): -9340924 or 292977. OLE color: 292977.
HSL color Cylindrical-coordinate representation of color #717804: hue angle of 63.62º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #717804 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 4 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.53 |
| HSL | 63.62º | 0.94% | 0.24% | - |
| HSV(B) | 63.62º | 0.97% | 0.47% | - |
| XYZ | 13.55 | 16.95 | 2.67 | - |
| YUV | 104.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 4 | 0.06 | 0 | 0.97 | 0.53 | 63.62 | 0.94 | 0.24 |
| Hex | 71 | 78 | 4 | 6 | 0 | 61 | 35 | 40 | 5E | 18 |
| Octal | 161 | 170 | 4 | 6 | 0 | 141 | 65 | 100 | 136 | 30 |
| Binary | 1110001 | 1111000 | 100 | 110 | 0 | 1100001 | 110101 | 1000000 | 1011110 | 11000 |
Color Harmonies of #717804
Complementary color
Monochromatic Colors of #717804
Black with #717804
Text Example
Text Example
White with #717804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717804; }
p { color: rgb(113,120,4); }
H1.HeaderClassName
{
color: #717804;
}
.AnyTagClassName
{
color: #717804;
}
</style>
background-color css
<style>
a { background-color: #717804; }
a { background-color: rgb(113,120,4); }
div.DivClassName
{
background-color: #717804;
}
.BgClassName
{
background-color: #717804;
}
</style>
border-color css
<style>
span { border-color: #717804; }
span { border-color: rgb(113,120,4); }
td.TdClassName
{
border-color: #717804;
}
.TagClassName
{
border-color: #717804;
}
</style>