Shades of Dingley #678B41
Tints of Dingley #678B41
RGB
CMYK
RGB Variations
Color information
#678B41 (or 0x678B41) is known color: Dingley. HEX triplet: 67, 8B and 41. RGB value is (103,139,65). Sum of RGB (Red+Green+Blue) = 103+139+65=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #678B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678B41 is #9874BE. Grayscale: #787878. Windows color (decimal): -9991359 or 4295527. OLE color: 4295527.
HSL color Cylindrical-coordinate representation of color #678B41: hue angle of 89.19º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #678B41 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 65 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.45 |
| HSL | 89.19º | 0.36% | 0.4% | - |
| HSV(B) | 89.19º | 0.53% | 0.55% | - |
| XYZ | 15.78 | 21.73 | 8.36 | - |
| YUV | 119.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 65 | 0.26 | 0 | 0.53 | 0.45 | 89.19 | 0.36 | 0.4 |
| Hex | 67 | 8B | 41 | 1A | 0 | 35 | 2D | 59 | 24 | 28 |
| Octal | 147 | 213 | 101 | 32 | 0 | 65 | 55 | 131 | 44 | 50 |
| Binary | 1100111 | 10001011 | 1000001 | 11010 | 0 | 110101 | 101101 | 1011001 | 100100 | 101000 |
Color Harmonies of #678B41
Complementary color
Monochromatic Colors of #678B41
Black with #678B41
Text Example
Text Example
White with #678B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B41; }
p { color: rgb(103,139,65); }
H1.HeaderClassName
{
color: #678B41;
}
.AnyTagClassName
{
color: #678B41;
}
</style>
background-color css
<style>
a { background-color: #678B41; }
a { background-color: rgb(103,139,65); }
div.DivClassName
{
background-color: #678B41;
}
.BgClassName
{
background-color: #678B41;
}
</style>
border-color css
<style>
span { border-color: #678B41; }
span { border-color: rgb(103,139,65); }
td.TdClassName
{
border-color: #678B41;
}
.TagClassName
{
border-color: #678B41;
}
</style>