Shades of Dingley #687C4F
Tints of Dingley #687C4F
RGB
CMYK
RGB Variations
Color information
#687C4F (or 0x687C4F) is known color: Dingley. HEX triplet: 68, 7C and 4F. RGB value is (104,124,79). Sum of RGB (Red+Green+Blue) = 104+124+79=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #687C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C4F is #9783B0. Grayscale: #717171. Windows color (decimal): -9929649 or 5209192. OLE color: 5209192.
HSL color Cylindrical-coordinate representation of color #687C4F: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #687C4F is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 124 | 79 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.51 |
| HSL | 86.67º | 0.22% | 0.4% | - |
| HSV(B) | 86.67º | 0.36% | 0.49% | - |
| XYZ | 14.33 | 17.92 | 10.1 | - |
| YUV | 112.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 79 | 0.16 | 0 | 0.36 | 0.51 | 86.67 | 0.22 | 0.4 |
| Hex | 68 | 7C | 4F | 10 | 0 | 24 | 33 | 57 | 16 | 28 |
| Octal | 150 | 174 | 117 | 20 | 0 | 44 | 63 | 127 | 26 | 50 |
| Binary | 1101000 | 1111100 | 1001111 | 10000 | 0 | 100100 | 110011 | 1010111 | 10110 | 101000 |
Color Harmonies of #687C4F
Complementary color
Monochromatic Colors of #687C4F
Black with #687C4F
Text Example
Text Example
White with #687C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C4F; }
p { color: rgb(104,124,79); }
H1.HeaderClassName
{
color: #687C4F;
}
.AnyTagClassName
{
color: #687C4F;
}
</style>
background-color css
<style>
a { background-color: #687C4F; }
a { background-color: rgb(104,124,79); }
div.DivClassName
{
background-color: #687C4F;
}
.BgClassName
{
background-color: #687C4F;
}
</style>
border-color css
<style>
span { border-color: #687C4F; }
span { border-color: rgb(104,124,79); }
td.TdClassName
{
border-color: #687C4F;
}
.TagClassName
{
border-color: #687C4F;
}
</style>