Shades of Dingley #678E46
Tints of Dingley #678E46
RGB
CMYK
RGB Variations
Color information
#678E46 (or 0x678E46) is known color: Dingley. HEX triplet: 67, 8E and 46. RGB value is (103,142,70). Sum of RGB (Red+Green+Blue) = 103+142+70=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #678E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678E46 is #9871B9. Grayscale: #7A7A7A. Windows color (decimal): -9990586 or 4623975. OLE color: 4623975.
HSL color Cylindrical-coordinate representation of color #678E46: hue angle of 92.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #678E46 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 70 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.44 |
| HSL | 92.5º | 0.34% | 0.42% | - |
| HSV(B) | 92.5º | 0.51% | 0.56% | - |
| XYZ | 16.37 | 22.67 | 9.31 | - |
| YUV | 122.13 | 98.58 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 70 | 0.27 | 0 | 0.51 | 0.44 | 92.5 | 0.34 | 0.42 |
| Hex | 67 | 8E | 46 | 1B | 0 | 33 | 2C | 5C | 22 | 2A |
| Octal | 147 | 216 | 106 | 33 | 0 | 63 | 54 | 134 | 42 | 52 |
| Binary | 1100111 | 10001110 | 1000110 | 11011 | 0 | 110011 | 101100 | 1011100 | 100010 | 101010 |
Color Harmonies of #678E46
Complementary color
Monochromatic Colors of #678E46
Black with #678E46
Text Example
Text Example
White with #678E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E46; }
p { color: rgb(103,142,70); }
H1.HeaderClassName
{
color: #678E46;
}
.AnyTagClassName
{
color: #678E46;
}
</style>
background-color css
<style>
a { background-color: #678E46; }
a { background-color: rgb(103,142,70); }
div.DivClassName
{
background-color: #678E46;
}
.BgClassName
{
background-color: #678E46;
}
</style>
border-color css
<style>
span { border-color: #678E46; }
span { border-color: rgb(103,142,70); }
td.TdClassName
{
border-color: #678E46;
}
.TagClassName
{
border-color: #678E46;
}
</style>