Shades of Dingley #6F8644
Tints of Dingley #6F8644
RGB
CMYK
RGB Variations
Color information
#6F8644 (or 0x6F8644) is known color: Dingley. HEX triplet: 6F, 86 and 44. RGB value is (111,134,68). Sum of RGB (Red+Green+Blue) = 111+134+68=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8644 is #9079BB. Grayscale: #777777. Windows color (decimal): -9468348 or 4490863. OLE color: 4490863.
HSL color Cylindrical-coordinate representation of color #6F8644: hue angle of 80.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F8644 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 68 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.47 |
| HSL | 80.91º | 0.33% | 0.4% | - |
| HSV(B) | 80.91º | 0.49% | 0.53% | - |
| XYZ | 16.12 | 20.85 | 8.64 | - |
| YUV | 119.6 | 98.88 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 68 | 0.17 | 0 | 0.49 | 0.47 | 80.91 | 0.33 | 0.4 |
| Hex | 6F | 86 | 44 | 11 | 0 | 31 | 2F | 51 | 21 | 28 |
| Octal | 157 | 206 | 104 | 21 | 0 | 61 | 57 | 121 | 41 | 50 |
| Binary | 1101111 | 10000110 | 1000100 | 10001 | 0 | 110001 | 101111 | 1010001 | 100001 | 101000 |
Color Harmonies of #6F8644
Complementary color
Monochromatic Colors of #6F8644
Black with #6F8644
Text Example
Text Example
White with #6F8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8644; }
p { color: rgb(111,134,68); }
H1.HeaderClassName
{
color: #6F8644;
}
.AnyTagClassName
{
color: #6F8644;
}
</style>
background-color css
<style>
a { background-color: #6F8644; }
a { background-color: rgb(111,134,68); }
div.DivClassName
{
background-color: #6F8644;
}
.BgClassName
{
background-color: #6F8644;
}
</style>
border-color css
<style>
span { border-color: #6F8644; }
span { border-color: rgb(111,134,68); }
td.TdClassName
{
border-color: #6F8644;
}
.TagClassName
{
border-color: #6F8644;
}
</style>