Shades of Dingley #6F863E
Tints of Dingley #6F863E
RGB
CMYK
RGB Variations
Color information
#6F863E (or 0x6F863E) is known color: Dingley. HEX triplet: 6F, 86 and 3E. RGB value is (111,134,62). Sum of RGB (Red+Green+Blue) = 111+134+62=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #6F863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F863E is #9079C1. Grayscale: #777777. Windows color (decimal): -9468354 or 4097647. OLE color: 4097647.
HSL color Cylindrical-coordinate representation of color #6F863E: hue angle of 79.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F863E is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 62 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.47 |
| HSL | 79.17º | 0.37% | 0.38% | - |
| HSV(B) | 79.17º | 0.54% | 0.53% | - |
| XYZ | 15.95 | 20.78 | 7.73 | - |
| YUV | 118.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 62 | 0.17 | 0 | 0.54 | 0.47 | 79.17 | 0.37 | 0.38 |
| Hex | 6F | 86 | 3E | 11 | 0 | 36 | 2F | 4F | 25 | 26 |
| Octal | 157 | 206 | 76 | 21 | 0 | 66 | 57 | 117 | 45 | 46 |
| Binary | 1101111 | 10000110 | 111110 | 10001 | 0 | 110110 | 101111 | 1001111 | 100101 | 100110 |
Color Harmonies of #6F863E
Complementary color
Monochromatic Colors of #6F863E
Black with #6F863E
Text Example
Text Example
White with #6F863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F863E; }
p { color: rgb(111,134,62); }
H1.HeaderClassName
{
color: #6F863E;
}
.AnyTagClassName
{
color: #6F863E;
}
</style>
background-color css
<style>
a { background-color: #6F863E; }
a { background-color: rgb(111,134,62); }
div.DivClassName
{
background-color: #6F863E;
}
.BgClassName
{
background-color: #6F863E;
}
</style>
border-color css
<style>
span { border-color: #6F863E; }
span { border-color: rgb(111,134,62); }
td.TdClassName
{
border-color: #6F863E;
}
.TagClassName
{
border-color: #6F863E;
}
</style>