Shades of Olive Drab #669918
Tints of Olive Drab #669918
RGB
CMYK
RGB Variations
Color information
#669918 (or 0x669918) is known color: Olive Drab. HEX triplet: 66, 99 and 18. RGB value is (102,153,24). Sum of RGB (Red+Green+Blue) = 102+153+24=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #669918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669918 is #9966E7. Grayscale: #7B7B7B. Windows color (decimal): -10053352 or 1612134. OLE color: 1612134.
HSL color Cylindrical-coordinate representation of color #669918: hue angle of 83.72º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #669918 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 24 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.4 |
| HSL | 83.72º | 0.73% | 0.35% | - |
| HSV(B) | 83.72º | 0.84% | 0.6% | - |
| XYZ | 17.04 | 25.67 | 4.92 | - |
| YUV | 123.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 24 | 0.33 | 0 | 0.84 | 0.4 | 83.72 | 0.73 | 0.35 |
| Hex | 66 | 99 | 18 | 21 | 0 | 54 | 28 | 54 | 49 | 23 |
| Octal | 146 | 231 | 30 | 41 | 0 | 124 | 50 | 124 | 111 | 43 |
| Binary | 1100110 | 10011001 | 11000 | 100001 | 0 | 1010100 | 101000 | 1010100 | 1001001 | 100011 |
Color Harmonies of #669918
Complementary color
Monochromatic Colors of #669918
Black with #669918
Text Example
Text Example
White with #669918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669918; }
p { color: rgb(102,153,24); }
H1.HeaderClassName
{
color: #669918;
}
.AnyTagClassName
{
color: #669918;
}
</style>
background-color css
<style>
a { background-color: #669918; }
a { background-color: rgb(102,153,24); }
div.DivClassName
{
background-color: #669918;
}
.BgClassName
{
background-color: #669918;
}
</style>
border-color css
<style>
span { border-color: #669918; }
span { border-color: rgb(102,153,24); }
td.TdClassName
{
border-color: #669918;
}
.TagClassName
{
border-color: #669918;
}
</style>