Shades of Dingley #6F884E
Tints of Dingley #6F884E
RGB
CMYK
RGB Variations
Color information
#6F884E (or 0x6F884E) is known color: Dingley. HEX triplet: 6F, 88 and 4E. RGB value is (111,136,78). Sum of RGB (Red+Green+Blue) = 111+136+78=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #6F884E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F884E is #9077B1. Grayscale: #7A7A7A. Windows color (decimal): -9467826 or 5146735. OLE color: 5146735.
HSL color Cylindrical-coordinate representation of color #6F884E: hue angle of 85.86º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F884E is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 78 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.47 |
| HSL | 85.86º | 0.27% | 0.42% | - |
| HSV(B) | 85.86º | 0.43% | 0.53% | - |
| XYZ | 16.73 | 21.54 | 10.48 | - |
| YUV | 121.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 78 | 0.18 | 0 | 0.43 | 0.47 | 85.86 | 0.27 | 0.42 |
| Hex | 6F | 88 | 4E | 12 | 0 | 2B | 2F | 56 | 1B | 2A |
| Octal | 157 | 210 | 116 | 22 | 0 | 53 | 57 | 126 | 33 | 52 |
| Binary | 1101111 | 10001000 | 1001110 | 10010 | 0 | 101011 | 101111 | 1010110 | 11011 | 101010 |
Color Harmonies of #6F884E
Complementary color
Monochromatic Colors of #6F884E
Black with #6F884E
Text Example
Text Example
White with #6F884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F884E; }
p { color: rgb(111,136,78); }
H1.HeaderClassName
{
color: #6F884E;
}
.AnyTagClassName
{
color: #6F884E;
}
</style>
background-color css
<style>
a { background-color: #6F884E; }
a { background-color: rgb(111,136,78); }
div.DivClassName
{
background-color: #6F884E;
}
.BgClassName
{
background-color: #6F884E;
}
</style>
border-color css
<style>
span { border-color: #6F884E; }
span { border-color: rgb(111,136,78); }
td.TdClassName
{
border-color: #6F884E;
}
.TagClassName
{
border-color: #6F884E;
}
</style>