Shades of Dingley #668846
Tints of Dingley #668846
RGB
CMYK
RGB Variations
Color information
#668846 (or 0x668846) is known color: Dingley. HEX triplet: 66, 88 and 46. RGB value is (102,136,70). Sum of RGB (Red+Green+Blue) = 102+136+70=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #668846 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668846 is #9977B9. Grayscale: #767676. Windows color (decimal): -10057658 or 4622438. OLE color: 4622438.
HSL color Cylindrical-coordinate representation of color #668846: hue angle of 90.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #668846 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 70 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.47 |
| HSL | 90.91º | 0.32% | 0.4% | - |
| HSV(B) | 90.91º | 0.49% | 0.53% | - |
| XYZ | 15.39 | 20.88 | 9.01 | - |
| YUV | 118.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 70 | 0.25 | 0 | 0.49 | 0.47 | 90.91 | 0.32 | 0.4 |
| Hex | 66 | 88 | 46 | 19 | 0 | 31 | 2F | 5B | 20 | 28 |
| Octal | 146 | 210 | 106 | 31 | 0 | 61 | 57 | 133 | 40 | 50 |
| Binary | 1100110 | 10001000 | 1000110 | 11001 | 0 | 110001 | 101111 | 1011011 | 100000 | 101000 |
Color Harmonies of #668846
Complementary color
Monochromatic Colors of #668846
Black with #668846
Text Example
Text Example
White with #668846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668846; }
p { color: rgb(102,136,70); }
H1.HeaderClassName
{
color: #668846;
}
.AnyTagClassName
{
color: #668846;
}
</style>
background-color css
<style>
a { background-color: #668846; }
a { background-color: rgb(102,136,70); }
div.DivClassName
{
background-color: #668846;
}
.BgClassName
{
background-color: #668846;
}
</style>
border-color css
<style>
span { border-color: #668846; }
span { border-color: rgb(102,136,70); }
td.TdClassName
{
border-color: #668846;
}
.TagClassName
{
border-color: #668846;
}
</style>