Shades of Dingley #678849
Tints of Dingley #678849
RGB
CMYK
RGB Variations
Color information
#678849 (or 0x678849) is known color: Dingley. HEX triplet: 67, 88 and 49. RGB value is (103,136,73). Sum of RGB (Red+Green+Blue) = 103+136+73=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #678849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678849 is #9877B6. Grayscale: #777777. Windows color (decimal): -9992119 or 4819047. OLE color: 4819047.
HSL color Cylindrical-coordinate representation of color #678849: hue angle of 91.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #678849 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 73 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.47 |
| HSL | 91.43º | 0.3% | 0.41% | - |
| HSV(B) | 91.43º | 0.46% | 0.53% | - |
| XYZ | 15.6 | 20.97 | 9.53 | - |
| YUV | 118.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 73 | 0.24 | 0 | 0.46 | 0.47 | 91.43 | 0.3 | 0.41 |
| Hex | 67 | 88 | 49 | 18 | 0 | 2E | 2F | 5B | 1E | 29 |
| Octal | 147 | 210 | 111 | 30 | 0 | 56 | 57 | 133 | 36 | 51 |
| Binary | 1100111 | 10001000 | 1001001 | 11000 | 0 | 101110 | 101111 | 1011011 | 11110 | 101001 |
Color Harmonies of #678849
Complementary color
Monochromatic Colors of #678849
Black with #678849
Text Example
Text Example
White with #678849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678849; }
p { color: rgb(103,136,73); }
H1.HeaderClassName
{
color: #678849;
}
.AnyTagClassName
{
color: #678849;
}
</style>
background-color css
<style>
a { background-color: #678849; }
a { background-color: rgb(103,136,73); }
div.DivClassName
{
background-color: #678849;
}
.BgClassName
{
background-color: #678849;
}
</style>
border-color css
<style>
span { border-color: #678849; }
span { border-color: rgb(103,136,73); }
td.TdClassName
{
border-color: #678849;
}
.TagClassName
{
border-color: #678849;
}
</style>