Shades of Dingley #678D48
Tints of Dingley #678D48
RGB
CMYK
RGB Variations
Color information
#678D48 (or 0x678D48) is known color: Dingley. HEX triplet: 67, 8D and 48. RGB value is (103,141,72). Sum of RGB (Red+Green+Blue) = 103+141+72=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #678D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678D48 is #9872B7. Grayscale: #7A7A7A. Windows color (decimal): -9990840 or 4754791. OLE color: 4754791.
HSL color Cylindrical-coordinate representation of color #678D48: hue angle of 93.04º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #678D48 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 72 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.45 |
| HSL | 93.04º | 0.32% | 0.42% | - |
| HSV(B) | 93.04º | 0.49% | 0.55% | - |
| XYZ | 16.29 | 22.4 | 9.6 | - |
| YUV | 121.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 72 | 0.27 | 0 | 0.49 | 0.45 | 93.04 | 0.32 | 0.42 |
| Hex | 67 | 8D | 48 | 1B | 0 | 31 | 2D | 5D | 20 | 2A |
| Octal | 147 | 215 | 110 | 33 | 0 | 61 | 55 | 135 | 40 | 52 |
| Binary | 1100111 | 10001101 | 1001000 | 11011 | 0 | 110001 | 101101 | 1011101 | 100000 | 101010 |
Color Harmonies of #678D48
Complementary color
Monochromatic Colors of #678D48
Black with #678D48
Text Example
Text Example
White with #678D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D48; }
p { color: rgb(103,141,72); }
H1.HeaderClassName
{
color: #678D48;
}
.AnyTagClassName
{
color: #678D48;
}
</style>
background-color css
<style>
a { background-color: #678D48; }
a { background-color: rgb(103,141,72); }
div.DivClassName
{
background-color: #678D48;
}
.BgClassName
{
background-color: #678D48;
}
</style>
border-color css
<style>
span { border-color: #678D48; }
span { border-color: rgb(103,141,72); }
td.TdClassName
{
border-color: #678D48;
}
.TagClassName
{
border-color: #678D48;
}
</style>