Shades of Dingley #667E47
Tints of Dingley #667E47
RGB
CMYK
RGB Variations
Color information
#667E47 (or 0x667E47) is known color: Dingley. HEX triplet: 66, 7E and 47. RGB value is (102,126,71). Sum of RGB (Red+Green+Blue) = 102+126+71=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #667E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667E47 is #9981B8. Grayscale: #707070. Windows color (decimal): -10060217 or 4685414. OLE color: 4685414.
HSL color Cylindrical-coordinate representation of color #667E47: hue angle of 86.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #667E47 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 71 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.51 |
| HSL | 86.18º | 0.28% | 0.39% | - |
| HSV(B) | 86.18º | 0.44% | 0.49% | - |
| XYZ | 14.08 | 18.2 | 8.73 | - |
| YUV | 112.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 71 | 0.19 | 0 | 0.44 | 0.51 | 86.18 | 0.28 | 0.39 |
| Hex | 66 | 7E | 47 | 13 | 0 | 2C | 33 | 56 | 1C | 27 |
| Octal | 146 | 176 | 107 | 23 | 0 | 54 | 63 | 126 | 34 | 47 |
| Binary | 1100110 | 1111110 | 1000111 | 10011 | 0 | 101100 | 110011 | 1010110 | 11100 | 100111 |
Color Harmonies of #667E47
Complementary color
Monochromatic Colors of #667E47
Black with #667E47
Text Example
Text Example
White with #667E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E47; }
p { color: rgb(102,126,71); }
H1.HeaderClassName
{
color: #667E47;
}
.AnyTagClassName
{
color: #667E47;
}
</style>
background-color css
<style>
a { background-color: #667E47; }
a { background-color: rgb(102,126,71); }
div.DivClassName
{
background-color: #667E47;
}
.BgClassName
{
background-color: #667E47;
}
</style>
border-color css
<style>
span { border-color: #667E47; }
span { border-color: rgb(102,126,71); }
td.TdClassName
{
border-color: #667E47;
}
.TagClassName
{
border-color: #667E47;
}
</style>