Shades of Dingley #678448
Tints of Dingley #678448
RGB
CMYK
RGB Variations
Color information
#678448 (or 0x678448) is known color: Dingley. HEX triplet: 67, 84 and 48. RGB value is (103,132,72). Sum of RGB (Red+Green+Blue) = 103+132+72=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #678448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678448 is #987BB7. Grayscale: #747474. Windows color (decimal): -9993144 or 4752487. OLE color: 4752487.
HSL color Cylindrical-coordinate representation of color #678448: hue angle of 89º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #678448 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 72 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.48 |
| HSL | 89º | 0.29% | 0.4% | - |
| HSV(B) | 89º | 0.45% | 0.52% | - |
| XYZ | 15.01 | 19.85 | 9.17 | - |
| YUV | 116.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 72 | 0.22 | 0 | 0.45 | 0.48 | 89 | 0.29 | 0.4 |
| Hex | 67 | 84 | 48 | 16 | 0 | 2D | 30 | 59 | 1D | 28 |
| Octal | 147 | 204 | 110 | 26 | 0 | 55 | 60 | 131 | 35 | 50 |
| Binary | 1100111 | 10000100 | 1001000 | 10110 | 0 | 101101 | 110000 | 1011001 | 11101 | 101000 |
Color Harmonies of #678448
Complementary color
Monochromatic Colors of #678448
Black with #678448
Text Example
Text Example
White with #678448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678448; }
p { color: rgb(103,132,72); }
H1.HeaderClassName
{
color: #678448;
}
.AnyTagClassName
{
color: #678448;
}
</style>
background-color css
<style>
a { background-color: #678448; }
a { background-color: rgb(103,132,72); }
div.DivClassName
{
background-color: #678448;
}
.BgClassName
{
background-color: #678448;
}
</style>
border-color css
<style>
span { border-color: #678448; }
span { border-color: rgb(103,132,72); }
td.TdClassName
{
border-color: #678448;
}
.TagClassName
{
border-color: #678448;
}
</style>