Shades of Olive Drab #669021
Tints of Olive Drab #669021
RGB
CMYK
RGB Variations
Color information
#669021 (or 0x669021) is known color: Olive Drab. HEX triplet: 66, 90 and 21. RGB value is (102,144,33). Sum of RGB (Red+Green+Blue) = 102+144+33=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #669021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669021 is #996FDE. Grayscale: #777777. Windows color (decimal): -10055647 or 2199654. OLE color: 2199654.
HSL color Cylindrical-coordinate representation of color #669021: hue angle of 82.7º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #669021 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 33 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.44 |
| HSL | 82.7º | 0.63% | 0.35% | - |
| HSV(B) | 82.7º | 0.77% | 0.56% | - |
| XYZ | 15.73 | 22.88 | 5.03 | - |
| YUV | 118.79 | 79.59 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 33 | 0.29 | 0 | 0.77 | 0.44 | 82.7 | 0.63 | 0.35 |
| Hex | 66 | 90 | 21 | 1D | 0 | 4D | 2C | 53 | 3F | 23 |
| Octal | 146 | 220 | 41 | 35 | 0 | 115 | 54 | 123 | 77 | 43 |
| Binary | 1100110 | 10010000 | 100001 | 11101 | 0 | 1001101 | 101100 | 1010011 | 111111 | 100011 |
Color Harmonies of #669021
Complementary color
Monochromatic Colors of #669021
Black with #669021
Text Example
Text Example
White with #669021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669021; }
p { color: rgb(102,144,33); }
H1.HeaderClassName
{
color: #669021;
}
.AnyTagClassName
{
color: #669021;
}
</style>
background-color css
<style>
a { background-color: #669021; }
a { background-color: rgb(102,144,33); }
div.DivClassName
{
background-color: #669021;
}
.BgClassName
{
background-color: #669021;
}
</style>
border-color css
<style>
span { border-color: #669021; }
span { border-color: rgb(102,144,33); }
td.TdClassName
{
border-color: #669021;
}
.TagClassName
{
border-color: #669021;
}
</style>