Shades of Olive Drab #669320
Tints of Olive Drab #669320
RGB
CMYK
RGB Variations
Color information
#669320 (or 0x669320) is known color: Olive Drab. HEX triplet: 66, 93 and 20. RGB value is (102,147,32). Sum of RGB (Red+Green+Blue) = 102+147+32=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #669320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669320 is #996CDF. Grayscale: #787878. Windows color (decimal): -10054880 or 2134886. OLE color: 2134886.
HSL color Cylindrical-coordinate representation of color #669320: hue angle of 83.48º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #669320 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 32 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.42 |
| HSL | 83.48º | 0.64% | 0.35% | - |
| HSV(B) | 83.48º | 0.78% | 0.58% | - |
| XYZ | 16.17 | 23.8 | 5.11 | - |
| YUV | 120.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 32 | 0.31 | 0 | 0.78 | 0.42 | 83.48 | 0.64 | 0.35 |
| Hex | 66 | 93 | 20 | 1F | 0 | 4E | 2A | 53 | 40 | 23 |
| Octal | 146 | 223 | 40 | 37 | 0 | 116 | 52 | 123 | 100 | 43 |
| Binary | 1100110 | 10010011 | 100000 | 11111 | 0 | 1001110 | 101010 | 1010011 | 1000000 | 100011 |
Color Harmonies of #669320
Complementary color
Monochromatic Colors of #669320
Black with #669320
Text Example
Text Example
White with #669320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669320; }
p { color: rgb(102,147,32); }
H1.HeaderClassName
{
color: #669320;
}
.AnyTagClassName
{
color: #669320;
}
</style>
background-color css
<style>
a { background-color: #669320; }
a { background-color: rgb(102,147,32); }
div.DivClassName
{
background-color: #669320;
}
.BgClassName
{
background-color: #669320;
}
</style>
border-color css
<style>
span { border-color: #669320; }
span { border-color: rgb(102,147,32); }
td.TdClassName
{
border-color: #669320;
}
.TagClassName
{
border-color: #669320;
}
</style>