Shades of Dingley #6C9543
Tints of Dingley #6C9543
RGB
CMYK
RGB Variations
Color information
#6C9543 (or 0x6C9543) is known color: Dingley. HEX triplet: 6C, 95 and 43. RGB value is (108,149,67). Sum of RGB (Red+Green+Blue) = 108+149+67=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9543 is #936ABC. Grayscale: #7F7F7F. Windows color (decimal): -9661117 or 4429164. OLE color: 4429164.
HSL color Cylindrical-coordinate representation of color #6C9543: hue angle of 90º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C9543 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 149 | 67 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.42 |
| HSL | 90º | 0.38% | 0.42% | - |
| HSV(B) | 90º | 0.55% | 0.58% | - |
| XYZ | 17.94 | 25.09 | 9.21 | - |
| YUV | 127.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 67 | 0.28 | 0 | 0.55 | 0.42 | 90 | 0.38 | 0.42 |
| Hex | 6C | 95 | 43 | 1C | 0 | 37 | 2A | 5A | 26 | 2A |
| Octal | 154 | 225 | 103 | 34 | 0 | 67 | 52 | 132 | 46 | 52 |
| Binary | 1101100 | 10010101 | 1000011 | 11100 | 0 | 110111 | 101010 | 1011010 | 100110 | 101010 |
Color Harmonies of #6C9543
Complementary color
Monochromatic Colors of #6C9543
Black with #6C9543
Text Example
Text Example
White with #6C9543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9543; }
p { color: rgb(108,149,67); }
H1.HeaderClassName
{
color: #6C9543;
}
.AnyTagClassName
{
color: #6C9543;
}
</style>
background-color css
<style>
a { background-color: #6C9543; }
a { background-color: rgb(108,149,67); }
div.DivClassName
{
background-color: #6C9543;
}
.BgClassName
{
background-color: #6C9543;
}
</style>
border-color css
<style>
span { border-color: #6C9543; }
span { border-color: rgb(108,149,67); }
td.TdClassName
{
border-color: #6C9543;
}
.TagClassName
{
border-color: #6C9543;
}
</style>