Shades of Dingley #687F50
Tints of Dingley #687F50
RGB
CMYK
RGB Variations
Color information
#687F50 (or 0x687F50) is known color: Dingley. HEX triplet: 68, 7F and 50. RGB value is (104,127,80). Sum of RGB (Red+Green+Blue) = 104+127+80=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 127 - color contains mainly: green. Hex color #687F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F50 is #9780AF. Grayscale: #727272. Windows color (decimal): -9928880 or 5275496. OLE color: 5275496.
HSL color Cylindrical-coordinate representation of color #687F50: hue angle of 89.36º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #687F50 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 80 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.50 |
| HSL | 89.36º | 0.23% | 0.41% | - |
| HSV(B) | 89.36º | 0.37% | 0.5% | - |
| XYZ | 14.75 | 18.7 | 10.42 | - |
| YUV | 114.77 | 108.38 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 80 | 0.18 | 0 | 0.37 | 0.50 | 89.36 | 0.23 | 0.41 |
| Hex | 68 | 7F | 50 | 12 | 0 | 25 | 32 | 59 | 17 | 29 |
| Octal | 150 | 177 | 120 | 22 | 0 | 45 | 62 | 131 | 27 | 51 |
| Binary | 1101000 | 1111111 | 1010000 | 10010 | 0 | 100101 | 110010 | 1011001 | 10111 | 101001 |
Color Harmonies of #687F50
Complementary color
Monochromatic Colors of #687F50
Black with #687F50
Text Example
Text Example
White with #687F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F50; }
p { color: rgb(104,127,80); }
H1.HeaderClassName
{
color: #687F50;
}
.AnyTagClassName
{
color: #687F50;
}
</style>
background-color css
<style>
a { background-color: #687F50; }
a { background-color: rgb(104,127,80); }
div.DivClassName
{
background-color: #687F50;
}
.BgClassName
{
background-color: #687F50;
}
</style>
border-color css
<style>
span { border-color: #687F50; }
span { border-color: rgb(104,127,80); }
td.TdClassName
{
border-color: #687F50;
}
.TagClassName
{
border-color: #687F50;
}
</style>