Shades of Dingley #678A49
Tints of Dingley #678A49
RGB
CMYK
RGB Variations
Color information
#678A49 (or 0x678A49) is known color: Dingley. HEX triplet: 67, 8A and 49. RGB value is (103,138,73). Sum of RGB (Red+Green+Blue) = 103+138+73=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #678A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A49 is #9875B6. Grayscale: #787878. Windows color (decimal): -9991607 or 4819559. OLE color: 4819559.
HSL color Cylindrical-coordinate representation of color #678A49: hue angle of 92.31º degrees, saturation: 0.31, 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 #678A49 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 73 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.46 |
| HSL | 92.31º | 0.31% | 0.41% | - |
| HSV(B) | 92.31º | 0.47% | 0.54% | - |
| XYZ | 15.88 | 21.54 | 9.62 | - |
| YUV | 120.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 73 | 0.25 | 0 | 0.47 | 0.46 | 92.31 | 0.31 | 0.41 |
| Hex | 67 | 8A | 49 | 19 | 0 | 2F | 2E | 5C | 1F | 29 |
| Octal | 147 | 212 | 111 | 31 | 0 | 57 | 56 | 134 | 37 | 51 |
| Binary | 1100111 | 10001010 | 1001001 | 11001 | 0 | 101111 | 101110 | 1011100 | 11111 | 101001 |
Color Harmonies of #678A49
Complementary color
Monochromatic Colors of #678A49
Black with #678A49
Text Example
Text Example
White with #678A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A49; }
p { color: rgb(103,138,73); }
H1.HeaderClassName
{
color: #678A49;
}
.AnyTagClassName
{
color: #678A49;
}
</style>
background-color css
<style>
a { background-color: #678A49; }
a { background-color: rgb(103,138,73); }
div.DivClassName
{
background-color: #678A49;
}
.BgClassName
{
background-color: #678A49;
}
</style>
border-color css
<style>
span { border-color: #678A49; }
span { border-color: rgb(103,138,73); }
td.TdClassName
{
border-color: #678A49;
}
.TagClassName
{
border-color: #678A49;
}
</style>