Shades of Olive Drab #669000
Tints of Olive Drab #669000
RGB
CMYK
RGB Variations
Color information
#669000 (or 0x669000) is known color: Olive Drab. HEX triplet: 66, 90 and 00. RGB value is (102,144,0). Sum of RGB (Red+Green+Blue) = 102+144+0=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #669000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669000 is #996FFF. Grayscale: #737373. Windows color (decimal): -10055680 or 36966. OLE color: 36966.
HSL color Cylindrical-coordinate representation of color #669000: hue angle of 77.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #669000 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.44 |
| HSL | 77.5º | 1% | 0.28% | - |
| HSV(B) | 77.5º | 1% | 0.56% | - |
| XYZ | 15.45 | 22.77 | 3.58 | - |
| YUV | 115.03 | 63.09 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 0 | 0.29 | 0 | 1 | 0.44 | 77.5 | 1 | 0.28 |
| Hex | 66 | 90 | 0 | 1D | 0 | 64 | 2C | 4E | 64 | 1C |
| Octal | 146 | 220 | 0 | 35 | 0 | 144 | 54 | 116 | 144 | 34 |
| Binary | 1100110 | 10010000 | 0 | 11101 | 0 | 1100100 | 101100 | 1001110 | 1100100 | 11100 |
Color Harmonies of #669000
Complementary color
Monochromatic Colors of #669000
Black with #669000
Text Example
Text Example
White with #669000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669000; }
p { color: rgb(102,144,0); }
H1.HeaderClassName
{
color: #669000;
}
.AnyTagClassName
{
color: #669000;
}
</style>
background-color css
<style>
a { background-color: #669000; }
a { background-color: rgb(102,144,0); }
div.DivClassName
{
background-color: #669000;
}
.BgClassName
{
background-color: #669000;
}
</style>
border-color css
<style>
span { border-color: #669000; }
span { border-color: rgb(102,144,0); }
td.TdClassName
{
border-color: #669000;
}
.TagClassName
{
border-color: #669000;
}
</style>