Shades of Olive Drab #668D19
Tints of Olive Drab #668D19
RGB
CMYK
RGB Variations
Color information
#668D19 (or 0x668D19) is known color: Olive Drab. HEX triplet: 66, 8D and 19. RGB value is (102,141,25). Sum of RGB (Red+Green+Blue) = 102+141+25=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #668D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668D19 is #9972E6. Grayscale: #747474. Windows color (decimal): -10056423 or 1674598. OLE color: 1674598.
HSL color Cylindrical-coordinate representation of color #668D19: hue angle of 80.17º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #668D19 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 25 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.45 |
| HSL | 80.17º | 0.7% | 0.33% | - |
| HSV(B) | 80.17º | 0.82% | 0.55% | - |
| XYZ | 15.18 | 21.94 | 4.36 | - |
| YUV | 116.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 25 | 0.28 | 0 | 0.82 | 0.45 | 80.17 | 0.7 | 0.33 |
| Hex | 66 | 8D | 19 | 1C | 0 | 52 | 2D | 50 | 46 | 21 |
| Octal | 146 | 215 | 31 | 34 | 0 | 122 | 55 | 120 | 106 | 41 |
| Binary | 1100110 | 10001101 | 11001 | 11100 | 0 | 1010010 | 101101 | 1010000 | 1000110 | 100001 |
Color Harmonies of #668D19
Complementary color
Monochromatic Colors of #668D19
Black with #668D19
Text Example
Text Example
White with #668D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D19; }
p { color: rgb(102,141,25); }
H1.HeaderClassName
{
color: #668D19;
}
.AnyTagClassName
{
color: #668D19;
}
</style>
background-color css
<style>
a { background-color: #668D19; }
a { background-color: rgb(102,141,25); }
div.DivClassName
{
background-color: #668D19;
}
.BgClassName
{
background-color: #668D19;
}
</style>
border-color css
<style>
span { border-color: #668D19; }
span { border-color: rgb(102,141,25); }
td.TdClassName
{
border-color: #668D19;
}
.TagClassName
{
border-color: #668D19;
}
</style>