Shades of Olive Drab #669619
Tints of Olive Drab #669619
RGB
CMYK
RGB Variations
Color information
#669619 (or 0x669619) is known color: Olive Drab. HEX triplet: 66, 96 and 19. RGB value is (102,150,25). Sum of RGB (Red+Green+Blue) = 102+150+25=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #669619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669619 is #9969E6. Grayscale: #797979. Windows color (decimal): -10054119 or 1676902. OLE color: 1676902.
HSL color Cylindrical-coordinate representation of color #669619: hue angle of 83.04º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #669619 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 25 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.41 |
| HSL | 83.04º | 0.71% | 0.34% | - |
| HSV(B) | 83.04º | 0.83% | 0.59% | - |
| XYZ | 16.56 | 24.71 | 4.82 | - |
| YUV | 121.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 25 | 0.32 | 0 | 0.83 | 0.41 | 83.04 | 0.71 | 0.34 |
| Hex | 66 | 96 | 19 | 20 | 0 | 53 | 29 | 53 | 47 | 22 |
| Octal | 146 | 226 | 31 | 40 | 0 | 123 | 51 | 123 | 107 | 42 |
| Binary | 1100110 | 10010110 | 11001 | 100000 | 0 | 1010011 | 101001 | 1010011 | 1000111 | 100010 |
Color Harmonies of #669619
Complementary color
Monochromatic Colors of #669619
Black with #669619
Text Example
Text Example
White with #669619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669619; }
p { color: rgb(102,150,25); }
H1.HeaderClassName
{
color: #669619;
}
.AnyTagClassName
{
color: #669619;
}
</style>
background-color css
<style>
a { background-color: #669619; }
a { background-color: rgb(102,150,25); }
div.DivClassName
{
background-color: #669619;
}
.BgClassName
{
background-color: #669619;
}
</style>
border-color css
<style>
span { border-color: #669619; }
span { border-color: rgb(102,150,25); }
td.TdClassName
{
border-color: #669619;
}
.TagClassName
{
border-color: #669619;
}
</style>