Shades of Dingley #668839
Tints of Dingley #668839
RGB
CMYK
RGB Variations
Color information
#668839 (or 0x668839) is known color: Dingley. HEX triplet: 66, 88 and 39. RGB value is (102,136,57). Sum of RGB (Red+Green+Blue) = 102+136+57=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #668839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668839 is #9977C6. Grayscale: #757575. Windows color (decimal): -10057671 or 3770470. OLE color: 3770470.
HSL color Cylindrical-coordinate representation of color #668839: hue angle of 85.82º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668839 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 57 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.47 |
| HSL | 85.82º | 0.41% | 0.38% | - |
| HSV(B) | 85.82º | 0.58% | 0.53% | - |
| XYZ | 15.02 | 20.73 | 7.08 | - |
| YUV | 116.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 57 | 0.25 | 0 | 0.58 | 0.47 | 85.82 | 0.41 | 0.38 |
| Hex | 66 | 88 | 39 | 19 | 0 | 3A | 2F | 56 | 29 | 26 |
| Octal | 146 | 210 | 71 | 31 | 0 | 72 | 57 | 126 | 51 | 46 |
| Binary | 1100110 | 10001000 | 111001 | 11001 | 0 | 111010 | 101111 | 1010110 | 101001 | 100110 |
Color Harmonies of #668839
Complementary color
Monochromatic Colors of #668839
Black with #668839
Text Example
Text Example
White with #668839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668839; }
p { color: rgb(102,136,57); }
H1.HeaderClassName
{
color: #668839;
}
.AnyTagClassName
{
color: #668839;
}
</style>
background-color css
<style>
a { background-color: #668839; }
a { background-color: rgb(102,136,57); }
div.DivClassName
{
background-color: #668839;
}
.BgClassName
{
background-color: #668839;
}
</style>
border-color css
<style>
span { border-color: #668839; }
span { border-color: rgb(102,136,57); }
td.TdClassName
{
border-color: #668839;
}
.TagClassName
{
border-color: #668839;
}
</style>