Shades of Dingley #687D43
Tints of Dingley #687D43
RGB
CMYK
RGB Variations
Color information
#687D43 (or 0x687D43) is known color: Dingley. HEX triplet: 68, 7D and 43. RGB value is (104,125,67). Sum of RGB (Red+Green+Blue) = 104+125+67=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #687D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687D43 is #9782BC. Grayscale: #707070. Windows color (decimal): -9929405 or 4423016. OLE color: 4423016.
HSL color Cylindrical-coordinate representation of color #687D43: hue angle of 81.72º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #687D43 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 125 | 67 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.51 |
| HSL | 81.72º | 0.3% | 0.38% | - |
| HSV(B) | 81.72º | 0.46% | 0.49% | - |
| XYZ | 14.06 | 18.02 | 8.05 | - |
| YUV | 112.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 67 | 0.17 | 0 | 0.46 | 0.51 | 81.72 | 0.3 | 0.38 |
| Hex | 68 | 7D | 43 | 11 | 0 | 2E | 33 | 52 | 1E | 26 |
| Octal | 150 | 175 | 103 | 21 | 0 | 56 | 63 | 122 | 36 | 46 |
| Binary | 1101000 | 1111101 | 1000011 | 10001 | 0 | 101110 | 110011 | 1010010 | 11110 | 100110 |
Color Harmonies of #687D43
Complementary color
Monochromatic Colors of #687D43
Black with #687D43
Text Example
Text Example
White with #687D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687D43; }
p { color: rgb(104,125,67); }
H1.HeaderClassName
{
color: #687D43;
}
.AnyTagClassName
{
color: #687D43;
}
</style>
background-color css
<style>
a { background-color: #687D43; }
a { background-color: rgb(104,125,67); }
div.DivClassName
{
background-color: #687D43;
}
.BgClassName
{
background-color: #687D43;
}
</style>
border-color css
<style>
span { border-color: #687D43; }
span { border-color: rgb(104,125,67); }
td.TdClassName
{
border-color: #687D43;
}
.TagClassName
{
border-color: #687D43;
}
</style>