Shades of Dingley #6C9546
Tints of Dingley #6C9546
RGB
CMYK
RGB Variations
Color information
#6C9546 (or 0x6C9546) is known color: Dingley. HEX triplet: 6C, 95 and 46. RGB value is (108,149,70). Sum of RGB (Red+Green+Blue) = 108+149+70=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9546 is #936AB9. Grayscale: #808080. Windows color (decimal): -9661114 or 4625772. OLE color: 4625772.
HSL color Cylindrical-coordinate representation of color #6C9546: hue angle of 91.14º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C9546 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 149 | 70 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.42 |
| HSL | 91.14º | 0.36% | 0.43% | - |
| HSV(B) | 91.14º | 0.53% | 0.58% | - |
| XYZ | 18.04 | 25.13 | 9.69 | - |
| YUV | 127.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 70 | 0.28 | 0 | 0.53 | 0.42 | 91.14 | 0.36 | 0.43 |
| Hex | 6C | 95 | 46 | 1C | 0 | 35 | 2A | 5B | 24 | 2B |
| Octal | 154 | 225 | 106 | 34 | 0 | 65 | 52 | 133 | 44 | 53 |
| Binary | 1101100 | 10010101 | 1000110 | 11100 | 0 | 110101 | 101010 | 1011011 | 100100 | 101011 |
Color Harmonies of #6C9546
Complementary color
Monochromatic Colors of #6C9546
Black with #6C9546
Text Example
Text Example
White with #6C9546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9546; }
p { color: rgb(108,149,70); }
H1.HeaderClassName
{
color: #6C9546;
}
.AnyTagClassName
{
color: #6C9546;
}
</style>
background-color css
<style>
a { background-color: #6C9546; }
a { background-color: rgb(108,149,70); }
div.DivClassName
{
background-color: #6C9546;
}
.BgClassName
{
background-color: #6C9546;
}
</style>
border-color css
<style>
span { border-color: #6C9546; }
span { border-color: rgb(108,149,70); }
td.TdClassName
{
border-color: #6C9546;
}
.TagClassName
{
border-color: #6C9546;
}
</style>