Shades of Olive Drab #659710
Tints of Olive Drab #659710
RGB
CMYK
RGB Variations
Color information
#659710 (or 0x659710) is known color: Olive Drab. HEX triplet: 65, 97 and 10. RGB value is (101,151,16). Sum of RGB (Red+Green+Blue) = 101+151+16=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #659710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659710 is #9A68EF. Grayscale: #797979. Windows color (decimal): -10119408 or 1087333. OLE color: 1087333.
HSL color Cylindrical-coordinate representation of color #659710: hue angle of 82.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #659710 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 151 | 16 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.41 |
| HSL | 82.22º | 0.81% | 0.33% | - |
| HSV(B) | 82.22º | 0.89% | 0.59% | - |
| XYZ | 16.53 | 24.94 | 4.43 | - |
| YUV | 120.66 | 68.94 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 16 | 0.33 | 0 | 0.89 | 0.41 | 82.22 | 0.81 | 0.33 |
| Hex | 65 | 97 | 10 | 21 | 0 | 59 | 29 | 52 | 51 | 21 |
| Octal | 145 | 227 | 20 | 41 | 0 | 131 | 51 | 122 | 121 | 41 |
| Binary | 1100101 | 10010111 | 10000 | 100001 | 0 | 1011001 | 101001 | 1010010 | 1010001 | 100001 |
Color Harmonies of #659710
Complementary color
Monochromatic Colors of #659710
Black with #659710
Text Example
Text Example
White with #659710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659710; }
p { color: rgb(101,151,16); }
H1.HeaderClassName
{
color: #659710;
}
.AnyTagClassName
{
color: #659710;
}
</style>
background-color css
<style>
a { background-color: #659710; }
a { background-color: rgb(101,151,16); }
div.DivClassName
{
background-color: #659710;
}
.BgClassName
{
background-color: #659710;
}
</style>
border-color css
<style>
span { border-color: #659710; }
span { border-color: rgb(101,151,16); }
td.TdClassName
{
border-color: #659710;
}
.TagClassName
{
border-color: #659710;
}
</style>