Shades of Olive Drab #669221
Tints of Olive Drab #669221
RGB
CMYK
RGB Variations
Color information
#669221 (or 0x669221) is known color: Olive Drab. HEX triplet: 66, 92 and 21. RGB value is (102,146,33). Sum of RGB (Red+Green+Blue) = 102+146+33=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #669221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669221 is #996DDE. Grayscale: #787878. Windows color (decimal): -10055135 or 2200166. OLE color: 2200166.
HSL color Cylindrical-coordinate representation of color #669221: hue angle of 83.36º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #669221 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 33 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.43 |
| HSL | 83.36º | 0.63% | 0.35% | - |
| HSV(B) | 83.36º | 0.77% | 0.57% | - |
| XYZ | 16.03 | 23.49 | 5.13 | - |
| YUV | 119.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 33 | 0.30 | 0 | 0.77 | 0.43 | 83.36 | 0.63 | 0.35 |
| Hex | 66 | 92 | 21 | 1E | 0 | 4D | 2B | 53 | 3F | 23 |
| Octal | 146 | 222 | 41 | 36 | 0 | 115 | 53 | 123 | 77 | 43 |
| Binary | 1100110 | 10010010 | 100001 | 11110 | 0 | 1001101 | 101011 | 1010011 | 111111 | 100011 |
Color Harmonies of #669221
Complementary color
Monochromatic Colors of #669221
Black with #669221
Text Example
Text Example
White with #669221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669221; }
p { color: rgb(102,146,33); }
H1.HeaderClassName
{
color: #669221;
}
.AnyTagClassName
{
color: #669221;
}
</style>
background-color css
<style>
a { background-color: #669221; }
a { background-color: rgb(102,146,33); }
div.DivClassName
{
background-color: #669221;
}
.BgClassName
{
background-color: #669221;
}
</style>
border-color css
<style>
span { border-color: #669221; }
span { border-color: rgb(102,146,33); }
td.TdClassName
{
border-color: #669221;
}
.TagClassName
{
border-color: #669221;
}
</style>