Shades of Olive Drab #669224
Tints of Olive Drab #669224
RGB
CMYK
RGB Variations
Color information
#669224 (or 0x669224) is known color: Olive Drab. HEX triplet: 66, 92 and 24. RGB value is (102,146,36). Sum of RGB (Red+Green+Blue) = 102+146+36=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #669224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669224 is #996DDB. Grayscale: #787878. Windows color (decimal): -10055132 or 2396774. OLE color: 2396774.
HSL color Cylindrical-coordinate representation of color #669224: hue angle of 84º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #669224 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 36 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.43 |
| HSL | 84º | 0.6% | 0.36% | - |
| HSV(B) | 84º | 0.75% | 0.57% | - |
| XYZ | 16.08 | 23.51 | 5.36 | - |
| YUV | 120.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 36 | 0.30 | 0 | 0.75 | 0.43 | 84 | 0.6 | 0.36 |
| Hex | 66 | 92 | 24 | 1E | 0 | 4B | 2B | 54 | 3C | 24 |
| Octal | 146 | 222 | 44 | 36 | 0 | 113 | 53 | 124 | 74 | 44 |
| Binary | 1100110 | 10010010 | 100100 | 11110 | 0 | 1001011 | 101011 | 1010100 | 111100 | 100100 |
Color Harmonies of #669224
Complementary color
Monochromatic Colors of #669224
Black with #669224
Text Example
Text Example
White with #669224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669224; }
p { color: rgb(102,146,36); }
H1.HeaderClassName
{
color: #669224;
}
.AnyTagClassName
{
color: #669224;
}
</style>
background-color css
<style>
a { background-color: #669224; }
a { background-color: rgb(102,146,36); }
div.DivClassName
{
background-color: #669224;
}
.BgClassName
{
background-color: #669224;
}
</style>
border-color css
<style>
span { border-color: #669224; }
span { border-color: rgb(102,146,36); }
td.TdClassName
{
border-color: #669224;
}
.TagClassName
{
border-color: #669224;
}
</style>