Shades of Dingley #6B8145
Tints of Dingley #6B8145
RGB
CMYK
RGB Variations
Color information
#6B8145 (or 0x6B8145) is known color: Dingley. HEX triplet: 6B, 81 and 45. RGB value is (107,129,69). Sum of RGB (Red+Green+Blue) = 107+129+69=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8145 is #947EBA. Grayscale: #737373. Windows color (decimal): -9731771 or 4555115. OLE color: 4555115.
HSL color Cylindrical-coordinate representation of color #6B8145: hue angle of 82º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B8145 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 69 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.49 |
| HSL | 82º | 0.3% | 0.39% | - |
| HSV(B) | 82º | 0.47% | 0.51% | - |
| XYZ | 14.99 | 19.26 | 8.56 | - |
| YUV | 115.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 69 | 0.17 | 0 | 0.47 | 0.49 | 82 | 0.3 | 0.39 |
| Hex | 6B | 81 | 45 | 11 | 0 | 2F | 31 | 52 | 1E | 27 |
| Octal | 153 | 201 | 105 | 21 | 0 | 57 | 61 | 122 | 36 | 47 |
| Binary | 1101011 | 10000001 | 1000101 | 10001 | 0 | 101111 | 110001 | 1010010 | 11110 | 100111 |
Color Harmonies of #6B8145
Complementary color
Monochromatic Colors of #6B8145
Black with #6B8145
Text Example
Text Example
White with #6B8145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8145; }
p { color: rgb(107,129,69); }
H1.HeaderClassName
{
color: #6B8145;
}
.AnyTagClassName
{
color: #6B8145;
}
</style>
background-color css
<style>
a { background-color: #6B8145; }
a { background-color: rgb(107,129,69); }
div.DivClassName
{
background-color: #6B8145;
}
.BgClassName
{
background-color: #6B8145;
}
</style>
border-color css
<style>
span { border-color: #6B8145; }
span { border-color: rgb(107,129,69); }
td.TdClassName
{
border-color: #6B8145;
}
.TagClassName
{
border-color: #6B8145;
}
</style>