Shades of Dingley #6A8844
Tints of Dingley #6A8844
RGB
CMYK
RGB Variations
Color information
#6A8844 (or 0x6A8844) is known color: Dingley. HEX triplet: 6A, 88 and 44. RGB value is (106,136,68). Sum of RGB (Red+Green+Blue) = 106+136+68=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #6A8844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8844 is #9577BB. Grayscale: #777777. Windows color (decimal): -9795516 or 4491370. OLE color: 4491370.
HSL color Cylindrical-coordinate representation of color #6A8844: hue angle of 86.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A8844 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 136 | 68 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.47 |
| HSL | 86.47º | 0.33% | 0.4% | - |
| HSV(B) | 86.47º | 0.5% | 0.53% | - |
| XYZ | 15.79 | 21.09 | 8.71 | - |
| YUV | 119.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 68 | 0.22 | 0 | 0.50 | 0.47 | 86.47 | 0.33 | 0.4 |
| Hex | 6A | 88 | 44 | 16 | 0 | 32 | 2F | 56 | 21 | 28 |
| Octal | 152 | 210 | 104 | 26 | 0 | 62 | 57 | 126 | 41 | 50 |
| Binary | 1101010 | 10001000 | 1000100 | 10110 | 0 | 110010 | 101111 | 1010110 | 100001 | 101000 |
Color Harmonies of #6A8844
Complementary color
Monochromatic Colors of #6A8844
Black with #6A8844
Text Example
Text Example
White with #6A8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8844; }
p { color: rgb(106,136,68); }
H1.HeaderClassName
{
color: #6A8844;
}
.AnyTagClassName
{
color: #6A8844;
}
</style>
background-color css
<style>
a { background-color: #6A8844; }
a { background-color: rgb(106,136,68); }
div.DivClassName
{
background-color: #6A8844;
}
.BgClassName
{
background-color: #6A8844;
}
</style>
border-color css
<style>
span { border-color: #6A8844; }
span { border-color: rgb(106,136,68); }
td.TdClassName
{
border-color: #6A8844;
}
.TagClassName
{
border-color: #6A8844;
}
</style>