Shades of Dingley #6C9445
Tints of Dingley #6C9445
RGB
CMYK
RGB Variations
Color information
#6C9445 (or 0x6C9445) is known color: Dingley. HEX triplet: 6C, 94 and 45. RGB value is (108,148,69). Sum of RGB (Red+Green+Blue) = 108+148+69=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9445 is #936BBA. Grayscale: #7F7F7F. Windows color (decimal): -9661371 or 4559980. OLE color: 4559980.
HSL color Cylindrical-coordinate representation of color #6C9445: hue angle of 90.38º 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 #6C9445 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 148 | 69 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.42 |
| HSL | 90.38º | 0.36% | 0.43% | - |
| HSV(B) | 90.38º | 0.53% | 0.58% | - |
| XYZ | 17.85 | 24.8 | 9.48 | - |
| YUV | 127.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 148 | 69 | 0.27 | 0 | 0.53 | 0.42 | 90.38 | 0.36 | 0.43 |
| Hex | 6C | 94 | 45 | 1B | 0 | 35 | 2A | 5A | 24 | 2B |
| Octal | 154 | 224 | 105 | 33 | 0 | 65 | 52 | 132 | 44 | 53 |
| Binary | 1101100 | 10010100 | 1000101 | 11011 | 0 | 110101 | 101010 | 1011010 | 100100 | 101011 |
Color Harmonies of #6C9445
Complementary color
Monochromatic Colors of #6C9445
Black with #6C9445
Text Example
Text Example
White with #6C9445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9445; }
p { color: rgb(108,148,69); }
H1.HeaderClassName
{
color: #6C9445;
}
.AnyTagClassName
{
color: #6C9445;
}
</style>
background-color css
<style>
a { background-color: #6C9445; }
a { background-color: rgb(108,148,69); }
div.DivClassName
{
background-color: #6C9445;
}
.BgClassName
{
background-color: #6C9445;
}
</style>
border-color css
<style>
span { border-color: #6C9445; }
span { border-color: rgb(108,148,69); }
td.TdClassName
{
border-color: #6C9445;
}
.TagClassName
{
border-color: #6C9445;
}
</style>