Shades of Dingley #6B9241
Tints of Dingley #6B9241
RGB
CMYK
RGB Variations
Color information
#6B9241 (or 0x6B9241) is known color: Dingley. HEX triplet: 6B, 92 and 41. RGB value is (107,146,65). Sum of RGB (Red+Green+Blue) = 107+146+65=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9241 is #946DBE. Grayscale: #7D7D7D. Windows color (decimal): -9727423 or 4297323. OLE color: 4297323.
HSL color Cylindrical-coordinate representation of color #6B9241: hue angle of 88.89º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9241 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 65 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.43 |
| HSL | 88.89º | 0.38% | 0.41% | - |
| HSV(B) | 88.89º | 0.55% | 0.57% | - |
| XYZ | 17.3 | 24.07 | 8.73 | - |
| YUV | 125.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 65 | 0.27 | 0 | 0.55 | 0.43 | 88.89 | 0.38 | 0.41 |
| Hex | 6B | 92 | 41 | 1B | 0 | 37 | 2B | 59 | 26 | 29 |
| Octal | 153 | 222 | 101 | 33 | 0 | 67 | 53 | 131 | 46 | 51 |
| Binary | 1101011 | 10010010 | 1000001 | 11011 | 0 | 110111 | 101011 | 1011001 | 100110 | 101001 |
Color Harmonies of #6B9241
Complementary color
Monochromatic Colors of #6B9241
Black with #6B9241
Text Example
Text Example
White with #6B9241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9241; }
p { color: rgb(107,146,65); }
H1.HeaderClassName
{
color: #6B9241;
}
.AnyTagClassName
{
color: #6B9241;
}
</style>
background-color css
<style>
a { background-color: #6B9241; }
a { background-color: rgb(107,146,65); }
div.DivClassName
{
background-color: #6B9241;
}
.BgClassName
{
background-color: #6B9241;
}
</style>
border-color css
<style>
span { border-color: #6B9241; }
span { border-color: rgb(107,146,65); }
td.TdClassName
{
border-color: #6B9241;
}
.TagClassName
{
border-color: #6B9241;
}
</style>