Shades of Dingley #6F894D
Tints of Dingley #6F894D
RGB
CMYK
RGB Variations
Color information
#6F894D (or 0x6F894D) is known color: Dingley. HEX triplet: 6F, 89 and 4D. RGB value is (111,137,77). Sum of RGB (Red+Green+Blue) = 111+137+77=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #6F894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F894D is #9076B2. Grayscale: #7A7A7A. Windows color (decimal): -9467571 or 5081455. OLE color: 5081455.
HSL color Cylindrical-coordinate representation of color #6F894D: hue angle of 86º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F894D is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 77 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.46 |
| HSL | 86º | 0.28% | 0.42% | - |
| HSV(B) | 86º | 0.44% | 0.54% | - |
| XYZ | 16.84 | 21.81 | 10.34 | - |
| YUV | 122.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 77 | 0.19 | 0 | 0.44 | 0.46 | 86 | 0.28 | 0.42 |
| Hex | 6F | 89 | 4D | 13 | 0 | 2C | 2E | 56 | 1C | 2A |
| Octal | 157 | 211 | 115 | 23 | 0 | 54 | 56 | 126 | 34 | 52 |
| Binary | 1101111 | 10001001 | 1001101 | 10011 | 0 | 101100 | 101110 | 1010110 | 11100 | 101010 |
Color Harmonies of #6F894D
Complementary color
Monochromatic Colors of #6F894D
Black with #6F894D
Text Example
Text Example
White with #6F894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F894D; }
p { color: rgb(111,137,77); }
H1.HeaderClassName
{
color: #6F894D;
}
.AnyTagClassName
{
color: #6F894D;
}
</style>
background-color css
<style>
a { background-color: #6F894D; }
a { background-color: rgb(111,137,77); }
div.DivClassName
{
background-color: #6F894D;
}
.BgClassName
{
background-color: #6F894D;
}
</style>
border-color css
<style>
span { border-color: #6F894D; }
span { border-color: rgb(111,137,77); }
td.TdClassName
{
border-color: #6F894D;
}
.TagClassName
{
border-color: #6F894D;
}
</style>