Shades of Olive Drab #668B16
Tints of Olive Drab #668B16
RGB
CMYK
RGB Variations
Color information
#668B16 (or 0x668B16) is known color: Olive Drab. HEX triplet: 66, 8B and 16. RGB value is (102,139,22). Sum of RGB (Red+Green+Blue) = 102+139+22=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #668B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668B16 is #9974E9. Grayscale: #737373. Windows color (decimal): -10056938 or 1477478. OLE color: 1477478.
HSL color Cylindrical-coordinate representation of color #668B16: hue angle of 78.97º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #668B16 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 22 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.45 |
| HSL | 78.97º | 0.73% | 0.32% | - |
| HSV(B) | 78.97º | 0.84% | 0.55% | - |
| XYZ | 14.86 | 21.35 | 4.1 | - |
| YUV | 114.6 | 75.74 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 22 | 0.27 | 0 | 0.84 | 0.45 | 78.97 | 0.73 | 0.32 |
| Hex | 66 | 8B | 16 | 1B | 0 | 54 | 2D | 4F | 49 | 20 |
| Octal | 146 | 213 | 26 | 33 | 0 | 124 | 55 | 117 | 111 | 40 |
| Binary | 1100110 | 10001011 | 10110 | 11011 | 0 | 1010100 | 101101 | 1001111 | 1001001 | 100000 |
Color Harmonies of #668B16
Complementary color
Monochromatic Colors of #668B16
Black with #668B16
Text Example
Text Example
White with #668B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B16; }
p { color: rgb(102,139,22); }
H1.HeaderClassName
{
color: #668B16;
}
.AnyTagClassName
{
color: #668B16;
}
</style>
background-color css
<style>
a { background-color: #668B16; }
a { background-color: rgb(102,139,22); }
div.DivClassName
{
background-color: #668B16;
}
.BgClassName
{
background-color: #668B16;
}
</style>
border-color css
<style>
span { border-color: #668B16; }
span { border-color: rgb(102,139,22); }
td.TdClassName
{
border-color: #668B16;
}
.TagClassName
{
border-color: #668B16;
}
</style>