Shades of Dingley #6F8744
Tints of Dingley #6F8744
RGB
CMYK
RGB Variations
Color information
#6F8744 (or 0x6F8744) is known color: Dingley. HEX triplet: 6F, 87 and 44. RGB value is (111,135,68). Sum of RGB (Red+Green+Blue) = 111+135+68=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8744 is #9078BB. Grayscale: #787878. Windows color (decimal): -9468092 or 4491119. OLE color: 4491119.
HSL color Cylindrical-coordinate representation of color #6F8744: hue angle of 81.49º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F8744 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 68 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.47 |
| HSL | 81.49º | 0.33% | 0.4% | - |
| HSV(B) | 81.49º | 0.5% | 0.53% | - |
| XYZ | 16.26 | 21.12 | 8.69 | - |
| YUV | 120.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 68 | 0.18 | 0 | 0.50 | 0.47 | 81.49 | 0.33 | 0.4 |
| Hex | 6F | 87 | 44 | 12 | 0 | 32 | 2F | 51 | 21 | 28 |
| Octal | 157 | 207 | 104 | 22 | 0 | 62 | 57 | 121 | 41 | 50 |
| Binary | 1101111 | 10000111 | 1000100 | 10010 | 0 | 110010 | 101111 | 1010001 | 100001 | 101000 |
Color Harmonies of #6F8744
Complementary color
Monochromatic Colors of #6F8744
Black with #6F8744
Text Example
Text Example
White with #6F8744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8744; }
p { color: rgb(111,135,68); }
H1.HeaderClassName
{
color: #6F8744;
}
.AnyTagClassName
{
color: #6F8744;
}
</style>
background-color css
<style>
a { background-color: #6F8744; }
a { background-color: rgb(111,135,68); }
div.DivClassName
{
background-color: #6F8744;
}
.BgClassName
{
background-color: #6F8744;
}
</style>
border-color css
<style>
span { border-color: #6F8744; }
span { border-color: rgb(111,135,68); }
td.TdClassName
{
border-color: #6F8744;
}
.TagClassName
{
border-color: #6F8744;
}
</style>