Shades of Dingley #678A44
Tints of Dingley #678A44
RGB
CMYK
RGB Variations
Color information
#678A44 (or 0x678A44) is known color: Dingley. HEX triplet: 67, 8A and 44. RGB value is (103,138,68). Sum of RGB (Red+Green+Blue) = 103+138+68=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #678A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A44 is #9875BB. Grayscale: #777777. Windows color (decimal): -9991612 or 4491879. OLE color: 4491879.
HSL color Cylindrical-coordinate representation of color #678A44: hue angle of 90º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #678A44 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 68 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.46 |
| HSL | 90º | 0.34% | 0.4% | - |
| HSV(B) | 90º | 0.51% | 0.54% | - |
| XYZ | 15.73 | 21.48 | 8.79 | - |
| YUV | 119.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 68 | 0.25 | 0 | 0.51 | 0.46 | 90 | 0.34 | 0.4 |
| Hex | 67 | 8A | 44 | 19 | 0 | 33 | 2E | 5A | 22 | 28 |
| Octal | 147 | 212 | 104 | 31 | 0 | 63 | 56 | 132 | 42 | 50 |
| Binary | 1100111 | 10001010 | 1000100 | 11001 | 0 | 110011 | 101110 | 1011010 | 100010 | 101000 |
Color Harmonies of #678A44
Complementary color
Monochromatic Colors of #678A44
Black with #678A44
Text Example
Text Example
White with #678A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A44; }
p { color: rgb(103,138,68); }
H1.HeaderClassName
{
color: #678A44;
}
.AnyTagClassName
{
color: #678A44;
}
</style>
background-color css
<style>
a { background-color: #678A44; }
a { background-color: rgb(103,138,68); }
div.DivClassName
{
background-color: #678A44;
}
.BgClassName
{
background-color: #678A44;
}
</style>
border-color css
<style>
span { border-color: #678A44; }
span { border-color: rgb(103,138,68); }
td.TdClassName
{
border-color: #678A44;
}
.TagClassName
{
border-color: #678A44;
}
</style>