Shades of Dingley #6F8A40
Tints of Dingley #6F8A40
RGB
CMYK
RGB Variations
Color information
#6F8A40 (or 0x6F8A40) is known color: Dingley. HEX triplet: 6F, 8A and 40. RGB value is (111,138,64). Sum of RGB (Red+Green+Blue) = 111+138+64=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8A40 is #9075BF. Grayscale: #797979. Windows color (decimal): -9467328 or 4229743. OLE color: 4229743.
HSL color Cylindrical-coordinate representation of color #6F8A40: hue angle of 81.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F8A40 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 138 | 64 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.46 |
| HSL | 81.89º | 0.37% | 0.4% | - |
| HSV(B) | 81.89º | 0.54% | 0.54% | - |
| XYZ | 16.57 | 21.93 | 8.21 | - |
| YUV | 121.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 64 | 0.20 | 0 | 0.54 | 0.46 | 81.89 | 0.37 | 0.4 |
| Hex | 6F | 8A | 40 | 14 | 0 | 36 | 2E | 52 | 25 | 28 |
| Octal | 157 | 212 | 100 | 24 | 0 | 66 | 56 | 122 | 45 | 50 |
| Binary | 1101111 | 10001010 | 1000000 | 10100 | 0 | 110110 | 101110 | 1010010 | 100101 | 101000 |
Color Harmonies of #6F8A40
Complementary color
Monochromatic Colors of #6F8A40
Black with #6F8A40
Text Example
Text Example
White with #6F8A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8A40; }
p { color: rgb(111,138,64); }
H1.HeaderClassName
{
color: #6F8A40;
}
.AnyTagClassName
{
color: #6F8A40;
}
</style>
background-color css
<style>
a { background-color: #6F8A40; }
a { background-color: rgb(111,138,64); }
div.DivClassName
{
background-color: #6F8A40;
}
.BgClassName
{
background-color: #6F8A40;
}
</style>
border-color css
<style>
span { border-color: #6F8A40; }
span { border-color: rgb(111,138,64); }
td.TdClassName
{
border-color: #6F8A40;
}
.TagClassName
{
border-color: #6F8A40;
}
</style>