Shades of Dingley #6C8748
Tints of Dingley #6C8748
RGB
CMYK
RGB Variations
Color information
#6C8748 (or 0x6C8748) is known color: Dingley. HEX triplet: 6C, 87 and 48. RGB value is (108,135,72). Sum of RGB (Red+Green+Blue) = 108+135+72=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8748 is #9378B7. Grayscale: #777777. Windows color (decimal): -9664696 or 4753260. OLE color: 4753260.
HSL color Cylindrical-coordinate representation of color #6C8748: hue angle of 85.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C8748 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 72 | - |
| CMYK | 0.2 | 0 | 0.47 | 0.47 |
| HSL | 85.71º | 0.3% | 0.41% | - |
| HSV(B) | 85.71º | 0.47% | 0.53% | - |
| XYZ | 16.02 | 20.98 | 9.34 | - |
| YUV | 119.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 72 | 0.2 | 0 | 0.47 | 0.47 | 85.71 | 0.3 | 0.41 |
| Hex | 6C | 87 | 48 | 14 | 0 | 2F | 2F | 56 | 1E | 29 |
| Octal | 154 | 207 | 110 | 24 | 0 | 57 | 57 | 126 | 36 | 51 |
| Binary | 1101100 | 10000111 | 1001000 | 10100 | 0 | 101111 | 101111 | 1010110 | 11110 | 101001 |
Color Harmonies of #6C8748
Complementary color
Monochromatic Colors of #6C8748
Black with #6C8748
Text Example
Text Example
White with #6C8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8748; }
p { color: rgb(108,135,72); }
H1.HeaderClassName
{
color: #6C8748;
}
.AnyTagClassName
{
color: #6C8748;
}
</style>
background-color css
<style>
a { background-color: #6C8748; }
a { background-color: rgb(108,135,72); }
div.DivClassName
{
background-color: #6C8748;
}
.BgClassName
{
background-color: #6C8748;
}
</style>
border-color css
<style>
span { border-color: #6C8748; }
span { border-color: rgb(108,135,72); }
td.TdClassName
{
border-color: #6C8748;
}
.TagClassName
{
border-color: #6C8748;
}
</style>