Shades of Dingley #6F9047
Tints of Dingley #6F9047
RGB
CMYK
RGB Variations
Color information
#6F9047 (or 0x6F9047) is known color: Dingley. HEX triplet: 6F, 90 and 47. RGB value is (111,144,71). Sum of RGB (Red+Green+Blue) = 111+144+71=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9047 is #906FB8. Grayscale: #7E7E7E. Windows color (decimal): -9465785 or 4690031. OLE color: 4690031.
HSL color Cylindrical-coordinate representation of color #6F9047: hue angle of 87.12º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F9047 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 71 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.44 |
| HSL | 87.12º | 0.34% | 0.42% | - |
| HSV(B) | 87.12º | 0.51% | 0.56% | - |
| XYZ | 17.67 | 23.78 | 9.62 | - |
| YUV | 125.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 71 | 0.23 | 0 | 0.51 | 0.44 | 87.12 | 0.34 | 0.42 |
| Hex | 6F | 90 | 47 | 17 | 0 | 33 | 2C | 57 | 22 | 2A |
| Octal | 157 | 220 | 107 | 27 | 0 | 63 | 54 | 127 | 42 | 52 |
| Binary | 1101111 | 10010000 | 1000111 | 10111 | 0 | 110011 | 101100 | 1010111 | 100010 | 101010 |
Color Harmonies of #6F9047
Complementary color
Monochromatic Colors of #6F9047
Black with #6F9047
Text Example
Text Example
White with #6F9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9047; }
p { color: rgb(111,144,71); }
H1.HeaderClassName
{
color: #6F9047;
}
.AnyTagClassName
{
color: #6F9047;
}
</style>
background-color css
<style>
a { background-color: #6F9047; }
a { background-color: rgb(111,144,71); }
div.DivClassName
{
background-color: #6F9047;
}
.BgClassName
{
background-color: #6F9047;
}
</style>
border-color css
<style>
span { border-color: #6F9047; }
span { border-color: rgb(111,144,71); }
td.TdClassName
{
border-color: #6F9047;
}
.TagClassName
{
border-color: #6F9047;
}
</style>