Shades of Dingley #678B49
Tints of Dingley #678B49
RGB
CMYK
RGB Variations
Color information
#678B49 (or 0x678B49) is known color: Dingley. HEX triplet: 67, 8B and 49. RGB value is (103,139,73). Sum of RGB (Red+Green+Blue) = 103+139+73=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #678B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678B49 is #9874B6. Grayscale: #787878. Windows color (decimal): -9991351 or 4819815. OLE color: 4819815.
HSL color Cylindrical-coordinate representation of color #678B49: hue angle of 92.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #678B49 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 73 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.45 |
| HSL | 92.73º | 0.31% | 0.42% | - |
| HSV(B) | 92.73º | 0.47% | 0.55% | - |
| XYZ | 16.03 | 21.83 | 9.67 | - |
| YUV | 120.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 73 | 0.26 | 0 | 0.47 | 0.45 | 92.73 | 0.31 | 0.42 |
| Hex | 67 | 8B | 49 | 1A | 0 | 2F | 2D | 5D | 1F | 2A |
| Octal | 147 | 213 | 111 | 32 | 0 | 57 | 55 | 135 | 37 | 52 |
| Binary | 1100111 | 10001011 | 1001001 | 11010 | 0 | 101111 | 101101 | 1011101 | 11111 | 101010 |
Color Harmonies of #678B49
Complementary color
Monochromatic Colors of #678B49
Black with #678B49
Text Example
Text Example
White with #678B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B49; }
p { color: rgb(103,139,73); }
H1.HeaderClassName
{
color: #678B49;
}
.AnyTagClassName
{
color: #678B49;
}
</style>
background-color css
<style>
a { background-color: #678B49; }
a { background-color: rgb(103,139,73); }
div.DivClassName
{
background-color: #678B49;
}
.BgClassName
{
background-color: #678B49;
}
</style>
border-color css
<style>
span { border-color: #678B49; }
span { border-color: rgb(103,139,73); }
td.TdClassName
{
border-color: #678B49;
}
.TagClassName
{
border-color: #678B49;
}
</style>