Shades of Dingley #678B44
Tints of Dingley #678B44
RGB
CMYK
RGB Variations
Color information
#678B44 (or 0x678B44) is known color: Dingley. HEX triplet: 67, 8B and 44. RGB value is (103,139,68). Sum of RGB (Red+Green+Blue) = 103+139+68=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #678B44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678B44 is #9874BB. Grayscale: #787878. Windows color (decimal): -9991356 or 4492135. OLE color: 4492135.
HSL color Cylindrical-coordinate representation of color #678B44: hue angle of 90.42º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #678B44 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 68 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.45 |
| HSL | 90.42º | 0.34% | 0.41% | - |
| HSV(B) | 90.42º | 0.51% | 0.55% | - |
| XYZ | 15.87 | 21.77 | 8.83 | - |
| YUV | 120.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 68 | 0.26 | 0 | 0.51 | 0.45 | 90.42 | 0.34 | 0.41 |
| Hex | 67 | 8B | 44 | 1A | 0 | 33 | 2D | 5A | 22 | 29 |
| Octal | 147 | 213 | 104 | 32 | 0 | 63 | 55 | 132 | 42 | 51 |
| Binary | 1100111 | 10001011 | 1000100 | 11010 | 0 | 110011 | 101101 | 1011010 | 100010 | 101001 |
Color Harmonies of #678B44
Complementary color
Monochromatic Colors of #678B44
Black with #678B44
Text Example
Text Example
White with #678B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B44; }
p { color: rgb(103,139,68); }
H1.HeaderClassName
{
color: #678B44;
}
.AnyTagClassName
{
color: #678B44;
}
</style>
background-color css
<style>
a { background-color: #678B44; }
a { background-color: rgb(103,139,68); }
div.DivClassName
{
background-color: #678B44;
}
.BgClassName
{
background-color: #678B44;
}
</style>
border-color css
<style>
span { border-color: #678B44; }
span { border-color: rgb(103,139,68); }
td.TdClassName
{
border-color: #678B44;
}
.TagClassName
{
border-color: #678B44;
}
</style>