Shades of Dingley #6C9448
Tints of Dingley #6C9448
RGB
CMYK
RGB Variations
Color information
#6C9448 (or 0x6C9448) is known color: Dingley. HEX triplet: 6C, 94 and 48. RGB value is (108,148,72). Sum of RGB (Red+Green+Blue) = 108+148+72=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #6C9448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9448 is #936BB7. Grayscale: #7F7F7F. Windows color (decimal): -9661368 or 4756588. OLE color: 4756588.
HSL color Cylindrical-coordinate representation of color #6C9448: hue angle of 91.58º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C9448 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 148 | 72 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.42 |
| HSL | 91.58º | 0.35% | 0.43% | - |
| HSV(B) | 91.58º | 0.51% | 0.58% | - |
| XYZ | 17.94 | 24.84 | 9.98 | - |
| YUV | 127.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 148 | 72 | 0.27 | 0 | 0.51 | 0.42 | 91.58 | 0.35 | 0.43 |
| Hex | 6C | 94 | 48 | 1B | 0 | 33 | 2A | 5C | 23 | 2B |
| Octal | 154 | 224 | 110 | 33 | 0 | 63 | 52 | 134 | 43 | 53 |
| Binary | 1101100 | 10010100 | 1001000 | 11011 | 0 | 110011 | 101010 | 1011100 | 100011 | 101011 |
Color Harmonies of #6C9448
Complementary color
Monochromatic Colors of #6C9448
Black with #6C9448
Text Example
Text Example
White with #6C9448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9448; }
p { color: rgb(108,148,72); }
H1.HeaderClassName
{
color: #6C9448;
}
.AnyTagClassName
{
color: #6C9448;
}
</style>
background-color css
<style>
a { background-color: #6C9448; }
a { background-color: rgb(108,148,72); }
div.DivClassName
{
background-color: #6C9448;
}
.BgClassName
{
background-color: #6C9448;
}
</style>
border-color css
<style>
span { border-color: #6C9448; }
span { border-color: rgb(108,148,72); }
td.TdClassName
{
border-color: #6C9448;
}
.TagClassName
{
border-color: #6C9448;
}
</style>