Shades of Dingley #6C9544
Tints of Dingley #6C9544
RGB
CMYK
RGB Variations
Color information
#6C9544 (or 0x6C9544) is known color: Dingley. HEX triplet: 6C, 95 and 44. RGB value is (108,149,68). Sum of RGB (Red+Green+Blue) = 108+149+68=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9544 is #936ABB. Grayscale: #7F7F7F. Windows color (decimal): -9661116 or 4494700. OLE color: 4494700.
HSL color Cylindrical-coordinate representation of color #6C9544: hue angle of 90.37º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C9544 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 149 | 68 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.42 |
| HSL | 90.37º | 0.37% | 0.43% | - |
| HSV(B) | 90.37º | 0.54% | 0.58% | - |
| XYZ | 17.98 | 25.1 | 9.37 | - |
| YUV | 127.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 68 | 0.28 | 0 | 0.54 | 0.42 | 90.37 | 0.37 | 0.43 |
| Hex | 6C | 95 | 44 | 1C | 0 | 36 | 2A | 5A | 25 | 2B |
| Octal | 154 | 225 | 104 | 34 | 0 | 66 | 52 | 132 | 45 | 53 |
| Binary | 1101100 | 10010101 | 1000100 | 11100 | 0 | 110110 | 101010 | 1011010 | 100101 | 101011 |
Color Harmonies of #6C9544
Complementary color
Monochromatic Colors of #6C9544
Black with #6C9544
Text Example
Text Example
White with #6C9544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9544; }
p { color: rgb(108,149,68); }
H1.HeaderClassName
{
color: #6C9544;
}
.AnyTagClassName
{
color: #6C9544;
}
</style>
background-color css
<style>
a { background-color: #6C9544; }
a { background-color: rgb(108,149,68); }
div.DivClassName
{
background-color: #6C9544;
}
.BgClassName
{
background-color: #6C9544;
}
</style>
border-color css
<style>
span { border-color: #6C9544; }
span { border-color: rgb(108,149,68); }
td.TdClassName
{
border-color: #6C9544;
}
.TagClassName
{
border-color: #6C9544;
}
</style>