Shades of Dingley #6F8C49
Tints of Dingley #6F8C49
RGB
CMYK
RGB Variations
Color information
#6F8C49 (or 0x6F8C49) is known color: Dingley. HEX triplet: 6F, 8C and 49. RGB value is (111,140,73). Sum of RGB (Red+Green+Blue) = 111+140+73=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8C49 is #9073B6. Grayscale: #7B7B7B. Windows color (decimal): -9466807 or 4820079. OLE color: 4820079.
HSL color Cylindrical-coordinate representation of color #6F8C49: hue angle of 85.97º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F8C49 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 140 | 73 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.45 |
| HSL | 85.97º | 0.31% | 0.42% | - |
| HSV(B) | 85.97º | 0.48% | 0.55% | - |
| XYZ | 17.14 | 22.62 | 9.77 | - |
| YUV | 123.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 140 | 73 | 0.21 | 0 | 0.48 | 0.45 | 85.97 | 0.31 | 0.42 |
| Hex | 6F | 8C | 49 | 15 | 0 | 30 | 2D | 56 | 1F | 2A |
| Octal | 157 | 214 | 111 | 25 | 0 | 60 | 55 | 126 | 37 | 52 |
| Binary | 1101111 | 10001100 | 1001001 | 10101 | 0 | 110000 | 101101 | 1010110 | 11111 | 101010 |
Color Harmonies of #6F8C49
Complementary color
Monochromatic Colors of #6F8C49
Black with #6F8C49
Text Example
Text Example
White with #6F8C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8C49; }
p { color: rgb(111,140,73); }
H1.HeaderClassName
{
color: #6F8C49;
}
.AnyTagClassName
{
color: #6F8C49;
}
</style>
background-color css
<style>
a { background-color: #6F8C49; }
a { background-color: rgb(111,140,73); }
div.DivClassName
{
background-color: #6F8C49;
}
.BgClassName
{
background-color: #6F8C49;
}
</style>
border-color css
<style>
span { border-color: #6F8C49; }
span { border-color: rgb(111,140,73); }
td.TdClassName
{
border-color: #6F8C49;
}
.TagClassName
{
border-color: #6F8C49;
}
</style>