Shades of Olive Drab #669600
Tints of Olive Drab #669600
RGB
CMYK
RGB Variations
Color information
#669600 (or 0x669600) is known color: Olive Drab. HEX triplet: 66, 96 and 00. RGB value is (102,150,0). Sum of RGB (Red+Green+Blue) = 102+150+0=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #669600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669600 is #9969FF. Grayscale: #777777. Windows color (decimal): -10054144 or 38502. OLE color: 38502.
HSL color Cylindrical-coordinate representation of color #669600: hue angle of 79.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #669600 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.41 |
| HSL | 79.2º | 1% | 0.29% | - |
| HSV(B) | 79.2º | 1% | 0.59% | - |
| XYZ | 16.39 | 24.64 | 3.89 | - |
| YUV | 118.55 | 61.1 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 0 | 0.32 | 0 | 1 | 0.41 | 79.2 | 1 | 0.29 |
| Hex | 66 | 96 | 0 | 20 | 0 | 64 | 29 | 4F | 64 | 1D |
| Octal | 146 | 226 | 0 | 40 | 0 | 144 | 51 | 117 | 144 | 35 |
| Binary | 1100110 | 10010110 | 0 | 100000 | 0 | 1100100 | 101001 | 1001111 | 1100100 | 11101 |
Color Harmonies of #669600
Complementary color
Monochromatic Colors of #669600
Black with #669600
Text Example
Text Example
White with #669600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669600; }
p { color: rgb(102,150,0); }
H1.HeaderClassName
{
color: #669600;
}
.AnyTagClassName
{
color: #669600;
}
</style>
background-color css
<style>
a { background-color: #669600; }
a { background-color: rgb(102,150,0); }
div.DivClassName
{
background-color: #669600;
}
.BgClassName
{
background-color: #669600;
}
</style>
border-color css
<style>
span { border-color: #669600; }
span { border-color: rgb(102,150,0); }
td.TdClassName
{
border-color: #669600;
}
.TagClassName
{
border-color: #669600;
}
</style>