Shades of Olive #717505
Tints of Olive #717505
RGB
CMYK
RGB Variations
Color information
#717505 (or 0x717505) is known color: Olive. HEX triplet: 71, 75 and 05. RGB value is (113,117,5). Sum of RGB (Red+Green+Blue) = 113+117+5=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #717505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717505 is #8E8AFA. Grayscale: #676767. Windows color (decimal): -9341691 or 357745. OLE color: 357745.
HSL color Cylindrical-coordinate representation of color #717505: hue angle of 62.14º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #717505 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 5 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.54 |
| HSL | 62.14º | 0.92% | 0.24% | - |
| HSV(B) | 62.14º | 0.96% | 0.46% | - |
| XYZ | 13.2 | 16.24 | 2.58 | - |
| YUV | 103.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 5 | 0.03 | 0 | 0.96 | 0.54 | 62.14 | 0.92 | 0.24 |
| Hex | 71 | 75 | 5 | 3 | 0 | 60 | 36 | 3E | 5C | 18 |
| Octal | 161 | 165 | 5 | 3 | 0 | 140 | 66 | 76 | 134 | 30 |
| Binary | 1110001 | 1110101 | 101 | 11 | 0 | 1100000 | 110110 | 111110 | 1011100 | 11000 |
Color Harmonies of #717505
Complementary color
Monochromatic Colors of #717505
Black with #717505
Text Example
Text Example
White with #717505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717505; }
p { color: rgb(113,117,5); }
H1.HeaderClassName
{
color: #717505;
}
.AnyTagClassName
{
color: #717505;
}
</style>
background-color css
<style>
a { background-color: #717505; }
a { background-color: rgb(113,117,5); }
div.DivClassName
{
background-color: #717505;
}
.BgClassName
{
background-color: #717505;
}
</style>
border-color css
<style>
span { border-color: #717505; }
span { border-color: rgb(113,117,5); }
td.TdClassName
{
border-color: #717505;
}
.TagClassName
{
border-color: #717505;
}
</style>