Shades of Dingley #687B41
Tints of Dingley #687B41
RGB
CMYK
RGB Variations
Color information
#687B41 (or 0x687B41) is known color: Dingley. HEX triplet: 68, 7B and 41. RGB value is (104,123,65). Sum of RGB (Red+Green+Blue) = 104+123+65=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #687B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687B41 is #9784BE. Grayscale: #6E6E6E. Windows color (decimal): -9929919 or 4291432. OLE color: 4291432.
HSL color Cylindrical-coordinate representation of color #687B41: hue angle of 79.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #687B41 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 123 | 65 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.52 |
| HSL | 79.66º | 0.31% | 0.37% | - |
| HSV(B) | 79.66º | 0.47% | 0.48% | - |
| XYZ | 13.75 | 17.49 | 7.65 | - |
| YUV | 110.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 65 | 0.15 | 0 | 0.47 | 0.52 | 79.66 | 0.31 | 0.37 |
| Hex | 68 | 7B | 41 | F | 0 | 2F | 34 | 50 | 1F | 25 |
| Octal | 150 | 173 | 101 | 17 | 0 | 57 | 64 | 120 | 37 | 45 |
| Binary | 1101000 | 1111011 | 1000001 | 1111 | 0 | 101111 | 110100 | 1010000 | 11111 | 100101 |
Color Harmonies of #687B41
Complementary color
Monochromatic Colors of #687B41
Black with #687B41
Text Example
Text Example
White with #687B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B41; }
p { color: rgb(104,123,65); }
H1.HeaderClassName
{
color: #687B41;
}
.AnyTagClassName
{
color: #687B41;
}
</style>
background-color css
<style>
a { background-color: #687B41; }
a { background-color: rgb(104,123,65); }
div.DivClassName
{
background-color: #687B41;
}
.BgClassName
{
background-color: #687B41;
}
</style>
border-color css
<style>
span { border-color: #687B41; }
span { border-color: rgb(104,123,65); }
td.TdClassName
{
border-color: #687B41;
}
.TagClassName
{
border-color: #687B41;
}
</style>