Shades of Dingley #6B9346
Tints of Dingley #6B9346
RGB
CMYK
RGB Variations
Color information
#6B9346 (or 0x6B9346) is known color: Dingley. HEX triplet: 6B, 93 and 46. RGB value is (107,147,70). Sum of RGB (Red+Green+Blue) = 107+147+70=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9346 is #946CB9. Grayscale: #7E7E7E. Windows color (decimal): -9727162 or 4625259. OLE color: 4625259.
HSL color Cylindrical-coordinate representation of color #6B9346: hue angle of 91.17º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B9346 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 70 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.42 |
| HSL | 91.17º | 0.35% | 0.43% | - |
| HSV(B) | 91.17º | 0.52% | 0.58% | - |
| XYZ | 17.6 | 24.44 | 9.58 | - |
| YUV | 126.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 70 | 0.27 | 0 | 0.52 | 0.42 | 91.17 | 0.35 | 0.43 |
| Hex | 6B | 93 | 46 | 1B | 0 | 34 | 2A | 5B | 23 | 2B |
| Octal | 153 | 223 | 106 | 33 | 0 | 64 | 52 | 133 | 43 | 53 |
| Binary | 1101011 | 10010011 | 1000110 | 11011 | 0 | 110100 | 101010 | 1011011 | 100011 | 101011 |
Color Harmonies of #6B9346
Complementary color
Monochromatic Colors of #6B9346
Black with #6B9346
Text Example
Text Example
White with #6B9346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9346; }
p { color: rgb(107,147,70); }
H1.HeaderClassName
{
color: #6B9346;
}
.AnyTagClassName
{
color: #6B9346;
}
</style>
background-color css
<style>
a { background-color: #6B9346; }
a { background-color: rgb(107,147,70); }
div.DivClassName
{
background-color: #6B9346;
}
.BgClassName
{
background-color: #6B9346;
}
</style>
border-color css
<style>
span { border-color: #6B9346; }
span { border-color: rgb(107,147,70); }
td.TdClassName
{
border-color: #6B9346;
}
.TagClassName
{
border-color: #6B9346;
}
</style>