Shades of Dingley #668D49
Tints of Dingley #668D49
RGB
CMYK
RGB Variations
Color information
#668D49 (or 0x668D49) is known color: Dingley. HEX triplet: 66, 8D and 49. RGB value is (102,141,73). Sum of RGB (Red+Green+Blue) = 102+141+73=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #668D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D49 is #9972B6. Grayscale: #797979. Windows color (decimal): -10056375 or 4820326. OLE color: 4820326.
HSL color Cylindrical-coordinate representation of color #668D49: hue angle of 94.41º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668D49 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 73 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.45 |
| HSL | 94.41º | 0.32% | 0.42% | - |
| HSV(B) | 94.41º | 0.48% | 0.55% | - |
| XYZ | 16.21 | 22.36 | 9.76 | - |
| YUV | 121.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 73 | 0.28 | 0 | 0.48 | 0.45 | 94.41 | 0.32 | 0.42 |
| Hex | 66 | 8D | 49 | 1C | 0 | 30 | 2D | 5E | 20 | 2A |
| Octal | 146 | 215 | 111 | 34 | 0 | 60 | 55 | 136 | 40 | 52 |
| Binary | 1100110 | 10001101 | 1001001 | 11100 | 0 | 110000 | 101101 | 1011110 | 100000 | 101010 |
Color Harmonies of #668D49
Complementary color
Monochromatic Colors of #668D49
Black with #668D49
Text Example
Text Example
White with #668D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D49; }
p { color: rgb(102,141,73); }
H1.HeaderClassName
{
color: #668D49;
}
.AnyTagClassName
{
color: #668D49;
}
</style>
background-color css
<style>
a { background-color: #668D49; }
a { background-color: rgb(102,141,73); }
div.DivClassName
{
background-color: #668D49;
}
.BgClassName
{
background-color: #668D49;
}
</style>
border-color css
<style>
span { border-color: #668D49; }
span { border-color: rgb(102,141,73); }
td.TdClassName
{
border-color: #668D49;
}
.TagClassName
{
border-color: #668D49;
}
</style>