Shades of Olive Drab #669117
Tints of Olive Drab #669117
RGB
CMYK
RGB Variations
Color information
#669117 (or 0x669117) is known color: Olive Drab. HEX triplet: 66, 91 and 17. RGB value is (102,145,23). Sum of RGB (Red+Green+Blue) = 102+145+23=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #669117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669117 is #996EE8. Grayscale: #767676. Windows color (decimal): -10055401 or 1544550. OLE color: 1544550.
HSL color Cylindrical-coordinate representation of color #669117: hue angle of 81.15º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #669117 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 23 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.43 |
| HSL | 81.15º | 0.73% | 0.33% | - |
| HSV(B) | 81.15º | 0.84% | 0.57% | - |
| XYZ | 15.76 | 23.14 | 4.45 | - |
| YUV | 118.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 23 | 0.30 | 0 | 0.84 | 0.43 | 81.15 | 0.73 | 0.33 |
| Hex | 66 | 91 | 17 | 1E | 0 | 54 | 2B | 51 | 49 | 21 |
| Octal | 146 | 221 | 27 | 36 | 0 | 124 | 53 | 121 | 111 | 41 |
| Binary | 1100110 | 10010001 | 10111 | 11110 | 0 | 1010100 | 101011 | 1010001 | 1001001 | 100001 |
Color Harmonies of #669117
Complementary color
Monochromatic Colors of #669117
Black with #669117
Text Example
Text Example
White with #669117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669117; }
p { color: rgb(102,145,23); }
H1.HeaderClassName
{
color: #669117;
}
.AnyTagClassName
{
color: #669117;
}
</style>
background-color css
<style>
a { background-color: #669117; }
a { background-color: rgb(102,145,23); }
div.DivClassName
{
background-color: #669117;
}
.BgClassName
{
background-color: #669117;
}
</style>
border-color css
<style>
span { border-color: #669117; }
span { border-color: rgb(102,145,23); }
td.TdClassName
{
border-color: #669117;
}
.TagClassName
{
border-color: #669117;
}
</style>