Shades of Olive Drab #659309
Tints of Olive Drab #659309
RGB
CMYK
RGB Variations
Color information
#659309 (or 0x659309) is known color: Olive Drab. HEX triplet: 65, 93 and 09. RGB value is (101,147,9). Sum of RGB (Red+Green+Blue) = 101+147+9=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #659309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659309 is #9A6CF6. Grayscale: #767676. Windows color (decimal): -10120439 or 627557. OLE color: 627557.
HSL color Cylindrical-coordinate representation of color #659309: hue angle of 80º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #659309 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 9 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.42 |
| HSL | 80º | 0.88% | 0.31% | - |
| HSV(B) | 80º | 0.94% | 0.58% | - |
| XYZ | 15.85 | 23.65 | 3.99 | - |
| YUV | 117.51 | 66.76 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 9 | 0.31 | 0 | 0.94 | 0.42 | 80 | 0.88 | 0.31 |
| Hex | 65 | 93 | 9 | 1F | 0 | 5E | 2A | 50 | 58 | 1F |
| Octal | 145 | 223 | 11 | 37 | 0 | 136 | 52 | 120 | 130 | 37 |
| Binary | 1100101 | 10010011 | 1001 | 11111 | 0 | 1011110 | 101010 | 1010000 | 1011000 | 11111 |
Color Harmonies of #659309
Complementary color
Monochromatic Colors of #659309
Black with #659309
Text Example
Text Example
White with #659309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659309; }
p { color: rgb(101,147,9); }
H1.HeaderClassName
{
color: #659309;
}
.AnyTagClassName
{
color: #659309;
}
</style>
background-color css
<style>
a { background-color: #659309; }
a { background-color: rgb(101,147,9); }
div.DivClassName
{
background-color: #659309;
}
.BgClassName
{
background-color: #659309;
}
</style>
border-color css
<style>
span { border-color: #659309; }
span { border-color: rgb(101,147,9); }
td.TdClassName
{
border-color: #659309;
}
.TagClassName
{
border-color: #659309;
}
</style>