Shades of Dingley #6F8544
Tints of Dingley #6F8544
RGB
CMYK
RGB Variations
Color information
#6F8544 (or 0x6F8544) is known color: Dingley. HEX triplet: 6F, 85 and 44. RGB value is (111,133,68). Sum of RGB (Red+Green+Blue) = 111+133+68=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8544 is #907ABB. Grayscale: #777777. Windows color (decimal): -9468604 or 4490607. OLE color: 4490607.
HSL color Cylindrical-coordinate representation of color #6F8544: hue angle of 80.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F8544 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 68 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.48 |
| HSL | 80.31º | 0.32% | 0.39% | - |
| HSV(B) | 80.31º | 0.49% | 0.52% | - |
| XYZ | 15.99 | 20.57 | 8.6 | - |
| YUV | 119.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 68 | 0.17 | 0 | 0.49 | 0.48 | 80.31 | 0.32 | 0.39 |
| Hex | 6F | 85 | 44 | 11 | 0 | 31 | 30 | 50 | 20 | 27 |
| Octal | 157 | 205 | 104 | 21 | 0 | 61 | 60 | 120 | 40 | 47 |
| Binary | 1101111 | 10000101 | 1000100 | 10001 | 0 | 110001 | 110000 | 1010000 | 100000 | 100111 |
Color Harmonies of #6F8544
Complementary color
Monochromatic Colors of #6F8544
Black with #6F8544
Text Example
Text Example
White with #6F8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8544; }
p { color: rgb(111,133,68); }
H1.HeaderClassName
{
color: #6F8544;
}
.AnyTagClassName
{
color: #6F8544;
}
</style>
background-color css
<style>
a { background-color: #6F8544; }
a { background-color: rgb(111,133,68); }
div.DivClassName
{
background-color: #6F8544;
}
.BgClassName
{
background-color: #6F8544;
}
</style>
border-color css
<style>
span { border-color: #6F8544; }
span { border-color: rgb(111,133,68); }
td.TdClassName
{
border-color: #6F8544;
}
.TagClassName
{
border-color: #6F8544;
}
</style>