Shades of Dingley #677D47
Tints of Dingley #677D47
RGB
CMYK
RGB Variations
Color information
#677D47 (or 0x677D47) is known color: Dingley. HEX triplet: 67, 7D and 47. RGB value is (103,125,71). Sum of RGB (Red+Green+Blue) = 103+125+71=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 125 - color contains mainly: green. Hex color #677D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677D47 is #9882B8. Grayscale: #707070. Windows color (decimal): -9994937 or 4685159. OLE color: 4685159.
HSL color Cylindrical-coordinate representation of color #677D47: hue angle of 84.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #677D47 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 125 | 71 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.51 |
| HSL | 84.44º | 0.28% | 0.38% | - |
| HSV(B) | 84.44º | 0.43% | 0.49% | - |
| XYZ | 14.06 | 18.01 | 8.7 | - |
| YUV | 112.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 71 | 0.18 | 0 | 0.43 | 0.51 | 84.44 | 0.28 | 0.38 |
| Hex | 67 | 7D | 47 | 12 | 0 | 2B | 33 | 54 | 1C | 26 |
| Octal | 147 | 175 | 107 | 22 | 0 | 53 | 63 | 124 | 34 | 46 |
| Binary | 1100111 | 1111101 | 1000111 | 10010 | 0 | 101011 | 110011 | 1010100 | 11100 | 100110 |
Color Harmonies of #677D47
Complementary color
Monochromatic Colors of #677D47
Black with #677D47
Text Example
Text Example
White with #677D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D47; }
p { color: rgb(103,125,71); }
H1.HeaderClassName
{
color: #677D47;
}
.AnyTagClassName
{
color: #677D47;
}
</style>
background-color css
<style>
a { background-color: #677D47; }
a { background-color: rgb(103,125,71); }
div.DivClassName
{
background-color: #677D47;
}
.BgClassName
{
background-color: #677D47;
}
</style>
border-color css
<style>
span { border-color: #677D47; }
span { border-color: rgb(103,125,71); }
td.TdClassName
{
border-color: #677D47;
}
.TagClassName
{
border-color: #677D47;
}
</style>