Shades of Dingley #6B8740
Tints of Dingley #6B8740
RGB
CMYK
RGB Variations
Color information
#6B8740 (or 0x6B8740) is known color: Dingley. HEX triplet: 6B, 87 and 40. RGB value is (107,135,64). Sum of RGB (Red+Green+Blue) = 107+135+64=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8740 is #9478BF. Grayscale: #767676. Windows color (decimal): -9730240 or 4228971. OLE color: 4228971.
HSL color Cylindrical-coordinate representation of color #6B8740: hue angle of 83.66º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B8740 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 64 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.47 |
| HSL | 83.66º | 0.36% | 0.39% | - |
| HSV(B) | 83.66º | 0.53% | 0.53% | - |
| XYZ | 15.65 | 20.82 | 8.04 | - |
| YUV | 118.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 64 | 0.21 | 0 | 0.53 | 0.47 | 83.66 | 0.36 | 0.39 |
| Hex | 6B | 87 | 40 | 15 | 0 | 35 | 2F | 54 | 24 | 27 |
| Octal | 153 | 207 | 100 | 25 | 0 | 65 | 57 | 124 | 44 | 47 |
| Binary | 1101011 | 10000111 | 1000000 | 10101 | 0 | 110101 | 101111 | 1010100 | 100100 | 100111 |
Color Harmonies of #6B8740
Complementary color
Monochromatic Colors of #6B8740
Black with #6B8740
Text Example
Text Example
White with #6B8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8740; }
p { color: rgb(107,135,64); }
H1.HeaderClassName
{
color: #6B8740;
}
.AnyTagClassName
{
color: #6B8740;
}
</style>
background-color css
<style>
a { background-color: #6B8740; }
a { background-color: rgb(107,135,64); }
div.DivClassName
{
background-color: #6B8740;
}
.BgClassName
{
background-color: #6B8740;
}
</style>
border-color css
<style>
span { border-color: #6B8740; }
span { border-color: rgb(107,135,64); }
td.TdClassName
{
border-color: #6B8740;
}
.TagClassName
{
border-color: #6B8740;
}
</style>