Shades of Dingley #688F47
Tints of Dingley #688F47
RGB
CMYK
RGB Variations
Color information
#688F47 (or 0x688F47) is known color: Dingley. HEX triplet: 68, 8F and 47. RGB value is (104,143,71). Sum of RGB (Red+Green+Blue) = 104+143+71=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #688F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688F47 is #9770B8. Grayscale: #7B7B7B. Windows color (decimal): -9924793 or 4689768. OLE color: 4689768.
HSL color Cylindrical-coordinate representation of color #688F47: hue angle of 92.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688F47 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 71 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.44 |
| HSL | 92.5º | 0.34% | 0.42% | - |
| HSV(B) | 92.5º | 0.5% | 0.56% | - |
| XYZ | 16.67 | 23.04 | 9.53 | - |
| YUV | 123.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 71 | 0.27 | 0 | 0.50 | 0.44 | 92.5 | 0.34 | 0.42 |
| Hex | 68 | 8F | 47 | 1B | 0 | 32 | 2C | 5C | 22 | 2A |
| Octal | 150 | 217 | 107 | 33 | 0 | 62 | 54 | 134 | 42 | 52 |
| Binary | 1101000 | 10001111 | 1000111 | 11011 | 0 | 110010 | 101100 | 1011100 | 100010 | 101010 |
Color Harmonies of #688F47
Complementary color
Monochromatic Colors of #688F47
Black with #688F47
Text Example
Text Example
White with #688F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F47; }
p { color: rgb(104,143,71); }
H1.HeaderClassName
{
color: #688F47;
}
.AnyTagClassName
{
color: #688F47;
}
</style>
background-color css
<style>
a { background-color: #688F47; }
a { background-color: rgb(104,143,71); }
div.DivClassName
{
background-color: #688F47;
}
.BgClassName
{
background-color: #688F47;
}
</style>
border-color css
<style>
span { border-color: #688F47; }
span { border-color: rgb(104,143,71); }
td.TdClassName
{
border-color: #688F47;
}
.TagClassName
{
border-color: #688F47;
}
</style>