Shades of Dingley #6F8D48
Tints of Dingley #6F8D48
RGB
CMYK
RGB Variations
Color information
#6F8D48 (or 0x6F8D48) is known color: Dingley. HEX triplet: 6F, 8D and 48. RGB value is (111,141,72). Sum of RGB (Red+Green+Blue) = 111+141+72=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8D48 is #9072B7. Grayscale: #7C7C7C. Windows color (decimal): -9466552 or 4754799. OLE color: 4754799.
HSL color Cylindrical-coordinate representation of color #6F8D48: hue angle of 86.09º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F8D48 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 141 | 72 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.45 |
| HSL | 86.09º | 0.32% | 0.42% | - |
| HSV(B) | 86.09º | 0.49% | 0.55% | - |
| XYZ | 17.25 | 22.9 | 9.64 | - |
| YUV | 124.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 72 | 0.21 | 0 | 0.49 | 0.45 | 86.09 | 0.32 | 0.42 |
| Hex | 6F | 8D | 48 | 15 | 0 | 31 | 2D | 56 | 20 | 2A |
| Octal | 157 | 215 | 110 | 25 | 0 | 61 | 55 | 126 | 40 | 52 |
| Binary | 1101111 | 10001101 | 1001000 | 10101 | 0 | 110001 | 101101 | 1010110 | 100000 | 101010 |
Color Harmonies of #6F8D48
Complementary color
Monochromatic Colors of #6F8D48
Black with #6F8D48
Text Example
Text Example
White with #6F8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8D48; }
p { color: rgb(111,141,72); }
H1.HeaderClassName
{
color: #6F8D48;
}
.AnyTagClassName
{
color: #6F8D48;
}
</style>
background-color css
<style>
a { background-color: #6F8D48; }
a { background-color: rgb(111,141,72); }
div.DivClassName
{
background-color: #6F8D48;
}
.BgClassName
{
background-color: #6F8D48;
}
</style>
border-color css
<style>
span { border-color: #6F8D48; }
span { border-color: rgb(111,141,72); }
td.TdClassName
{
border-color: #6F8D48;
}
.TagClassName
{
border-color: #6F8D48;
}
</style>