Shades of Dingley #6F894F
Tints of Dingley #6F894F
RGB
CMYK
RGB Variations
Color information
#6F894F (or 0x6F894F) is known color: Dingley. HEX triplet: 6F, 89 and 4F. RGB value is (111,137,79). Sum of RGB (Red+Green+Blue) = 111+137+79=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #6F894F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F894F is #9076B0. Grayscale: #7A7A7A. Windows color (decimal): -9467569 or 5212527. OLE color: 5212527.
HSL color Cylindrical-coordinate representation of color #6F894F: hue angle of 86.9º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F894F is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 79 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.46 |
| HSL | 86.9º | 0.27% | 0.42% | - |
| HSV(B) | 86.9º | 0.42% | 0.54% | - |
| XYZ | 16.91 | 21.84 | 10.72 | - |
| YUV | 122.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 79 | 0.19 | 0 | 0.42 | 0.46 | 86.9 | 0.27 | 0.42 |
| Hex | 6F | 89 | 4F | 13 | 0 | 2A | 2E | 57 | 1B | 2A |
| Octal | 157 | 211 | 117 | 23 | 0 | 52 | 56 | 127 | 33 | 52 |
| Binary | 1101111 | 10001001 | 1001111 | 10011 | 0 | 101010 | 101110 | 1010111 | 11011 | 101010 |
Color Harmonies of #6F894F
Complementary color
Monochromatic Colors of #6F894F
Black with #6F894F
Text Example
Text Example
White with #6F894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F894F; }
p { color: rgb(111,137,79); }
H1.HeaderClassName
{
color: #6F894F;
}
.AnyTagClassName
{
color: #6F894F;
}
</style>
background-color css
<style>
a { background-color: #6F894F; }
a { background-color: rgb(111,137,79); }
div.DivClassName
{
background-color: #6F894F;
}
.BgClassName
{
background-color: #6F894F;
}
</style>
border-color css
<style>
span { border-color: #6F894F; }
span { border-color: rgb(111,137,79); }
td.TdClassName
{
border-color: #6F894F;
}
.TagClassName
{
border-color: #6F894F;
}
</style>