Shades of Dingley #678949
Tints of Dingley #678949
RGB
CMYK
RGB Variations
Color information
#678949 (or 0x678949) is known color: Dingley. HEX triplet: 67, 89 and 49. RGB value is (103,137,73). Sum of RGB (Red+Green+Blue) = 103+137+73=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #678949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678949 is #9876B6. Grayscale: #777777. Windows color (decimal): -9991863 or 4819303. OLE color: 4819303.
HSL color Cylindrical-coordinate representation of color #678949: hue angle of 91.88º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #678949 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 73 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.46 |
| HSL | 91.88º | 0.3% | 0.41% | - |
| HSV(B) | 91.88º | 0.47% | 0.54% | - |
| XYZ | 15.74 | 21.26 | 9.58 | - |
| YUV | 119.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 73 | 0.25 | 0 | 0.47 | 0.46 | 91.88 | 0.3 | 0.41 |
| Hex | 67 | 89 | 49 | 19 | 0 | 2F | 2E | 5C | 1E | 29 |
| Octal | 147 | 211 | 111 | 31 | 0 | 57 | 56 | 134 | 36 | 51 |
| Binary | 1100111 | 10001001 | 1001001 | 11001 | 0 | 101111 | 101110 | 1011100 | 11110 | 101001 |
Color Harmonies of #678949
Complementary color
Monochromatic Colors of #678949
Black with #678949
Text Example
Text Example
White with #678949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678949; }
p { color: rgb(103,137,73); }
H1.HeaderClassName
{
color: #678949;
}
.AnyTagClassName
{
color: #678949;
}
</style>
background-color css
<style>
a { background-color: #678949; }
a { background-color: rgb(103,137,73); }
div.DivClassName
{
background-color: #678949;
}
.BgClassName
{
background-color: #678949;
}
</style>
border-color css
<style>
span { border-color: #678949; }
span { border-color: rgb(103,137,73); }
td.TdClassName
{
border-color: #678949;
}
.TagClassName
{
border-color: #678949;
}
</style>