Shades of Dingley #687E46
Tints of Dingley #687E46
RGB
CMYK
RGB Variations
Color information
#687E46 (or 0x687E46) is known color: Dingley. HEX triplet: 68, 7E and 46. RGB value is (104,126,70). Sum of RGB (Red+Green+Blue) = 104+126+70=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 126 - color contains mainly: green. Hex color #687E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687E46 is #9781B9. Grayscale: #717171. Windows color (decimal): -9929146 or 4619880. OLE color: 4619880.
HSL color Cylindrical-coordinate representation of color #687E46: hue angle of 83.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #687E46 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 126 | 70 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.51 |
| HSL | 83.57º | 0.29% | 0.38% | - |
| HSV(B) | 83.57º | 0.44% | 0.49% | - |
| XYZ | 14.28 | 18.31 | 8.58 | - |
| YUV | 113.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 70 | 0.17 | 0 | 0.44 | 0.51 | 83.57 | 0.29 | 0.38 |
| Hex | 68 | 7E | 46 | 11 | 0 | 2C | 33 | 54 | 1D | 26 |
| Octal | 150 | 176 | 106 | 21 | 0 | 54 | 63 | 124 | 35 | 46 |
| Binary | 1101000 | 1111110 | 1000110 | 10001 | 0 | 101100 | 110011 | 1010100 | 11101 | 100110 |
Color Harmonies of #687E46
Complementary color
Monochromatic Colors of #687E46
Black with #687E46
Text Example
Text Example
White with #687E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E46; }
p { color: rgb(104,126,70); }
H1.HeaderClassName
{
color: #687E46;
}
.AnyTagClassName
{
color: #687E46;
}
</style>
background-color css
<style>
a { background-color: #687E46; }
a { background-color: rgb(104,126,70); }
div.DivClassName
{
background-color: #687E46;
}
.BgClassName
{
background-color: #687E46;
}
</style>
border-color css
<style>
span { border-color: #687E46; }
span { border-color: rgb(104,126,70); }
td.TdClassName
{
border-color: #687E46;
}
.TagClassName
{
border-color: #687E46;
}
</style>