Shades of Dingley #688C49
Tints of Dingley #688C49
RGB
CMYK
RGB Variations
Color information
#688C49 (or 0x688C49) is known color: Dingley. HEX triplet: 68, 8C and 49. RGB value is (104,140,73). Sum of RGB (Red+Green+Blue) = 104+140+73=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #688C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688C49 is #9773B6. Grayscale: #797979. Windows color (decimal): -9925559 or 4820072. OLE color: 4820072.
HSL color Cylindrical-coordinate representation of color #688C49: hue angle of 92.24º 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 #688C49 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 73 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.45 |
| HSL | 92.24º | 0.31% | 0.42% | - |
| HSV(B) | 92.24º | 0.48% | 0.55% | - |
| XYZ | 16.29 | 22.18 | 9.73 | - |
| YUV | 121.6 | 100.57 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 73 | 0.26 | 0 | 0.48 | 0.45 | 92.24 | 0.31 | 0.42 |
| Hex | 68 | 8C | 49 | 1A | 0 | 30 | 2D | 5C | 1F | 2A |
| Octal | 150 | 214 | 111 | 32 | 0 | 60 | 55 | 134 | 37 | 52 |
| Binary | 1101000 | 10001100 | 1001001 | 11010 | 0 | 110000 | 101101 | 1011100 | 11111 | 101010 |
Color Harmonies of #688C49
Complementary color
Monochromatic Colors of #688C49
Black with #688C49
Text Example
Text Example
White with #688C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C49; }
p { color: rgb(104,140,73); }
H1.HeaderClassName
{
color: #688C49;
}
.AnyTagClassName
{
color: #688C49;
}
</style>
background-color css
<style>
a { background-color: #688C49; }
a { background-color: rgb(104,140,73); }
div.DivClassName
{
background-color: #688C49;
}
.BgClassName
{
background-color: #688C49;
}
</style>
border-color css
<style>
span { border-color: #688C49; }
span { border-color: rgb(104,140,73); }
td.TdClassName
{
border-color: #688C49;
}
.TagClassName
{
border-color: #688C49;
}
</style>