Shades of Dingley #677E50
Tints of Dingley #677E50
RGB
CMYK
RGB Variations
Color information
#677E50 (or 0x677E50) is known color: Dingley. HEX triplet: 67, 7E and 50. RGB value is (103,126,80). Sum of RGB (Red+Green+Blue) = 103+126+80=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 126 - color contains mainly: green. Hex color #677E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677E50 is #9881AF. Grayscale: #727272. Windows color (decimal): -9994672 or 5275239. OLE color: 5275239.
HSL color Cylindrical-coordinate representation of color #677E50: hue angle of 90º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #677E50 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 126 | 80 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.51 |
| HSL | 90º | 0.22% | 0.4% | - |
| HSV(B) | 90º | 0.37% | 0.49% | - |
| XYZ | 14.5 | 18.38 | 10.37 | - |
| YUV | 113.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 80 | 0.18 | 0 | 0.37 | 0.51 | 90 | 0.22 | 0.4 |
| Hex | 67 | 7E | 50 | 12 | 0 | 25 | 33 | 5A | 16 | 28 |
| Octal | 147 | 176 | 120 | 22 | 0 | 45 | 63 | 132 | 26 | 50 |
| Binary | 1100111 | 1111110 | 1010000 | 10010 | 0 | 100101 | 110011 | 1011010 | 10110 | 101000 |
Color Harmonies of #677E50
Complementary color
Monochromatic Colors of #677E50
Black with #677E50
Text Example
Text Example
White with #677E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E50; }
p { color: rgb(103,126,80); }
H1.HeaderClassName
{
color: #677E50;
}
.AnyTagClassName
{
color: #677E50;
}
</style>
background-color css
<style>
a { background-color: #677E50; }
a { background-color: rgb(103,126,80); }
div.DivClassName
{
background-color: #677E50;
}
.BgClassName
{
background-color: #677E50;
}
</style>
border-color css
<style>
span { border-color: #677E50; }
span { border-color: rgb(103,126,80); }
td.TdClassName
{
border-color: #677E50;
}
.TagClassName
{
border-color: #677E50;
}
</style>