Shades of Dingley #6F8845
Tints of Dingley #6F8845
RGB
CMYK
RGB Variations
Color information
#6F8845 (or 0x6F8845) is known color: Dingley. HEX triplet: 6F, 88 and 45. RGB value is (111,136,69). Sum of RGB (Red+Green+Blue) = 111+136+69=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8845 is #9077BA. Grayscale: #797979. Windows color (decimal): -9467835 or 4556911. OLE color: 4556911.
HSL color Cylindrical-coordinate representation of color #6F8845: hue angle of 82.39º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F8845 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 69 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.47 |
| HSL | 82.39º | 0.33% | 0.4% | - |
| HSV(B) | 82.39º | 0.49% | 0.53% | - |
| XYZ | 16.43 | 21.42 | 8.9 | - |
| YUV | 120.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 69 | 0.18 | 0 | 0.49 | 0.47 | 82.39 | 0.33 | 0.4 |
| Hex | 6F | 88 | 45 | 12 | 0 | 31 | 2F | 52 | 21 | 28 |
| Octal | 157 | 210 | 105 | 22 | 0 | 61 | 57 | 122 | 41 | 50 |
| Binary | 1101111 | 10001000 | 1000101 | 10010 | 0 | 110001 | 101111 | 1010010 | 100001 | 101000 |
Color Harmonies of #6F8845
Complementary color
Monochromatic Colors of #6F8845
Black with #6F8845
Text Example
Text Example
White with #6F8845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8845; }
p { color: rgb(111,136,69); }
H1.HeaderClassName
{
color: #6F8845;
}
.AnyTagClassName
{
color: #6F8845;
}
</style>
background-color css
<style>
a { background-color: #6F8845; }
a { background-color: rgb(111,136,69); }
div.DivClassName
{
background-color: #6F8845;
}
.BgClassName
{
background-color: #6F8845;
}
</style>
border-color css
<style>
span { border-color: #6F8845; }
span { border-color: rgb(111,136,69); }
td.TdClassName
{
border-color: #6F8845;
}
.TagClassName
{
border-color: #6F8845;
}
</style>