Shades of Dingley #6C8947
Tints of Dingley #6C8947
RGB
CMYK
RGB Variations
Color information
#6C8947 (or 0x6C8947) is known color: Dingley. HEX triplet: 6C, 89 and 47. RGB value is (108,137,71). Sum of RGB (Red+Green+Blue) = 108+137+71=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #6C8947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8947 is #9376B8. Grayscale: #797979. Windows color (decimal): -9664185 or 4688236. OLE color: 4688236.
HSL color Cylindrical-coordinate representation of color #6C8947: hue angle of 86.36º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C8947 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 137 | 71 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.46 |
| HSL | 86.36º | 0.32% | 0.41% | - |
| HSV(B) | 86.36º | 0.48% | 0.54% | - |
| XYZ | 16.27 | 21.53 | 9.26 | - |
| YUV | 120.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 137 | 71 | 0.21 | 0 | 0.48 | 0.46 | 86.36 | 0.32 | 0.41 |
| Hex | 6C | 89 | 47 | 15 | 0 | 30 | 2E | 56 | 20 | 29 |
| Octal | 154 | 211 | 107 | 25 | 0 | 60 | 56 | 126 | 40 | 51 |
| Binary | 1101100 | 10001001 | 1000111 | 10101 | 0 | 110000 | 101110 | 1010110 | 100000 | 101001 |
Color Harmonies of #6C8947
Complementary color
Monochromatic Colors of #6C8947
Black with #6C8947
Text Example
Text Example
White with #6C8947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8947; }
p { color: rgb(108,137,71); }
H1.HeaderClassName
{
color: #6C8947;
}
.AnyTagClassName
{
color: #6C8947;
}
</style>
background-color css
<style>
a { background-color: #6C8947; }
a { background-color: rgb(108,137,71); }
div.DivClassName
{
background-color: #6C8947;
}
.BgClassName
{
background-color: #6C8947;
}
</style>
border-color css
<style>
span { border-color: #6C8947; }
span { border-color: rgb(108,137,71); }
td.TdClassName
{
border-color: #6C8947;
}
.TagClassName
{
border-color: #6C8947;
}
</style>