Shades of Olive Drab #659419
Tints of Olive Drab #659419
RGB
CMYK
RGB Variations
Color information
#659419 (or 0x659419) is known color: Olive Drab. HEX triplet: 65, 94 and 19. RGB value is (101,148,25). Sum of RGB (Red+Green+Blue) = 101+148+25=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #659419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659419 is #9A6BE6. Grayscale: #787878. Windows color (decimal): -10120167 or 1676389. OLE color: 1676389.
HSL color Cylindrical-coordinate representation of color #659419: hue angle of 82.93º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #659419 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 148 | 25 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.42 |
| HSL | 82.93º | 0.71% | 0.34% | - |
| HSV(B) | 82.93º | 0.83% | 0.58% | - |
| XYZ | 16.13 | 24.02 | 4.71 | - |
| YUV | 119.93 | 74.43 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 25 | 0.32 | 0 | 0.83 | 0.42 | 82.93 | 0.71 | 0.34 |
| Hex | 65 | 94 | 19 | 20 | 0 | 53 | 2A | 53 | 47 | 22 |
| Octal | 145 | 224 | 31 | 40 | 0 | 123 | 52 | 123 | 107 | 42 |
| Binary | 1100101 | 10010100 | 11001 | 100000 | 0 | 1010011 | 101010 | 1010011 | 1000111 | 100010 |
Color Harmonies of #659419
Complementary color
Monochromatic Colors of #659419
Black with #659419
Text Example
Text Example
White with #659419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659419; }
p { color: rgb(101,148,25); }
H1.HeaderClassName
{
color: #659419;
}
.AnyTagClassName
{
color: #659419;
}
</style>
background-color css
<style>
a { background-color: #659419; }
a { background-color: rgb(101,148,25); }
div.DivClassName
{
background-color: #659419;
}
.BgClassName
{
background-color: #659419;
}
</style>
border-color css
<style>
span { border-color: #659419; }
span { border-color: rgb(101,148,25); }
td.TdClassName
{
border-color: #659419;
}
.TagClassName
{
border-color: #659419;
}
</style>