Shades of Dingley #677C46
Tints of Dingley #677C46
RGB
CMYK
RGB Variations
Color information
#677C46 (or 0x677C46) is known color: Dingley. HEX triplet: 67, 7C and 46. RGB value is (103,124,70). Sum of RGB (Red+Green+Blue) = 103+124+70=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #677C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677C46 is #9883B9. Grayscale: #6F6F6F. Windows color (decimal): -9995194 or 4619367. OLE color: 4619367.
HSL color Cylindrical-coordinate representation of color #677C46: hue angle of 83.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #677C46 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 124 | 70 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.51 |
| HSL | 83.33º | 0.28% | 0.38% | - |
| HSV(B) | 83.33º | 0.44% | 0.49% | - |
| XYZ | 13.91 | 17.74 | 8.49 | - |
| YUV | 111.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 70 | 0.17 | 0 | 0.44 | 0.51 | 83.33 | 0.28 | 0.38 |
| Hex | 67 | 7C | 46 | 11 | 0 | 2C | 33 | 53 | 1C | 26 |
| Octal | 147 | 174 | 106 | 21 | 0 | 54 | 63 | 123 | 34 | 46 |
| Binary | 1100111 | 1111100 | 1000110 | 10001 | 0 | 101100 | 110011 | 1010011 | 11100 | 100110 |
Color Harmonies of #677C46
Complementary color
Monochromatic Colors of #677C46
Black with #677C46
Text Example
Text Example
White with #677C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C46; }
p { color: rgb(103,124,70); }
H1.HeaderClassName
{
color: #677C46;
}
.AnyTagClassName
{
color: #677C46;
}
</style>
background-color css
<style>
a { background-color: #677C46; }
a { background-color: rgb(103,124,70); }
div.DivClassName
{
background-color: #677C46;
}
.BgClassName
{
background-color: #677C46;
}
</style>
border-color css
<style>
span { border-color: #677C46; }
span { border-color: rgb(103,124,70); }
td.TdClassName
{
border-color: #677C46;
}
.TagClassName
{
border-color: #677C46;
}
</style>