Shades of Dingley #6B9247
Tints of Dingley #6B9247
RGB
CMYK
RGB Variations
Color information
#6B9247 (or 0x6B9247) is known color: Dingley. HEX triplet: 6B, 92 and 47. RGB value is (107,146,71). Sum of RGB (Red+Green+Blue) = 107+146+71=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9247 is #946DB8. Grayscale: #7E7E7E. Windows color (decimal): -9727417 or 4690539. OLE color: 4690539.
HSL color Cylindrical-coordinate representation of color #6B9247: hue angle of 91.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B9247 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 71 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.43 |
| HSL | 91.2º | 0.35% | 0.43% | - |
| HSV(B) | 91.2º | 0.51% | 0.57% | - |
| XYZ | 17.48 | 24.14 | 9.7 | - |
| YUV | 125.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 71 | 0.27 | 0 | 0.51 | 0.43 | 91.2 | 0.35 | 0.43 |
| Hex | 6B | 92 | 47 | 1B | 0 | 33 | 2B | 5B | 23 | 2B |
| Octal | 153 | 222 | 107 | 33 | 0 | 63 | 53 | 133 | 43 | 53 |
| Binary | 1101011 | 10010010 | 1000111 | 11011 | 0 | 110011 | 101011 | 1011011 | 100011 | 101011 |
Color Harmonies of #6B9247
Complementary color
Monochromatic Colors of #6B9247
Black with #6B9247
Text Example
Text Example
White with #6B9247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9247; }
p { color: rgb(107,146,71); }
H1.HeaderClassName
{
color: #6B9247;
}
.AnyTagClassName
{
color: #6B9247;
}
</style>
background-color css
<style>
a { background-color: #6B9247; }
a { background-color: rgb(107,146,71); }
div.DivClassName
{
background-color: #6B9247;
}
.BgClassName
{
background-color: #6B9247;
}
</style>
border-color css
<style>
span { border-color: #6B9247; }
span { border-color: rgb(107,146,71); }
td.TdClassName
{
border-color: #6B9247;
}
.TagClassName
{
border-color: #6B9247;
}
</style>