Shades of Dingley #6F863D
Tints of Dingley #6F863D
RGB
CMYK
RGB Variations
Color information
#6F863D (or 0x6F863D) is known color: Dingley. HEX triplet: 6F, 86 and 3D. RGB value is (111,134,61). Sum of RGB (Red+Green+Blue) = 111+134+61=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #6F863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F863D is #9079C2. Grayscale: #777777. Windows color (decimal): -9468355 or 4032111. OLE color: 4032111.
HSL color Cylindrical-coordinate representation of color #6F863D: hue angle of 78.9º 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 #6F863D is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 61 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.47 |
| HSL | 78.9º | 0.37% | 0.38% | - |
| HSV(B) | 78.9º | 0.54% | 0.53% | - |
| XYZ | 15.92 | 20.77 | 7.58 | - |
| YUV | 118.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 61 | 0.17 | 0 | 0.54 | 0.47 | 78.9 | 0.37 | 0.38 |
| Hex | 6F | 86 | 3D | 11 | 0 | 36 | 2F | 4F | 25 | 26 |
| Octal | 157 | 206 | 75 | 21 | 0 | 66 | 57 | 117 | 45 | 46 |
| Binary | 1101111 | 10000110 | 111101 | 10001 | 0 | 110110 | 101111 | 1001111 | 100101 | 100110 |
Color Harmonies of #6F863D
Complementary color
Monochromatic Colors of #6F863D
Black with #6F863D
Text Example
Text Example
White with #6F863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F863D; }
p { color: rgb(111,134,61); }
H1.HeaderClassName
{
color: #6F863D;
}
.AnyTagClassName
{
color: #6F863D;
}
</style>
background-color css
<style>
a { background-color: #6F863D; }
a { background-color: rgb(111,134,61); }
div.DivClassName
{
background-color: #6F863D;
}
.BgClassName
{
background-color: #6F863D;
}
</style>
border-color css
<style>
span { border-color: #6F863D; }
span { border-color: rgb(111,134,61); }
td.TdClassName
{
border-color: #6F863D;
}
.TagClassName
{
border-color: #6F863D;
}
</style>