Shades of Dingley #6F863F
Tints of Dingley #6F863F
RGB
CMYK
RGB Variations
Color information
#6F863F (or 0x6F863F) is known color: Dingley. HEX triplet: 6F, 86 and 3F. RGB value is (111,134,63). Sum of RGB (Red+Green+Blue) = 111+134+63=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #6F863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F863F is #9079C0. Grayscale: #777777. Windows color (decimal): -9468353 or 4163183. OLE color: 4163183.
HSL color Cylindrical-coordinate representation of color #6F863F: hue angle of 79.44º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F863F is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 63 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.47 |
| HSL | 79.44º | 0.36% | 0.39% | - |
| HSV(B) | 79.44º | 0.53% | 0.53% | - |
| XYZ | 15.98 | 20.79 | 7.87 | - |
| YUV | 119.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 63 | 0.17 | 0 | 0.53 | 0.47 | 79.44 | 0.36 | 0.39 |
| Hex | 6F | 86 | 3F | 11 | 0 | 35 | 2F | 4F | 24 | 27 |
| Octal | 157 | 206 | 77 | 21 | 0 | 65 | 57 | 117 | 44 | 47 |
| Binary | 1101111 | 10000110 | 111111 | 10001 | 0 | 110101 | 101111 | 1001111 | 100100 | 100111 |
Color Harmonies of #6F863F
Complementary color
Monochromatic Colors of #6F863F
Black with #6F863F
Text Example
Text Example
White with #6F863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F863F; }
p { color: rgb(111,134,63); }
H1.HeaderClassName
{
color: #6F863F;
}
.AnyTagClassName
{
color: #6F863F;
}
</style>
background-color css
<style>
a { background-color: #6F863F; }
a { background-color: rgb(111,134,63); }
div.DivClassName
{
background-color: #6F863F;
}
.BgClassName
{
background-color: #6F863F;
}
</style>
border-color css
<style>
span { border-color: #6F863F; }
span { border-color: rgb(111,134,63); }
td.TdClassName
{
border-color: #6F863F;
}
.TagClassName
{
border-color: #6F863F;
}
</style>