Shades of Olive Drab #668917
Tints of Olive Drab #668917
RGB
CMYK
RGB Variations
Color information
#668917 (or 0x668917) is known color: Olive Drab. HEX triplet: 66, 89 and 17. RGB value is (102,137,23). Sum of RGB (Red+Green+Blue) = 102+137+23=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 137 (53.91% from 255 or 52.29% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 137 - color contains mainly: green. Hex color #668917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668917 is #9976E8. Grayscale: #717171. Windows color (decimal): -10057449 or 1542502. OLE color: 1542502.
HSL color Cylindrical-coordinate representation of color #668917: hue angle of 78.42º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #668917 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 23 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.46 |
| HSL | 78.42º | 0.71% | 0.31% | - |
| HSV(B) | 78.42º | 0.83% | 0.54% | - |
| XYZ | 14.58 | 20.78 | 4.05 | - |
| YUV | 113.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 23 | 0.26 | 0 | 0.83 | 0.46 | 78.42 | 0.71 | 0.31 |
| Hex | 66 | 89 | 17 | 1A | 0 | 53 | 2E | 4E | 47 | 1F |
| Octal | 146 | 211 | 27 | 32 | 0 | 123 | 56 | 116 | 107 | 37 |
| Binary | 1100110 | 10001001 | 10111 | 11010 | 0 | 1010011 | 101110 | 1001110 | 1000111 | 11111 |
Color Harmonies of #668917
Complementary color
Monochromatic Colors of #668917
Black with #668917
Text Example
Text Example
White with #668917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668917; }
p { color: rgb(102,137,23); }
H1.HeaderClassName
{
color: #668917;
}
.AnyTagClassName
{
color: #668917;
}
</style>
background-color css
<style>
a { background-color: #668917; }
a { background-color: rgb(102,137,23); }
div.DivClassName
{
background-color: #668917;
}
.BgClassName
{
background-color: #668917;
}
</style>
border-color css
<style>
span { border-color: #668917; }
span { border-color: rgb(102,137,23); }
td.TdClassName
{
border-color: #668917;
}
.TagClassName
{
border-color: #668917;
}
</style>