Shades of Dingley #677E40
Tints of Dingley #677E40
RGB
CMYK
RGB Variations
Color information
#677E40 (or 0x677E40) is known color: Dingley. HEX triplet: 67, 7E and 40. RGB value is (103,126,64). Sum of RGB (Red+Green+Blue) = 103+126+64=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #677E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677E40 is #9881BF. Grayscale: #707070. Windows color (decimal): -9994688 or 4226663. OLE color: 4226663.
HSL color Cylindrical-coordinate representation of color #677E40: hue angle of 82.26º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #677E40 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 126 | 64 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.51 |
| HSL | 82.26º | 0.33% | 0.37% | - |
| HSV(B) | 82.26º | 0.49% | 0.49% | - |
| XYZ | 13.98 | 18.18 | 7.62 | - |
| YUV | 112.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 64 | 0.18 | 0 | 0.49 | 0.51 | 82.26 | 0.33 | 0.37 |
| Hex | 67 | 7E | 40 | 12 | 0 | 31 | 33 | 52 | 21 | 25 |
| Octal | 147 | 176 | 100 | 22 | 0 | 61 | 63 | 122 | 41 | 45 |
| Binary | 1100111 | 1111110 | 1000000 | 10010 | 0 | 110001 | 110011 | 1010010 | 100001 | 100101 |
Color Harmonies of #677E40
Complementary color
Monochromatic Colors of #677E40
Black with #677E40
Text Example
Text Example
White with #677E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E40; }
p { color: rgb(103,126,64); }
H1.HeaderClassName
{
color: #677E40;
}
.AnyTagClassName
{
color: #677E40;
}
</style>
background-color css
<style>
a { background-color: #677E40; }
a { background-color: rgb(103,126,64); }
div.DivClassName
{
background-color: #677E40;
}
.BgClassName
{
background-color: #677E40;
}
</style>
border-color css
<style>
span { border-color: #677E40; }
span { border-color: rgb(103,126,64); }
td.TdClassName
{
border-color: #677E40;
}
.TagClassName
{
border-color: #677E40;
}
</style>