Shades of Olive Drab #669020
Tints of Olive Drab #669020
RGB
CMYK
RGB Variations
Color information
#669020 (or 0x669020) is known color: Olive Drab. HEX triplet: 66, 90 and 20. RGB value is (102,144,32). Sum of RGB (Red+Green+Blue) = 102+144+32=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #669020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669020 is #996FDF. Grayscale: #777777. Windows color (decimal): -10055648 or 2134118. OLE color: 2134118.
HSL color Cylindrical-coordinate representation of color #669020: hue angle of 82.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #669020 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 32 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.44 |
| HSL | 82.5º | 0.64% | 0.35% | - |
| HSV(B) | 82.5º | 0.78% | 0.56% | - |
| XYZ | 15.71 | 22.88 | 4.95 | - |
| YUV | 118.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 32 | 0.29 | 0 | 0.78 | 0.44 | 82.5 | 0.64 | 0.35 |
| Hex | 66 | 90 | 20 | 1D | 0 | 4E | 2C | 52 | 40 | 23 |
| Octal | 146 | 220 | 40 | 35 | 0 | 116 | 54 | 122 | 100 | 43 |
| Binary | 1100110 | 10010000 | 100000 | 11101 | 0 | 1001110 | 101100 | 1010010 | 1000000 | 100011 |
Color Harmonies of #669020
Complementary color
Monochromatic Colors of #669020
Black with #669020
Text Example
Text Example
White with #669020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669020; }
p { color: rgb(102,144,32); }
H1.HeaderClassName
{
color: #669020;
}
.AnyTagClassName
{
color: #669020;
}
</style>
background-color css
<style>
a { background-color: #669020; }
a { background-color: rgb(102,144,32); }
div.DivClassName
{
background-color: #669020;
}
.BgClassName
{
background-color: #669020;
}
</style>
border-color css
<style>
span { border-color: #669020; }
span { border-color: rgb(102,144,32); }
td.TdClassName
{
border-color: #669020;
}
.TagClassName
{
border-color: #669020;
}
</style>