Shades of Dingley #6C9347
Tints of Dingley #6C9347
RGB
CMYK
RGB Variations
Color information
#6C9347 (or 0x6C9347) is known color: Dingley. HEX triplet: 6C, 93 and 47. RGB value is (108,147,71). Sum of RGB (Red+Green+Blue) = 108+147+71=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9347 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9347 is #936CB8. Grayscale: #7E7E7E. Windows color (decimal): -9661625 or 4690796. OLE color: 4690796.
HSL color Cylindrical-coordinate representation of color #6C9347: hue angle of 90.79º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C9347 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 147 | 71 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.42 |
| HSL | 90.79º | 0.35% | 0.43% | - |
| HSV(B) | 90.79º | 0.52% | 0.58% | - |
| XYZ | 17.76 | 24.51 | 9.76 | - |
| YUV | 126.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 147 | 71 | 0.27 | 0 | 0.52 | 0.42 | 90.79 | 0.35 | 0.43 |
| Hex | 6C | 93 | 47 | 1B | 0 | 34 | 2A | 5B | 23 | 2B |
| Octal | 154 | 223 | 107 | 33 | 0 | 64 | 52 | 133 | 43 | 53 |
| Binary | 1101100 | 10010011 | 1000111 | 11011 | 0 | 110100 | 101010 | 1011011 | 100011 | 101011 |
Color Harmonies of #6C9347
Complementary color
Monochromatic Colors of #6C9347
Black with #6C9347
Text Example
Text Example
White with #6C9347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9347; }
p { color: rgb(108,147,71); }
H1.HeaderClassName
{
color: #6C9347;
}
.AnyTagClassName
{
color: #6C9347;
}
</style>
background-color css
<style>
a { background-color: #6C9347; }
a { background-color: rgb(108,147,71); }
div.DivClassName
{
background-color: #6C9347;
}
.BgClassName
{
background-color: #6C9347;
}
</style>
border-color css
<style>
span { border-color: #6C9347; }
span { border-color: rgb(108,147,71); }
td.TdClassName
{
border-color: #6C9347;
}
.TagClassName
{
border-color: #6C9347;
}
</style>