Shades of Dingley #6F844B
Tints of Dingley #6F844B
RGB
CMYK
RGB Variations
Color information
#6F844B (or 0x6F844B) is known color: Dingley. HEX triplet: 6F, 84 and 4B. RGB value is (111,132,75). Sum of RGB (Red+Green+Blue) = 111+132+75=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #6F844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F844B is #907BB4. Grayscale: #777777. Windows color (decimal): -9468853 or 4949103. OLE color: 4949103.
HSL color Cylindrical-coordinate representation of color #6F844B: hue angle of 82.11º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F844B is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 75 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.48 |
| HSL | 82.11º | 0.28% | 0.41% | - |
| HSV(B) | 82.11º | 0.43% | 0.52% | - |
| XYZ | 16.08 | 20.39 | 9.74 | - |
| YUV | 119.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 75 | 0.16 | 0 | 0.43 | 0.48 | 82.11 | 0.28 | 0.41 |
| Hex | 6F | 84 | 4B | 10 | 0 | 2B | 30 | 52 | 1C | 29 |
| Octal | 157 | 204 | 113 | 20 | 0 | 53 | 60 | 122 | 34 | 51 |
| Binary | 1101111 | 10000100 | 1001011 | 10000 | 0 | 101011 | 110000 | 1010010 | 11100 | 101001 |
Color Harmonies of #6F844B
Complementary color
Monochromatic Colors of #6F844B
Black with #6F844B
Text Example
Text Example
White with #6F844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F844B; }
p { color: rgb(111,132,75); }
H1.HeaderClassName
{
color: #6F844B;
}
.AnyTagClassName
{
color: #6F844B;
}
</style>
background-color css
<style>
a { background-color: #6F844B; }
a { background-color: rgb(111,132,75); }
div.DivClassName
{
background-color: #6F844B;
}
.BgClassName
{
background-color: #6F844B;
}
</style>
border-color css
<style>
span { border-color: #6F844B; }
span { border-color: rgb(111,132,75); }
td.TdClassName
{
border-color: #6F844B;
}
.TagClassName
{
border-color: #6F844B;
}
</style>