Shades of Dingley #668C49
Tints of Dingley #668C49
RGB
CMYK
RGB Variations
Color information
#668C49 (or 0x668C49) is known color: Dingley. HEX triplet: 66, 8C and 49. RGB value is (102,140,73). Sum of RGB (Red+Green+Blue) = 102+140+73=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #668C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668C49 is #9973B6. Grayscale: #797979. Windows color (decimal): -10056631 or 4820070. OLE color: 4820070.
HSL color Cylindrical-coordinate representation of color #668C49: hue angle of 94.03º 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 #668C49 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 140 | 73 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.45 |
| HSL | 94.03º | 0.31% | 0.42% | - |
| HSV(B) | 94.03º | 0.48% | 0.55% | - |
| XYZ | 16.06 | 22.06 | 9.72 | - |
| YUV | 121 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 73 | 0.27 | 0 | 0.48 | 0.45 | 94.03 | 0.31 | 0.42 |
| Hex | 66 | 8C | 49 | 1B | 0 | 30 | 2D | 5E | 1F | 2A |
| Octal | 146 | 214 | 111 | 33 | 0 | 60 | 55 | 136 | 37 | 52 |
| Binary | 1100110 | 10001100 | 1001001 | 11011 | 0 | 110000 | 101101 | 1011110 | 11111 | 101010 |
Color Harmonies of #668C49
Complementary color
Monochromatic Colors of #668C49
Black with #668C49
Text Example
Text Example
White with #668C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C49; }
p { color: rgb(102,140,73); }
H1.HeaderClassName
{
color: #668C49;
}
.AnyTagClassName
{
color: #668C49;
}
</style>
background-color css
<style>
a { background-color: #668C49; }
a { background-color: rgb(102,140,73); }
div.DivClassName
{
background-color: #668C49;
}
.BgClassName
{
background-color: #668C49;
}
</style>
border-color css
<style>
span { border-color: #668C49; }
span { border-color: rgb(102,140,73); }
td.TdClassName
{
border-color: #668C49;
}
.TagClassName
{
border-color: #668C49;
}
</style>