Shades of Dingley #678D42
Tints of Dingley #678D42
RGB
CMYK
RGB Variations
Color information
#678D42 (or 0x678D42) is known color: Dingley. HEX triplet: 67, 8D and 42. RGB value is (103,141,66). Sum of RGB (Red+Green+Blue) = 103+141+66=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #678D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678D42 is #9872BD. Grayscale: #797979. Windows color (decimal): -9990846 or 4361575. OLE color: 4361575.
HSL color Cylindrical-coordinate representation of color #678D42: hue angle of 90.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #678D42 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 66 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.45 |
| HSL | 90.4º | 0.36% | 0.41% | - |
| HSV(B) | 90.4º | 0.53% | 0.55% | - |
| XYZ | 16.1 | 22.33 | 8.62 | - |
| YUV | 121.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 66 | 0.27 | 0 | 0.53 | 0.45 | 90.4 | 0.36 | 0.41 |
| Hex | 67 | 8D | 42 | 1B | 0 | 35 | 2D | 5A | 24 | 29 |
| Octal | 147 | 215 | 102 | 33 | 0 | 65 | 55 | 132 | 44 | 51 |
| Binary | 1100111 | 10001101 | 1000010 | 11011 | 0 | 110101 | 101101 | 1011010 | 100100 | 101001 |
Color Harmonies of #678D42
Complementary color
Monochromatic Colors of #678D42
Black with #678D42
Text Example
Text Example
White with #678D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D42; }
p { color: rgb(103,141,66); }
H1.HeaderClassName
{
color: #678D42;
}
.AnyTagClassName
{
color: #678D42;
}
</style>
background-color css
<style>
a { background-color: #678D42; }
a { background-color: rgb(103,141,66); }
div.DivClassName
{
background-color: #678D42;
}
.BgClassName
{
background-color: #678D42;
}
</style>
border-color css
<style>
span { border-color: #678D42; }
span { border-color: rgb(103,141,66); }
td.TdClassName
{
border-color: #678D42;
}
.TagClassName
{
border-color: #678D42;
}
</style>