Shades of Olive Drab #669017
Tints of Olive Drab #669017
RGB
CMYK
RGB Variations
Color information
#669017 (or 0x669017) is known color: Olive Drab. HEX triplet: 66, 90 and 17. RGB value is (102,144,23). Sum of RGB (Red+Green+Blue) = 102+144+23=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #669017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669017 is #996FE8. Grayscale: #767676. Windows color (decimal): -10055657 or 1544294. OLE color: 1544294.
HSL color Cylindrical-coordinate representation of color #669017: hue angle of 80.83º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #669017 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 23 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.44 |
| HSL | 80.83º | 0.72% | 0.33% | - |
| HSV(B) | 80.83º | 0.84% | 0.56% | - |
| XYZ | 15.61 | 22.83 | 4.4 | - |
| YUV | 117.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 23 | 0.29 | 0 | 0.84 | 0.44 | 80.83 | 0.72 | 0.33 |
| Hex | 66 | 90 | 17 | 1D | 0 | 54 | 2C | 51 | 48 | 21 |
| Octal | 146 | 220 | 27 | 35 | 0 | 124 | 54 | 121 | 110 | 41 |
| Binary | 1100110 | 10010000 | 10111 | 11101 | 0 | 1010100 | 101100 | 1010001 | 1001000 | 100001 |
Color Harmonies of #669017
Complementary color
Monochromatic Colors of #669017
Black with #669017
Text Example
Text Example
White with #669017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669017; }
p { color: rgb(102,144,23); }
H1.HeaderClassName
{
color: #669017;
}
.AnyTagClassName
{
color: #669017;
}
</style>
background-color css
<style>
a { background-color: #669017; }
a { background-color: rgb(102,144,23); }
div.DivClassName
{
background-color: #669017;
}
.BgClassName
{
background-color: #669017;
}
</style>
border-color css
<style>
span { border-color: #669017; }
span { border-color: rgb(102,144,23); }
td.TdClassName
{
border-color: #669017;
}
.TagClassName
{
border-color: #669017;
}
</style>