Shades of Dingley #668E46
Tints of Dingley #668E46
RGB
CMYK
RGB Variations
Color information
#668E46 (or 0x668E46) is known color: Dingley. HEX triplet: 66, 8E and 46. RGB value is (102,142,70). Sum of RGB (Red+Green+Blue) = 102+142+70=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #668E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E46 is #9971B9. Grayscale: #7A7A7A. Windows color (decimal): -10056122 or 4623974. OLE color: 4623974.
HSL color Cylindrical-coordinate representation of color #668E46: hue angle of 93.33º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #668E46 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 70 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.44 |
| HSL | 93.33º | 0.34% | 0.42% | - |
| HSV(B) | 93.33º | 0.51% | 0.56% | - |
| XYZ | 16.26 | 22.61 | 9.3 | - |
| YUV | 121.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 70 | 0.28 | 0 | 0.51 | 0.44 | 93.33 | 0.34 | 0.42 |
| Hex | 66 | 8E | 46 | 1C | 0 | 33 | 2C | 5D | 22 | 2A |
| Octal | 146 | 216 | 106 | 34 | 0 | 63 | 54 | 135 | 42 | 52 |
| Binary | 1100110 | 10001110 | 1000110 | 11100 | 0 | 110011 | 101100 | 1011101 | 100010 | 101010 |
Color Harmonies of #668E46
Complementary color
Monochromatic Colors of #668E46
Black with #668E46
Text Example
Text Example
White with #668E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E46; }
p { color: rgb(102,142,70); }
H1.HeaderClassName
{
color: #668E46;
}
.AnyTagClassName
{
color: #668E46;
}
</style>
background-color css
<style>
a { background-color: #668E46; }
a { background-color: rgb(102,142,70); }
div.DivClassName
{
background-color: #668E46;
}
.BgClassName
{
background-color: #668E46;
}
</style>
border-color css
<style>
span { border-color: #668E46; }
span { border-color: rgb(102,142,70); }
td.TdClassName
{
border-color: #668E46;
}
.TagClassName
{
border-color: #668E46;
}
</style>