Shades of Dingley #687A40
Tints of Dingley #687A40
RGB
CMYK
RGB Variations
Color information
#687A40 (or 0x687A40) is known color: Dingley. HEX triplet: 68, 7A and 40. RGB value is (104,122,64). Sum of RGB (Red+Green+Blue) = 104+122+64=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #687A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687A40 is #9785BF. Grayscale: #6E6E6E. Windows color (decimal): -9930176 or 4225640. OLE color: 4225640.
HSL color Cylindrical-coordinate representation of color #687A40: hue angle of 78.62º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #687A40 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 122 | 64 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.52 |
| HSL | 78.62º | 0.31% | 0.36% | - |
| HSV(B) | 78.62º | 0.48% | 0.48% | - |
| XYZ | 13.59 | 17.23 | 7.46 | - |
| YUV | 110.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 64 | 0.15 | 0 | 0.48 | 0.52 | 78.62 | 0.31 | 0.36 |
| Hex | 68 | 7A | 40 | F | 0 | 30 | 34 | 4F | 1F | 24 |
| Octal | 150 | 172 | 100 | 17 | 0 | 60 | 64 | 117 | 37 | 44 |
| Binary | 1101000 | 1111010 | 1000000 | 1111 | 0 | 110000 | 110100 | 1001111 | 11111 | 100100 |
Color Harmonies of #687A40
Complementary color
Monochromatic Colors of #687A40
Black with #687A40
Text Example
Text Example
White with #687A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A40; }
p { color: rgb(104,122,64); }
H1.HeaderClassName
{
color: #687A40;
}
.AnyTagClassName
{
color: #687A40;
}
</style>
background-color css
<style>
a { background-color: #687A40; }
a { background-color: rgb(104,122,64); }
div.DivClassName
{
background-color: #687A40;
}
.BgClassName
{
background-color: #687A40;
}
</style>
border-color css
<style>
span { border-color: #687A40; }
span { border-color: rgb(104,122,64); }
td.TdClassName
{
border-color: #687A40;
}
.TagClassName
{
border-color: #687A40;
}
</style>