Shades of Dingley #6F8142
Tints of Dingley #6F8142
RGB
CMYK
RGB Variations
Color information
#6F8142 (or 0x6F8142) is known color: Dingley. HEX triplet: 6F, 81 and 42. RGB value is (111,129,66). Sum of RGB (Red+Green+Blue) = 111+129+66=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8142 is #907EBD. Grayscale: #747474. Windows color (decimal): -9469630 or 4358511. OLE color: 4358511.
HSL color Cylindrical-coordinate representation of color #6F8142: hue angle of 77.14º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F8142 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 66 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.49 |
| HSL | 77.14º | 0.32% | 0.38% | - |
| HSV(B) | 77.14º | 0.49% | 0.51% | - |
| XYZ | 15.39 | 19.47 | 8.1 | - |
| YUV | 116.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 66 | 0.14 | 0 | 0.49 | 0.49 | 77.14 | 0.32 | 0.38 |
| Hex | 6F | 81 | 42 | E | 0 | 31 | 31 | 4D | 20 | 26 |
| Octal | 157 | 201 | 102 | 16 | 0 | 61 | 61 | 115 | 40 | 46 |
| Binary | 1101111 | 10000001 | 1000010 | 1110 | 0 | 110001 | 110001 | 1001101 | 100000 | 100110 |
Color Harmonies of #6F8142
Complementary color
Monochromatic Colors of #6F8142
Black with #6F8142
Text Example
Text Example
White with #6F8142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8142; }
p { color: rgb(111,129,66); }
H1.HeaderClassName
{
color: #6F8142;
}
.AnyTagClassName
{
color: #6F8142;
}
</style>
background-color css
<style>
a { background-color: #6F8142; }
a { background-color: rgb(111,129,66); }
div.DivClassName
{
background-color: #6F8142;
}
.BgClassName
{
background-color: #6F8142;
}
</style>
border-color css
<style>
span { border-color: #6F8142; }
span { border-color: rgb(111,129,66); }
td.TdClassName
{
border-color: #6F8142;
}
.TagClassName
{
border-color: #6F8142;
}
</style>