Shades of Dingley #668D44
Tints of Dingley #668D44
RGB
CMYK
RGB Variations
Color information
#668D44 (or 0x668D44) is known color: Dingley. HEX triplet: 66, 8D and 44. RGB value is (102,141,68). Sum of RGB (Red+Green+Blue) = 102+141+68=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #668D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D44 is #9972BB. Grayscale: #797979. Windows color (decimal): -10056380 or 4492646. OLE color: 4492646.
HSL color Cylindrical-coordinate representation of color #668D44: hue angle of 92.05º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #668D44 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 68 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.45 |
| HSL | 92.05º | 0.35% | 0.41% | - |
| HSV(B) | 92.05º | 0.52% | 0.55% | - |
| XYZ | 16.05 | 22.29 | 8.93 | - |
| YUV | 121.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 68 | 0.28 | 0 | 0.52 | 0.45 | 92.05 | 0.35 | 0.41 |
| Hex | 66 | 8D | 44 | 1C | 0 | 34 | 2D | 5C | 23 | 29 |
| Octal | 146 | 215 | 104 | 34 | 0 | 64 | 55 | 134 | 43 | 51 |
| Binary | 1100110 | 10001101 | 1000100 | 11100 | 0 | 110100 | 101101 | 1011100 | 100011 | 101001 |
Color Harmonies of #668D44
Complementary color
Monochromatic Colors of #668D44
Black with #668D44
Text Example
Text Example
White with #668D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D44; }
p { color: rgb(102,141,68); }
H1.HeaderClassName
{
color: #668D44;
}
.AnyTagClassName
{
color: #668D44;
}
</style>
background-color css
<style>
a { background-color: #668D44; }
a { background-color: rgb(102,141,68); }
div.DivClassName
{
background-color: #668D44;
}
.BgClassName
{
background-color: #668D44;
}
</style>
border-color css
<style>
span { border-color: #668D44; }
span { border-color: rgb(102,141,68); }
td.TdClassName
{
border-color: #668D44;
}
.TagClassName
{
border-color: #668D44;
}
</style>