Shades of Dingley #688B47
Tints of Dingley #688B47
RGB
CMYK
RGB Variations
Color information
#688B47 (or 0x688B47) is known color: Dingley. HEX triplet: 68, 8B and 47. RGB value is (104,139,71). Sum of RGB (Red+Green+Blue) = 104+139+71=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #688B47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B47 is #9774B8. Grayscale: #797979. Windows color (decimal): -9925817 or 4688744. OLE color: 4688744.
HSL color Cylindrical-coordinate representation of color #688B47: hue angle of 90.88º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #688B47 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 71 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.45 |
| HSL | 90.88º | 0.32% | 0.41% | - |
| HSV(B) | 90.88º | 0.49% | 0.55% | - |
| XYZ | 16.08 | 21.86 | 9.33 | - |
| YUV | 120.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 71 | 0.25 | 0 | 0.49 | 0.45 | 90.88 | 0.32 | 0.41 |
| Hex | 68 | 8B | 47 | 19 | 0 | 31 | 2D | 5B | 20 | 29 |
| Octal | 150 | 213 | 107 | 31 | 0 | 61 | 55 | 133 | 40 | 51 |
| Binary | 1101000 | 10001011 | 1000111 | 11001 | 0 | 110001 | 101101 | 1011011 | 100000 | 101001 |
Color Harmonies of #688B47
Complementary color
Monochromatic Colors of #688B47
Black with #688B47
Text Example
Text Example
White with #688B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B47; }
p { color: rgb(104,139,71); }
H1.HeaderClassName
{
color: #688B47;
}
.AnyTagClassName
{
color: #688B47;
}
</style>
background-color css
<style>
a { background-color: #688B47; }
a { background-color: rgb(104,139,71); }
div.DivClassName
{
background-color: #688B47;
}
.BgClassName
{
background-color: #688B47;
}
</style>
border-color css
<style>
span { border-color: #688B47; }
span { border-color: rgb(104,139,71); }
td.TdClassName
{
border-color: #688B47;
}
.TagClassName
{
border-color: #688B47;
}
</style>