Shades of Dingley #687C45
Tints of Dingley #687C45
RGB
CMYK
RGB Variations
Color information
#687C45 (or 0x687C45) is known color: Dingley. HEX triplet: 68, 7C and 45. RGB value is (104,124,69). Sum of RGB (Red+Green+Blue) = 104+124+69=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #687C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687C45 is #9783BA. Grayscale: #6F6F6F. Windows color (decimal): -9929659 or 4553832. OLE color: 4553832.
HSL color Cylindrical-coordinate representation of color #687C45: hue angle of 81.82º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #687C45 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 124 | 69 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.51 |
| HSL | 81.82º | 0.28% | 0.38% | - |
| HSV(B) | 81.82º | 0.44% | 0.49% | - |
| XYZ | 13.99 | 17.79 | 8.33 | - |
| YUV | 111.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 69 | 0.16 | 0 | 0.44 | 0.51 | 81.82 | 0.28 | 0.38 |
| Hex | 68 | 7C | 45 | 10 | 0 | 2C | 33 | 52 | 1C | 26 |
| Octal | 150 | 174 | 105 | 20 | 0 | 54 | 63 | 122 | 34 | 46 |
| Binary | 1101000 | 1111100 | 1000101 | 10000 | 0 | 101100 | 110011 | 1010010 | 11100 | 100110 |
Color Harmonies of #687C45
Complementary color
Monochromatic Colors of #687C45
Black with #687C45
Text Example
Text Example
White with #687C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C45; }
p { color: rgb(104,124,69); }
H1.HeaderClassName
{
color: #687C45;
}
.AnyTagClassName
{
color: #687C45;
}
</style>
background-color css
<style>
a { background-color: #687C45; }
a { background-color: rgb(104,124,69); }
div.DivClassName
{
background-color: #687C45;
}
.BgClassName
{
background-color: #687C45;
}
</style>
border-color css
<style>
span { border-color: #687C45; }
span { border-color: rgb(104,124,69); }
td.TdClassName
{
border-color: #687C45;
}
.TagClassName
{
border-color: #687C45;
}
</style>