Shades of Dingley #668140
Tints of Dingley #668140
RGB
CMYK
RGB Variations
Color information
#668140 (or 0x668140) is known color: Dingley. HEX triplet: 66, 81 and 40. RGB value is (102,129,64). Sum of RGB (Red+Green+Blue) = 102+129+64=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #668140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668140 is #997EBF. Grayscale: #717171. Windows color (decimal): -10059456 or 4227430. OLE color: 4227430.
HSL color Cylindrical-coordinate representation of color #668140: hue angle of 84.92º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668140 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 64 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.49 |
| HSL | 84.92º | 0.34% | 0.38% | - |
| HSV(B) | 84.92º | 0.5% | 0.51% | - |
| XYZ | 14.26 | 18.9 | 7.75 | - |
| YUV | 113.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 64 | 0.21 | 0 | 0.50 | 0.49 | 84.92 | 0.34 | 0.38 |
| Hex | 66 | 81 | 40 | 15 | 0 | 32 | 31 | 55 | 22 | 26 |
| Octal | 146 | 201 | 100 | 25 | 0 | 62 | 61 | 125 | 42 | 46 |
| Binary | 1100110 | 10000001 | 1000000 | 10101 | 0 | 110010 | 110001 | 1010101 | 100010 | 100110 |
Color Harmonies of #668140
Complementary color
Monochromatic Colors of #668140
Black with #668140
Text Example
Text Example
White with #668140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668140; }
p { color: rgb(102,129,64); }
H1.HeaderClassName
{
color: #668140;
}
.AnyTagClassName
{
color: #668140;
}
</style>
background-color css
<style>
a { background-color: #668140; }
a { background-color: rgb(102,129,64); }
div.DivClassName
{
background-color: #668140;
}
.BgClassName
{
background-color: #668140;
}
</style>
border-color css
<style>
span { border-color: #668140; }
span { border-color: rgb(102,129,64); }
td.TdClassName
{
border-color: #668140;
}
.TagClassName
{
border-color: #668140;
}
</style>