Shades of Olive #717706
Tints of Olive #717706
RGB
CMYK
RGB Variations
Color information
#717706 (or 0x717706) is known color: Olive. HEX triplet: 71, 77 and 06. RGB value is (113,119,6). Sum of RGB (Red+Green+Blue) = 113+119+6=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #717706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717706 is #8E88F9. Grayscale: #686868. Windows color (decimal): -9341178 or 423793. OLE color: 423793.
HSL color Cylindrical-coordinate representation of color #717706: hue angle of 63.19º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #717706 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 6 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.53 |
| HSL | 63.19º | 0.9% | 0.25% | - |
| HSV(B) | 63.19º | 0.95% | 0.47% | - |
| XYZ | 13.44 | 16.72 | 2.69 | - |
| YUV | 104.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 6 | 0.05 | 0 | 0.95 | 0.53 | 63.19 | 0.9 | 0.25 |
| Hex | 71 | 77 | 6 | 5 | 0 | 5F | 35 | 3F | 5A | 19 |
| Octal | 161 | 167 | 6 | 5 | 0 | 137 | 65 | 77 | 132 | 31 |
| Binary | 1110001 | 1110111 | 110 | 101 | 0 | 1011111 | 110101 | 111111 | 1011010 | 11001 |
Color Harmonies of #717706
Complementary color
Monochromatic Colors of #717706
Black with #717706
Text Example
Text Example
White with #717706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717706; }
p { color: rgb(113,119,6); }
H1.HeaderClassName
{
color: #717706;
}
.AnyTagClassName
{
color: #717706;
}
</style>
background-color css
<style>
a { background-color: #717706; }
a { background-color: rgb(113,119,6); }
div.DivClassName
{
background-color: #717706;
}
.BgClassName
{
background-color: #717706;
}
</style>
border-color css
<style>
span { border-color: #717706; }
span { border-color: rgb(113,119,6); }
td.TdClassName
{
border-color: #717706;
}
.TagClassName
{
border-color: #717706;
}
</style>