Shades of Dingley #6F894A
Tints of Dingley #6F894A
RGB
CMYK
RGB Variations
Color information
#6F894A (or 0x6F894A) is known color: Dingley. HEX triplet: 6F, 89 and 4A. RGB value is (111,137,74). Sum of RGB (Red+Green+Blue) = 111+137+74=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #6F894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F894A is #9076B5. Grayscale: #7A7A7A. Windows color (decimal): -9467574 or 4884847. OLE color: 4884847.
HSL color Cylindrical-coordinate representation of color #6F894A: hue angle of 84.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F894A is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 74 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.46 |
| HSL | 84.76º | 0.3% | 0.41% | - |
| HSV(B) | 84.76º | 0.46% | 0.54% | - |
| XYZ | 16.74 | 21.77 | 9.8 | - |
| YUV | 122.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 74 | 0.19 | 0 | 0.46 | 0.46 | 84.76 | 0.3 | 0.41 |
| Hex | 6F | 89 | 4A | 13 | 0 | 2E | 2E | 55 | 1E | 29 |
| Octal | 157 | 211 | 112 | 23 | 0 | 56 | 56 | 125 | 36 | 51 |
| Binary | 1101111 | 10001001 | 1001010 | 10011 | 0 | 101110 | 101110 | 1010101 | 11110 | 101001 |
Color Harmonies of #6F894A
Complementary color
Monochromatic Colors of #6F894A
Black with #6F894A
Text Example
Text Example
White with #6F894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F894A; }
p { color: rgb(111,137,74); }
H1.HeaderClassName
{
color: #6F894A;
}
.AnyTagClassName
{
color: #6F894A;
}
</style>
background-color css
<style>
a { background-color: #6F894A; }
a { background-color: rgb(111,137,74); }
div.DivClassName
{
background-color: #6F894A;
}
.BgClassName
{
background-color: #6F894A;
}
</style>
border-color css
<style>
span { border-color: #6F894A; }
span { border-color: rgb(111,137,74); }
td.TdClassName
{
border-color: #6F894A;
}
.TagClassName
{
border-color: #6F894A;
}
</style>