Shades of Olive Drab #659914
Tints of Olive Drab #659914
RGB
CMYK
RGB Variations
Color information
#659914 (or 0x659914) is known color: Olive Drab. HEX triplet: 65, 99 and 14. RGB value is (101,153,20). Sum of RGB (Red+Green+Blue) = 101+153+20=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #659914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659914 is #9A66EB. Grayscale: #7A7A7A. Windows color (decimal): -10118892 or 1349989. OLE color: 1349989.
HSL color Cylindrical-coordinate representation of color #659914: hue angle of 83.46º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #659914 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 20 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.4 |
| HSL | 83.46º | 0.77% | 0.34% | - |
| HSV(B) | 83.46º | 0.87% | 0.6% | - |
| XYZ | 16.88 | 25.6 | 4.71 | - |
| YUV | 122.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 20 | 0.34 | 0 | 0.87 | 0.4 | 83.46 | 0.77 | 0.34 |
| Hex | 65 | 99 | 14 | 22 | 0 | 57 | 28 | 53 | 4D | 22 |
| Octal | 145 | 231 | 24 | 42 | 0 | 127 | 50 | 123 | 115 | 42 |
| Binary | 1100101 | 10011001 | 10100 | 100010 | 0 | 1010111 | 101000 | 1010011 | 1001101 | 100010 |
Color Harmonies of #659914
Complementary color
Monochromatic Colors of #659914
Black with #659914
Text Example
Text Example
White with #659914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659914; }
p { color: rgb(101,153,20); }
H1.HeaderClassName
{
color: #659914;
}
.AnyTagClassName
{
color: #659914;
}
</style>
background-color css
<style>
a { background-color: #659914; }
a { background-color: rgb(101,153,20); }
div.DivClassName
{
background-color: #659914;
}
.BgClassName
{
background-color: #659914;
}
</style>
border-color css
<style>
span { border-color: #659914; }
span { border-color: rgb(101,153,20); }
td.TdClassName
{
border-color: #659914;
}
.TagClassName
{
border-color: #659914;
}
</style>