Shades of Olive Drab #659414
Tints of Olive Drab #659414
RGB
CMYK
RGB Variations
Color information
#659414 (or 0x659414) is known color: Olive Drab. HEX triplet: 65, 94 and 14. RGB value is (101,148,20). Sum of RGB (Red+Green+Blue) = 101+148+20=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #659414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659414 is #9A6BEB. Grayscale: #777777. Windows color (decimal): -10120172 or 1348709. OLE color: 1348709.
HSL color Cylindrical-coordinate representation of color #659414: hue angle of 82.03º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #659414 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 148 | 20 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.42 |
| HSL | 82.03º | 0.76% | 0.33% | - |
| HSV(B) | 82.03º | 0.86% | 0.58% | - |
| XYZ | 16.08 | 24 | 4.45 | - |
| YUV | 119.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 20 | 0.32 | 0 | 0.86 | 0.42 | 82.03 | 0.76 | 0.33 |
| Hex | 65 | 94 | 14 | 20 | 0 | 56 | 2A | 52 | 4C | 21 |
| Octal | 145 | 224 | 24 | 40 | 0 | 126 | 52 | 122 | 114 | 41 |
| Binary | 1100101 | 10010100 | 10100 | 100000 | 0 | 1010110 | 101010 | 1010010 | 1001100 | 100001 |
Color Harmonies of #659414
Complementary color
Monochromatic Colors of #659414
Black with #659414
Text Example
Text Example
White with #659414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659414; }
p { color: rgb(101,148,20); }
H1.HeaderClassName
{
color: #659414;
}
.AnyTagClassName
{
color: #659414;
}
</style>
background-color css
<style>
a { background-color: #659414; }
a { background-color: rgb(101,148,20); }
div.DivClassName
{
background-color: #659414;
}
.BgClassName
{
background-color: #659414;
}
</style>
border-color css
<style>
span { border-color: #659414; }
span { border-color: rgb(101,148,20); }
td.TdClassName
{
border-color: #659414;
}
.TagClassName
{
border-color: #659414;
}
</style>