Shades of Dingley #6F9147
Tints of Dingley #6F9147
RGB
CMYK
RGB Variations
Color information
#6F9147 (or 0x6F9147) is known color: Dingley. HEX triplet: 6F, 91 and 47. RGB value is (111,145,71). Sum of RGB (Red+Green+Blue) = 111+145+71=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9147 is #906EB8. Grayscale: #7E7E7E. Windows color (decimal): -9465529 or 4690287. OLE color: 4690287.
HSL color Cylindrical-coordinate representation of color #6F9147: hue angle of 87.57º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F9147 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 71 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.43 |
| HSL | 87.57º | 0.34% | 0.42% | - |
| HSV(B) | 87.57º | 0.51% | 0.57% | - |
| XYZ | 17.82 | 24.09 | 9.67 | - |
| YUV | 126.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 71 | 0.23 | 0 | 0.51 | 0.43 | 87.57 | 0.34 | 0.42 |
| Hex | 6F | 91 | 47 | 17 | 0 | 33 | 2B | 58 | 22 | 2A |
| Octal | 157 | 221 | 107 | 27 | 0 | 63 | 53 | 130 | 42 | 52 |
| Binary | 1101111 | 10010001 | 1000111 | 10111 | 0 | 110011 | 101011 | 1011000 | 100010 | 101010 |
Color Harmonies of #6F9147
Complementary color
Monochromatic Colors of #6F9147
Black with #6F9147
Text Example
Text Example
White with #6F9147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9147; }
p { color: rgb(111,145,71); }
H1.HeaderClassName
{
color: #6F9147;
}
.AnyTagClassName
{
color: #6F9147;
}
</style>
background-color css
<style>
a { background-color: #6F9147; }
a { background-color: rgb(111,145,71); }
div.DivClassName
{
background-color: #6F9147;
}
.BgClassName
{
background-color: #6F9147;
}
</style>
border-color css
<style>
span { border-color: #6F9147; }
span { border-color: rgb(111,145,71); }
td.TdClassName
{
border-color: #6F9147;
}
.TagClassName
{
border-color: #6F9147;
}
</style>