Shades of Dingley #688D44
Tints of Dingley #688D44
RGB
CMYK
RGB Variations
Color information
#688D44 (or 0x688D44) is known color: Dingley. HEX triplet: 68, 8D and 44. RGB value is (104,141,68). Sum of RGB (Red+Green+Blue) = 104+141+68=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #688D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D44 is #9772BB. Grayscale: #797979. Windows color (decimal): -9925308 or 4492648. OLE color: 4492648.
HSL color Cylindrical-coordinate representation of color #688D44: hue angle of 90.41º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #688D44 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 141 | 68 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.45 |
| HSL | 90.41º | 0.35% | 0.41% | - |
| HSV(B) | 90.41º | 0.52% | 0.55% | - |
| XYZ | 16.28 | 22.41 | 8.94 | - |
| YUV | 121.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 68 | 0.26 | 0 | 0.52 | 0.45 | 90.41 | 0.35 | 0.41 |
| Hex | 68 | 8D | 44 | 1A | 0 | 34 | 2D | 5A | 23 | 29 |
| Octal | 150 | 215 | 104 | 32 | 0 | 64 | 55 | 132 | 43 | 51 |
| Binary | 1101000 | 10001101 | 1000100 | 11010 | 0 | 110100 | 101101 | 1011010 | 100011 | 101001 |
Color Harmonies of #688D44
Complementary color
Monochromatic Colors of #688D44
Black with #688D44
Text Example
Text Example
White with #688D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688D44; }
p { color: rgb(104,141,68); }
H1.HeaderClassName
{
color: #688D44;
}
.AnyTagClassName
{
color: #688D44;
}
</style>
background-color css
<style>
a { background-color: #688D44; }
a { background-color: rgb(104,141,68); }
div.DivClassName
{
background-color: #688D44;
}
.BgClassName
{
background-color: #688D44;
}
</style>
border-color css
<style>
span { border-color: #688D44; }
span { border-color: rgb(104,141,68); }
td.TdClassName
{
border-color: #688D44;
}
.TagClassName
{
border-color: #688D44;
}
</style>