Shades of Dingley #6F8447
Tints of Dingley #6F8447
RGB
CMYK
RGB Variations
Color information
#6F8447 (or 0x6F8447) is known color: Dingley. HEX triplet: 6F, 84 and 47. RGB value is (111,132,71). Sum of RGB (Red+Green+Blue) = 111+132+71=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8447 is #907BB8. Grayscale: #767676. Windows color (decimal): -9468857 or 4686959. OLE color: 4686959.
HSL color Cylindrical-coordinate representation of color #6F8447: hue angle of 80.66º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F8447 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 71 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.48 |
| HSL | 80.66º | 0.3% | 0.4% | - |
| HSV(B) | 80.66º | 0.46% | 0.52% | - |
| XYZ | 15.94 | 20.34 | 9.05 | - |
| YUV | 118.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 71 | 0.16 | 0 | 0.46 | 0.48 | 80.66 | 0.3 | 0.4 |
| Hex | 6F | 84 | 47 | 10 | 0 | 2E | 30 | 51 | 1E | 28 |
| Octal | 157 | 204 | 107 | 20 | 0 | 56 | 60 | 121 | 36 | 50 |
| Binary | 1101111 | 10000100 | 1000111 | 10000 | 0 | 101110 | 110000 | 1010001 | 11110 | 101000 |
Color Harmonies of #6F8447
Complementary color
Monochromatic Colors of #6F8447
Black with #6F8447
Text Example
Text Example
White with #6F8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8447; }
p { color: rgb(111,132,71); }
H1.HeaderClassName
{
color: #6F8447;
}
.AnyTagClassName
{
color: #6F8447;
}
</style>
background-color css
<style>
a { background-color: #6F8447; }
a { background-color: rgb(111,132,71); }
div.DivClassName
{
background-color: #6F8447;
}
.BgClassName
{
background-color: #6F8447;
}
</style>
border-color css
<style>
span { border-color: #6F8447; }
span { border-color: rgb(111,132,71); }
td.TdClassName
{
border-color: #6F8447;
}
.TagClassName
{
border-color: #6F8447;
}
</style>