Shades of Dingley #6F8748
Tints of Dingley #6F8748
RGB
CMYK
RGB Variations
Color information
#6F8748 (or 0x6F8748) is known color: Dingley. HEX triplet: 6F, 87 and 48. RGB value is (111,135,72). Sum of RGB (Red+Green+Blue) = 111+135+72=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8748 is #9078B7. Grayscale: #787878. Windows color (decimal): -9468088 or 4753263. OLE color: 4753263.
HSL color Cylindrical-coordinate representation of color #6F8748: hue angle of 82.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F8748 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 72 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.47 |
| HSL | 82.86º | 0.3% | 0.41% | - |
| HSV(B) | 82.86º | 0.47% | 0.53% | - |
| XYZ | 16.39 | 21.18 | 9.35 | - |
| YUV | 120.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 72 | 0.18 | 0 | 0.47 | 0.47 | 82.86 | 0.3 | 0.41 |
| Hex | 6F | 87 | 48 | 12 | 0 | 2F | 2F | 53 | 1E | 29 |
| Octal | 157 | 207 | 110 | 22 | 0 | 57 | 57 | 123 | 36 | 51 |
| Binary | 1101111 | 10000111 | 1001000 | 10010 | 0 | 101111 | 101111 | 1010011 | 11110 | 101001 |
Color Harmonies of #6F8748
Complementary color
Monochromatic Colors of #6F8748
Black with #6F8748
Text Example
Text Example
White with #6F8748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8748; }
p { color: rgb(111,135,72); }
H1.HeaderClassName
{
color: #6F8748;
}
.AnyTagClassName
{
color: #6F8748;
}
</style>
background-color css
<style>
a { background-color: #6F8748; }
a { background-color: rgb(111,135,72); }
div.DivClassName
{
background-color: #6F8748;
}
.BgClassName
{
background-color: #6F8748;
}
</style>
border-color css
<style>
span { border-color: #6F8748; }
span { border-color: rgb(111,135,72); }
td.TdClassName
{
border-color: #6F8748;
}
.TagClassName
{
border-color: #6F8748;
}
</style>