Shades of Dingley #6F8141
Tints of Dingley #6F8141
RGB
CMYK
RGB Variations
Color information
#6F8141 (or 0x6F8141) is known color: Dingley. HEX triplet: 6F, 81 and 41. RGB value is (111,129,65). Sum of RGB (Red+Green+Blue) = 111+129+65=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8141 is #907EBE. Grayscale: #747474. Windows color (decimal): -9469631 or 4292975. OLE color: 4292975.
HSL color Cylindrical-coordinate representation of color #6F8141: hue angle of 76.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F8141 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 65 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.49 |
| HSL | 76.88º | 0.33% | 0.38% | - |
| HSV(B) | 76.88º | 0.5% | 0.51% | - |
| XYZ | 15.36 | 19.46 | 7.95 | - |
| YUV | 116.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 65 | 0.14 | 0 | 0.50 | 0.49 | 76.88 | 0.33 | 0.38 |
| Hex | 6F | 81 | 41 | E | 0 | 32 | 31 | 4D | 21 | 26 |
| Octal | 157 | 201 | 101 | 16 | 0 | 62 | 61 | 115 | 41 | 46 |
| Binary | 1101111 | 10000001 | 1000001 | 1110 | 0 | 110010 | 110001 | 1001101 | 100001 | 100110 |
Color Harmonies of #6F8141
Complementary color
Monochromatic Colors of #6F8141
Black with #6F8141
Text Example
Text Example
White with #6F8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8141; }
p { color: rgb(111,129,65); }
H1.HeaderClassName
{
color: #6F8141;
}
.AnyTagClassName
{
color: #6F8141;
}
</style>
background-color css
<style>
a { background-color: #6F8141; }
a { background-color: rgb(111,129,65); }
div.DivClassName
{
background-color: #6F8141;
}
.BgClassName
{
background-color: #6F8141;
}
</style>
border-color css
<style>
span { border-color: #6F8141; }
span { border-color: rgb(111,129,65); }
td.TdClassName
{
border-color: #6F8141;
}
.TagClassName
{
border-color: #6F8141;
}
</style>