Shades of Olive Drab #669406
Tints of Olive Drab #669406
RGB
CMYK
RGB Variations
Color information
#669406 (or 0x669406) is known color: Olive Drab. HEX triplet: 66, 94 and 06. RGB value is (102,148,6). Sum of RGB (Red+Green+Blue) = 102+148+6=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #669406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669406 is #996BF9. Grayscale: #767676. Windows color (decimal): -10054650 or 431206. OLE color: 431206.
HSL color Cylindrical-coordinate representation of color #669406: hue angle of 79.44º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #669406 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 148 | 6 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.42 |
| HSL | 79.44º | 0.92% | 0.3% | - |
| HSV(B) | 79.44º | 0.96% | 0.58% | - |
| XYZ | 16.1 | 24.02 | 3.96 | - |
| YUV | 118.06 | 64.76 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 6 | 0.31 | 0 | 0.96 | 0.42 | 79.44 | 0.92 | 0.3 |
| Hex | 66 | 94 | 6 | 1F | 0 | 60 | 2A | 4F | 5C | 1E |
| Octal | 146 | 224 | 6 | 37 | 0 | 140 | 52 | 117 | 134 | 36 |
| Binary | 1100110 | 10010100 | 110 | 11111 | 0 | 1100000 | 101010 | 1001111 | 1011100 | 11110 |
Color Harmonies of #669406
Complementary color
Monochromatic Colors of #669406
Black with #669406
Text Example
Text Example
White with #669406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669406; }
p { color: rgb(102,148,6); }
H1.HeaderClassName
{
color: #669406;
}
.AnyTagClassName
{
color: #669406;
}
</style>
background-color css
<style>
a { background-color: #669406; }
a { background-color: rgb(102,148,6); }
div.DivClassName
{
background-color: #669406;
}
.BgClassName
{
background-color: #669406;
}
</style>
border-color css
<style>
span { border-color: #669406; }
span { border-color: rgb(102,148,6); }
td.TdClassName
{
border-color: #669406;
}
.TagClassName
{
border-color: #669406;
}
</style>