Shades of Dingley #6F8F40
Tints of Dingley #6F8F40
RGB
CMYK
RGB Variations
Color information
#6F8F40 (or 0x6F8F40) is known color: Dingley. HEX triplet: 6F, 8F and 40. RGB value is (111,143,64). Sum of RGB (Red+Green+Blue) = 111+143+64=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8F40 is #9070BF. Grayscale: #7C7C7C. Windows color (decimal): -9466048 or 4231023. OLE color: 4231023.
HSL color Cylindrical-coordinate representation of color #6F8F40: hue angle of 84.3º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F8F40 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 143 | 64 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.44 |
| HSL | 84.3º | 0.38% | 0.41% | - |
| HSV(B) | 84.3º | 0.55% | 0.56% | - |
| XYZ | 17.3 | 23.39 | 8.45 | - |
| YUV | 124.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 64 | 0.22 | 0 | 0.55 | 0.44 | 84.3 | 0.38 | 0.41 |
| Hex | 6F | 8F | 40 | 16 | 0 | 37 | 2C | 54 | 26 | 29 |
| Octal | 157 | 217 | 100 | 26 | 0 | 67 | 54 | 124 | 46 | 51 |
| Binary | 1101111 | 10001111 | 1000000 | 10110 | 0 | 110111 | 101100 | 1010100 | 100110 | 101001 |
Color Harmonies of #6F8F40
Complementary color
Monochromatic Colors of #6F8F40
Black with #6F8F40
Text Example
Text Example
White with #6F8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F40; }
p { color: rgb(111,143,64); }
H1.HeaderClassName
{
color: #6F8F40;
}
.AnyTagClassName
{
color: #6F8F40;
}
</style>
background-color css
<style>
a { background-color: #6F8F40; }
a { background-color: rgb(111,143,64); }
div.DivClassName
{
background-color: #6F8F40;
}
.BgClassName
{
background-color: #6F8F40;
}
</style>
border-color css
<style>
span { border-color: #6F8F40; }
span { border-color: rgb(111,143,64); }
td.TdClassName
{
border-color: #6F8F40;
}
.TagClassName
{
border-color: #6F8F40;
}
</style>