Shades of Dingley #668D4A
Tints of Dingley #668D4A
RGB
CMYK
RGB Variations
Color information
#668D4A (or 0x668D4A) is known color: Dingley. HEX triplet: 66, 8D and 4A. RGB value is (102,141,74). Sum of RGB (Red+Green+Blue) = 102+141+74=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #668D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D4A is #9972B5. Grayscale: #797979. Windows color (decimal): -10056374 or 4885862. OLE color: 4885862.
HSL color Cylindrical-coordinate representation of color #668D4A: hue angle of 94.93º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668D4A is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 74 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.45 |
| HSL | 94.93º | 0.31% | 0.42% | - |
| HSV(B) | 94.93º | 0.48% | 0.55% | - |
| XYZ | 16.24 | 22.37 | 9.94 | - |
| YUV | 121.7 | 101.08 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 74 | 0.28 | 0 | 0.48 | 0.45 | 94.93 | 0.31 | 0.42 |
| Hex | 66 | 8D | 4A | 1C | 0 | 30 | 2D | 5F | 1F | 2A |
| Octal | 146 | 215 | 112 | 34 | 0 | 60 | 55 | 137 | 37 | 52 |
| Binary | 1100110 | 10001101 | 1001010 | 11100 | 0 | 110000 | 101101 | 1011111 | 11111 | 101010 |
Color Harmonies of #668D4A
Complementary color
Monochromatic Colors of #668D4A
Black with #668D4A
Text Example
Text Example
White with #668D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D4A; }
p { color: rgb(102,141,74); }
H1.HeaderClassName
{
color: #668D4A;
}
.AnyTagClassName
{
color: #668D4A;
}
</style>
background-color css
<style>
a { background-color: #668D4A; }
a { background-color: rgb(102,141,74); }
div.DivClassName
{
background-color: #668D4A;
}
.BgClassName
{
background-color: #668D4A;
}
</style>
border-color css
<style>
span { border-color: #668D4A; }
span { border-color: rgb(102,141,74); }
td.TdClassName
{
border-color: #668D4A;
}
.TagClassName
{
border-color: #668D4A;
}
</style>