Shades of Dingley #668246
Tints of Dingley #668246
RGB
CMYK
RGB Variations
Color information
#668246 (or 0x668246) is known color: Dingley. HEX triplet: 66, 82 and 46. RGB value is (102,130,70). Sum of RGB (Red+Green+Blue) = 102+130+70=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #668246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668246 is #997DB9. Grayscale: #737373. Windows color (decimal): -10059194 or 4620902. OLE color: 4620902.
HSL color Cylindrical-coordinate representation of color #668246: hue angle of 88º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668246 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 70 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.49 |
| HSL | 88º | 0.3% | 0.39% | - |
| HSV(B) | 88º | 0.46% | 0.51% | - |
| XYZ | 14.57 | 19.23 | 8.74 | - |
| YUV | 114.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 70 | 0.22 | 0 | 0.46 | 0.49 | 88 | 0.3 | 0.39 |
| Hex | 66 | 82 | 46 | 16 | 0 | 2E | 31 | 58 | 1E | 27 |
| Octal | 146 | 202 | 106 | 26 | 0 | 56 | 61 | 130 | 36 | 47 |
| Binary | 1100110 | 10000010 | 1000110 | 10110 | 0 | 101110 | 110001 | 1011000 | 11110 | 100111 |
Color Harmonies of #668246
Complementary color
Monochromatic Colors of #668246
Black with #668246
Text Example
Text Example
White with #668246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668246; }
p { color: rgb(102,130,70); }
H1.HeaderClassName
{
color: #668246;
}
.AnyTagClassName
{
color: #668246;
}
</style>
background-color css
<style>
a { background-color: #668246; }
a { background-color: rgb(102,130,70); }
div.DivClassName
{
background-color: #668246;
}
.BgClassName
{
background-color: #668246;
}
</style>
border-color css
<style>
span { border-color: #668246; }
span { border-color: rgb(102,130,70); }
td.TdClassName
{
border-color: #668246;
}
.TagClassName
{
border-color: #668246;
}
</style>