Shades of Olive Drab #668D12
Tints of Olive Drab #668D12
RGB
CMYK
RGB Variations
Color information
#668D12 (or 0x668D12) is known color: Olive Drab. HEX triplet: 66, 8D and 12. RGB value is (102,141,18). Sum of RGB (Red+Green+Blue) = 102+141+18=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 141 (55.47% from 255 or 54.02% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 141 - color contains mainly: green. Hex color #668D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668D12 is #9972ED. Grayscale: #737373. Windows color (decimal): -10056430 or 1215846. OLE color: 1215846.
HSL color Cylindrical-coordinate representation of color #668D12: hue angle of 79.02º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #668D12 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 18 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.45 |
| HSL | 79.02º | 0.77% | 0.31% | - |
| HSV(B) | 79.02º | 0.87% | 0.55% | - |
| XYZ | 15.11 | 21.92 | 4.01 | - |
| YUV | 115.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 18 | 0.28 | 0 | 0.87 | 0.45 | 79.02 | 0.77 | 0.31 |
| Hex | 66 | 8D | 12 | 1C | 0 | 57 | 2D | 4F | 4D | 1F |
| Octal | 146 | 215 | 22 | 34 | 0 | 127 | 55 | 117 | 115 | 37 |
| Binary | 1100110 | 10001101 | 10010 | 11100 | 0 | 1010111 | 101101 | 1001111 | 1001101 | 11111 |
Color Harmonies of #668D12
Complementary color
Monochromatic Colors of #668D12
Black with #668D12
Text Example
Text Example
White with #668D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D12; }
p { color: rgb(102,141,18); }
H1.HeaderClassName
{
color: #668D12;
}
.AnyTagClassName
{
color: #668D12;
}
</style>
background-color css
<style>
a { background-color: #668D12; }
a { background-color: rgb(102,141,18); }
div.DivClassName
{
background-color: #668D12;
}
.BgClassName
{
background-color: #668D12;
}
</style>
border-color css
<style>
span { border-color: #668D12; }
span { border-color: rgb(102,141,18); }
td.TdClassName
{
border-color: #668D12;
}
.TagClassName
{
border-color: #668D12;
}
</style>