Shades of Dingley #687C4E
Tints of Dingley #687C4E
RGB
CMYK
RGB Variations
Color information
#687C4E (or 0x687C4E) is known color: Dingley. HEX triplet: 68, 7C and 4E. RGB value is (104,124,78). Sum of RGB (Red+Green+Blue) = 104+124+78=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #687C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C4E is #9783B1. Grayscale: #707070. Windows color (decimal): -9929650 or 5143656. OLE color: 5143656.
HSL color Cylindrical-coordinate representation of color #687C4E: hue angle of 86.09º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #687C4E is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 124 | 78 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.51 |
| HSL | 86.09º | 0.23% | 0.4% | - |
| HSV(B) | 86.09º | 0.37% | 0.49% | - |
| XYZ | 14.29 | 17.91 | 9.91 | - |
| YUV | 112.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 78 | 0.16 | 0 | 0.37 | 0.51 | 86.09 | 0.23 | 0.4 |
| Hex | 68 | 7C | 4E | 10 | 0 | 25 | 33 | 56 | 17 | 28 |
| Octal | 150 | 174 | 116 | 20 | 0 | 45 | 63 | 126 | 27 | 50 |
| Binary | 1101000 | 1111100 | 1001110 | 10000 | 0 | 100101 | 110011 | 1010110 | 10111 | 101000 |
Color Harmonies of #687C4E
Complementary color
Monochromatic Colors of #687C4E
Black with #687C4E
Text Example
Text Example
White with #687C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C4E; }
p { color: rgb(104,124,78); }
H1.HeaderClassName
{
color: #687C4E;
}
.AnyTagClassName
{
color: #687C4E;
}
</style>
background-color css
<style>
a { background-color: #687C4E; }
a { background-color: rgb(104,124,78); }
div.DivClassName
{
background-color: #687C4E;
}
.BgClassName
{
background-color: #687C4E;
}
</style>
border-color css
<style>
span { border-color: #687C4E; }
span { border-color: rgb(104,124,78); }
td.TdClassName
{
border-color: #687C4E;
}
.TagClassName
{
border-color: #687C4E;
}
</style>