Shades of Dingley #6F9345
Tints of Dingley #6F9345
RGB
CMYK
RGB Variations
Color information
#6F9345 (or 0x6F9345) is known color: Dingley. HEX triplet: 6F, 93 and 45. RGB value is (111,147,69). Sum of RGB (Red+Green+Blue) = 111+147+69=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9345 is #906CBA. Grayscale: #7F7F7F. Windows color (decimal): -9465019 or 4559727. OLE color: 4559727.
HSL color Cylindrical-coordinate representation of color #6F9345: hue angle of 87.69º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F9345 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 69 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.42 |
| HSL | 87.69º | 0.36% | 0.42% | - |
| HSV(B) | 87.69º | 0.53% | 0.58% | - |
| XYZ | 18.06 | 24.68 | 9.44 | - |
| YUV | 127.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 69 | 0.24 | 0 | 0.53 | 0.42 | 87.69 | 0.36 | 0.42 |
| Hex | 6F | 93 | 45 | 18 | 0 | 35 | 2A | 58 | 24 | 2A |
| Octal | 157 | 223 | 105 | 30 | 0 | 65 | 52 | 130 | 44 | 52 |
| Binary | 1101111 | 10010011 | 1000101 | 11000 | 0 | 110101 | 101010 | 1011000 | 100100 | 101010 |
Color Harmonies of #6F9345
Complementary color
Monochromatic Colors of #6F9345
Black with #6F9345
Text Example
Text Example
White with #6F9345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9345; }
p { color: rgb(111,147,69); }
H1.HeaderClassName
{
color: #6F9345;
}
.AnyTagClassName
{
color: #6F9345;
}
</style>
background-color css
<style>
a { background-color: #6F9345; }
a { background-color: rgb(111,147,69); }
div.DivClassName
{
background-color: #6F9345;
}
.BgClassName
{
background-color: #6F9345;
}
</style>
border-color css
<style>
span { border-color: #6F9345; }
span { border-color: rgb(111,147,69); }
td.TdClassName
{
border-color: #6F9345;
}
.TagClassName
{
border-color: #6F9345;
}
</style>