Shades of Dingley #668E47
Tints of Dingley #668E47
RGB
CMYK
RGB Variations
Color information
#668E47 (or 0x668E47) is known color: Dingley. HEX triplet: 66, 8E and 47. RGB value is (102,142,71). Sum of RGB (Red+Green+Blue) = 102+142+71=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #668E47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E47 is #9971B8. Grayscale: #7A7A7A. Windows color (decimal): -10056121 or 4689510. OLE color: 4689510.
HSL color Cylindrical-coordinate representation of color #668E47: hue angle of 93.8º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668E47 is Cyan = 0.28, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 71 | - |
| CMYK | 0.28 | 0 | 0.5 | 0.44 |
| HSL | 93.8º | 0.33% | 0.42% | - |
| HSV(B) | 93.8º | 0.5% | 0.56% | - |
| XYZ | 16.29 | 22.63 | 9.47 | - |
| YUV | 121.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 71 | 0.28 | 0 | 0.5 | 0.44 | 93.8 | 0.33 | 0.42 |
| Hex | 66 | 8E | 47 | 1C | 0 | 32 | 2C | 5E | 21 | 2A |
| Octal | 146 | 216 | 107 | 34 | 0 | 62 | 54 | 136 | 41 | 52 |
| Binary | 1100110 | 10001110 | 1000111 | 11100 | 0 | 110010 | 101100 | 1011110 | 100001 | 101010 |
Color Harmonies of #668E47
Complementary color
Monochromatic Colors of #668E47
Black with #668E47
Text Example
Text Example
White with #668E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E47; }
p { color: rgb(102,142,71); }
H1.HeaderClassName
{
color: #668E47;
}
.AnyTagClassName
{
color: #668E47;
}
</style>
background-color css
<style>
a { background-color: #668E47; }
a { background-color: rgb(102,142,71); }
div.DivClassName
{
background-color: #668E47;
}
.BgClassName
{
background-color: #668E47;
}
</style>
border-color css
<style>
span { border-color: #668E47; }
span { border-color: rgb(102,142,71); }
td.TdClassName
{
border-color: #668E47;
}
.TagClassName
{
border-color: #668E47;
}
</style>