Shades of Dingley #6B8A46
Tints of Dingley #6B8A46
RGB
CMYK
RGB Variations
Color information
#6B8A46 (or 0x6B8A46) is known color: Dingley. HEX triplet: 6B, 8A and 46. RGB value is (107,138,70). Sum of RGB (Red+Green+Blue) = 107+138+70=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8A46 is #9475B9. Grayscale: #797979. Windows color (decimal): -9729466 or 4622955. OLE color: 4622955.
HSL color Cylindrical-coordinate representation of color #6B8A46: hue angle of 87.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B8A46 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 138 | 70 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.46 |
| HSL | 87.35º | 0.33% | 0.41% | - |
| HSV(B) | 87.35º | 0.49% | 0.54% | - |
| XYZ | 16.26 | 21.74 | 9.13 | - |
| YUV | 120.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 138 | 70 | 0.22 | 0 | 0.49 | 0.46 | 87.35 | 0.33 | 0.41 |
| Hex | 6B | 8A | 46 | 16 | 0 | 31 | 2E | 57 | 21 | 29 |
| Octal | 153 | 212 | 106 | 26 | 0 | 61 | 56 | 127 | 41 | 51 |
| Binary | 1101011 | 10001010 | 1000110 | 10110 | 0 | 110001 | 101110 | 1010111 | 100001 | 101001 |
Color Harmonies of #6B8A46
Complementary color
Monochromatic Colors of #6B8A46
Black with #6B8A46
Text Example
Text Example
White with #6B8A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8A46; }
p { color: rgb(107,138,70); }
H1.HeaderClassName
{
color: #6B8A46;
}
.AnyTagClassName
{
color: #6B8A46;
}
</style>
background-color css
<style>
a { background-color: #6B8A46; }
a { background-color: rgb(107,138,70); }
div.DivClassName
{
background-color: #6B8A46;
}
.BgClassName
{
background-color: #6B8A46;
}
</style>
border-color css
<style>
span { border-color: #6B8A46; }
span { border-color: rgb(107,138,70); }
td.TdClassName
{
border-color: #6B8A46;
}
.TagClassName
{
border-color: #6B8A46;
}
</style>