Shades of Olive Drab #659916
Tints of Olive Drab #659916
RGB
CMYK
RGB Variations
Color information
#659916 (or 0x659916) is known color: Olive Drab. HEX triplet: 65, 99 and 16. RGB value is (101,153,22). Sum of RGB (Red+Green+Blue) = 101+153+22=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #659916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659916 is #9A66E9. Grayscale: #7A7A7A. Windows color (decimal): -10118890 or 1481061. OLE color: 1481061.
HSL color Cylindrical-coordinate representation of color #659916: hue angle of 83.82º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #659916 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 22 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.4 |
| HSL | 83.82º | 0.75% | 0.34% | - |
| HSV(B) | 83.82º | 0.86% | 0.6% | - |
| XYZ | 16.9 | 25.61 | 4.81 | - |
| YUV | 122.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 22 | 0.34 | 0 | 0.86 | 0.4 | 83.82 | 0.75 | 0.34 |
| Hex | 65 | 99 | 16 | 22 | 0 | 56 | 28 | 54 | 4B | 22 |
| Octal | 145 | 231 | 26 | 42 | 0 | 126 | 50 | 124 | 113 | 42 |
| Binary | 1100101 | 10011001 | 10110 | 100010 | 0 | 1010110 | 101000 | 1010100 | 1001011 | 100010 |
Color Harmonies of #659916
Complementary color
Monochromatic Colors of #659916
Black with #659916
Text Example
Text Example
White with #659916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659916; }
p { color: rgb(101,153,22); }
H1.HeaderClassName
{
color: #659916;
}
.AnyTagClassName
{
color: #659916;
}
</style>
background-color css
<style>
a { background-color: #659916; }
a { background-color: rgb(101,153,22); }
div.DivClassName
{
background-color: #659916;
}
.BgClassName
{
background-color: #659916;
}
</style>
border-color css
<style>
span { border-color: #659916; }
span { border-color: rgb(101,153,22); }
td.TdClassName
{
border-color: #659916;
}
.TagClassName
{
border-color: #659916;
}
</style>