Shades of Olive Drab #669500
Tints of Olive Drab #669500
RGB
CMYK
RGB Variations
Color information
#669500 (or 0x669500) is known color: Olive Drab. HEX triplet: 66, 95 and 00. RGB value is (102,149,0). Sum of RGB (Red+Green+Blue) = 102+149+0=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #669500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669500 is #996AFF. Grayscale: #767676. Windows color (decimal): -10054400 or 38246. OLE color: 38246.
HSL color Cylindrical-coordinate representation of color #669500: hue angle of 78.93º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #669500 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.42 |
| HSL | 78.93º | 1% | 0.29% | - |
| HSV(B) | 78.93º | 1% | 0.58% | - |
| XYZ | 16.23 | 24.32 | 3.84 | - |
| YUV | 117.96 | 61.43 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 0 | 0.32 | 0 | 1 | 0.42 | 78.93 | 1 | 0.29 |
| Hex | 66 | 95 | 0 | 20 | 0 | 64 | 2A | 4F | 64 | 1D |
| Octal | 146 | 225 | 0 | 40 | 0 | 144 | 52 | 117 | 144 | 35 |
| Binary | 1100110 | 10010101 | 0 | 100000 | 0 | 1100100 | 101010 | 1001111 | 1100100 | 11101 |
Color Harmonies of #669500
Complementary color
Monochromatic Colors of #669500
Black with #669500
Text Example
Text Example
White with #669500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669500; }
p { color: rgb(102,149,0); }
H1.HeaderClassName
{
color: #669500;
}
.AnyTagClassName
{
color: #669500;
}
</style>
background-color css
<style>
a { background-color: #669500; }
a { background-color: rgb(102,149,0); }
div.DivClassName
{
background-color: #669500;
}
.BgClassName
{
background-color: #669500;
}
</style>
border-color css
<style>
span { border-color: #669500; }
span { border-color: rgb(102,149,0); }
td.TdClassName
{
border-color: #669500;
}
.TagClassName
{
border-color: #669500;
}
</style>