Shades of Dingley #687B4E
Tints of Dingley #687B4E
RGB
CMYK
RGB Variations
Color information
#687B4E (or 0x687B4E) is known color: Dingley. HEX triplet: 68, 7B and 4E. RGB value is (104,123,78). Sum of RGB (Red+Green+Blue) = 104+123+78=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #687B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687B4E is #9784B1. Grayscale: #707070. Windows color (decimal): -9929906 or 5143400. OLE color: 5143400.
HSL color Cylindrical-coordinate representation of color #687B4E: hue angle of 85.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #687B4E is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 123 | 78 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.52 |
| HSL | 85.33º | 0.22% | 0.39% | - |
| HSV(B) | 85.33º | 0.37% | 0.48% | - |
| XYZ | 14.17 | 17.66 | 9.87 | - |
| YUV | 112.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 78 | 0.15 | 0 | 0.37 | 0.52 | 85.33 | 0.22 | 0.39 |
| Hex | 68 | 7B | 4E | F | 0 | 25 | 34 | 55 | 16 | 27 |
| Octal | 150 | 173 | 116 | 17 | 0 | 45 | 64 | 125 | 26 | 47 |
| Binary | 1101000 | 1111011 | 1001110 | 1111 | 0 | 100101 | 110100 | 1010101 | 10110 | 100111 |
Color Harmonies of #687B4E
Complementary color
Monochromatic Colors of #687B4E
Black with #687B4E
Text Example
Text Example
White with #687B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B4E; }
p { color: rgb(104,123,78); }
H1.HeaderClassName
{
color: #687B4E;
}
.AnyTagClassName
{
color: #687B4E;
}
</style>
background-color css
<style>
a { background-color: #687B4E; }
a { background-color: rgb(104,123,78); }
div.DivClassName
{
background-color: #687B4E;
}
.BgClassName
{
background-color: #687B4E;
}
</style>
border-color css
<style>
span { border-color: #687B4E; }
span { border-color: rgb(104,123,78); }
td.TdClassName
{
border-color: #687B4E;
}
.TagClassName
{
border-color: #687B4E;
}
</style>