Shades of Dingley #6B8950
Tints of Dingley #6B8950
RGB
CMYK
RGB Variations
Color information
#6B8950 (or 0x6B8950) is known color: Dingley. HEX triplet: 6B, 89 and 50. RGB value is (107,137,80). Sum of RGB (Red+Green+Blue) = 107+137+80=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8950 is #9476AF. Grayscale: #797979. Windows color (decimal): -9729712 or 5278059. OLE color: 5278059.
HSL color Cylindrical-coordinate representation of color #6B8950: hue angle of 91.58º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B8950 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 80 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.46 |
| HSL | 91.58º | 0.26% | 0.43% | - |
| HSV(B) | 91.58º | 0.42% | 0.54% | - |
| XYZ | 16.46 | 21.6 | 10.89 | - |
| YUV | 121.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 80 | 0.22 | 0 | 0.42 | 0.46 | 91.58 | 0.26 | 0.43 |
| Hex | 6B | 89 | 50 | 16 | 0 | 2A | 2E | 5C | 1A | 2B |
| Octal | 153 | 211 | 120 | 26 | 0 | 52 | 56 | 134 | 32 | 53 |
| Binary | 1101011 | 10001001 | 1010000 | 10110 | 0 | 101010 | 101110 | 1011100 | 11010 | 101011 |
Color Harmonies of #6B8950
Complementary color
Monochromatic Colors of #6B8950
Black with #6B8950
Text Example
Text Example
White with #6B8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8950; }
p { color: rgb(107,137,80); }
H1.HeaderClassName
{
color: #6B8950;
}
.AnyTagClassName
{
color: #6B8950;
}
</style>
background-color css
<style>
a { background-color: #6B8950; }
a { background-color: rgb(107,137,80); }
div.DivClassName
{
background-color: #6B8950;
}
.BgClassName
{
background-color: #6B8950;
}
</style>
border-color css
<style>
span { border-color: #6B8950; }
span { border-color: rgb(107,137,80); }
td.TdClassName
{
border-color: #6B8950;
}
.TagClassName
{
border-color: #6B8950;
}
</style>