Shades of Olive Drab #658710
Tints of Olive Drab #658710
RGB
CMYK
RGB Variations
Color information
#658710 (or 0x658710) is known color: Olive Drab. HEX triplet: 65, 87 and 10. RGB value is (101,135,16). Sum of RGB (Red+Green+Blue) = 101+135+16=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #658710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658710 is #9A78EF. Grayscale: #6F6F6F. Windows color (decimal): -10123504 or 1083237. OLE color: 1083237.
HSL color Cylindrical-coordinate representation of color #658710: hue angle of 77.14º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #658710 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 16 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.47 |
| HSL | 77.14º | 0.79% | 0.3% | - |
| HSV(B) | 77.14º | 0.88% | 0.53% | - |
| XYZ | 14.12 | 20.13 | 3.63 | - |
| YUV | 111.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 16 | 0.25 | 0 | 0.88 | 0.47 | 77.14 | 0.79 | 0.3 |
| Hex | 65 | 87 | 10 | 19 | 0 | 58 | 2F | 4D | 4F | 1E |
| Octal | 145 | 207 | 20 | 31 | 0 | 130 | 57 | 115 | 117 | 36 |
| Binary | 1100101 | 10000111 | 10000 | 11001 | 0 | 1011000 | 101111 | 1001101 | 1001111 | 11110 |
Color Harmonies of #658710
Complementary color
Monochromatic Colors of #658710
Black with #658710
Text Example
Text Example
White with #658710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658710; }
p { color: rgb(101,135,16); }
H1.HeaderClassName
{
color: #658710;
}
.AnyTagClassName
{
color: #658710;
}
</style>
background-color css
<style>
a { background-color: #658710; }
a { background-color: rgb(101,135,16); }
div.DivClassName
{
background-color: #658710;
}
.BgClassName
{
background-color: #658710;
}
</style>
border-color css
<style>
span { border-color: #658710; }
span { border-color: rgb(101,135,16); }
td.TdClassName
{
border-color: #658710;
}
.TagClassName
{
border-color: #658710;
}
</style>