Shades of Dingley #6B9141
Tints of Dingley #6B9141
RGB
CMYK
RGB Variations
Color information
#6B9141 (or 0x6B9141) is known color: Dingley. HEX triplet: 6B, 91 and 41. RGB value is (107,145,65). Sum of RGB (Red+Green+Blue) = 107+145+65=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9141 is #946EBE. Grayscale: #7C7C7C. Windows color (decimal): -9727679 or 4297067. OLE color: 4297067.
HSL color Cylindrical-coordinate representation of color #6B9141: hue angle of 88.5º 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 #6B9141 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 65 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.43 |
| HSL | 88.5º | 0.38% | 0.41% | - |
| HSV(B) | 88.5º | 0.55% | 0.57% | - |
| XYZ | 17.14 | 23.76 | 8.68 | - |
| YUV | 124.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 65 | 0.26 | 0 | 0.55 | 0.43 | 88.5 | 0.38 | 0.41 |
| Hex | 6B | 91 | 41 | 1A | 0 | 37 | 2B | 58 | 26 | 29 |
| Octal | 153 | 221 | 101 | 32 | 0 | 67 | 53 | 130 | 46 | 51 |
| Binary | 1101011 | 10010001 | 1000001 | 11010 | 0 | 110111 | 101011 | 1011000 | 100110 | 101001 |
Color Harmonies of #6B9141
Complementary color
Monochromatic Colors of #6B9141
Black with #6B9141
Text Example
Text Example
White with #6B9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9141; }
p { color: rgb(107,145,65); }
H1.HeaderClassName
{
color: #6B9141;
}
.AnyTagClassName
{
color: #6B9141;
}
</style>
background-color css
<style>
a { background-color: #6B9141; }
a { background-color: rgb(107,145,65); }
div.DivClassName
{
background-color: #6B9141;
}
.BgClassName
{
background-color: #6B9141;
}
</style>
border-color css
<style>
span { border-color: #6B9141; }
span { border-color: rgb(107,145,65); }
td.TdClassName
{
border-color: #6B9141;
}
.TagClassName
{
border-color: #6B9141;
}
</style>