Shades of Dingley #6A873B
Tints of Dingley #6A873B
RGB
CMYK
RGB Variations
Color information
#6A873B (or 0x6A873B) is known color: Dingley. HEX triplet: 6A, 87 and 3B. RGB value is (106,135,59). Sum of RGB (Red+Green+Blue) = 106+135+59=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #6A873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A873B is #9578C4. Grayscale: #757575. Windows color (decimal): -9795781 or 3901290. OLE color: 3901290.
HSL color Cylindrical-coordinate representation of color #6A873B: hue angle of 82.89º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A873B is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 135 | 59 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.47 |
| HSL | 82.89º | 0.39% | 0.38% | - |
| HSV(B) | 82.89º | 0.56% | 0.53% | - |
| XYZ | 15.4 | 20.71 | 7.32 | - |
| YUV | 117.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 59 | 0.21 | 0 | 0.56 | 0.47 | 82.89 | 0.39 | 0.38 |
| Hex | 6A | 87 | 3B | 15 | 0 | 38 | 2F | 53 | 27 | 26 |
| Octal | 152 | 207 | 73 | 25 | 0 | 70 | 57 | 123 | 47 | 46 |
| Binary | 1101010 | 10000111 | 111011 | 10101 | 0 | 111000 | 101111 | 1010011 | 100111 | 100110 |
Color Harmonies of #6A873B
Complementary color
Monochromatic Colors of #6A873B
Black with #6A873B
Text Example
Text Example
White with #6A873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A873B; }
p { color: rgb(106,135,59); }
H1.HeaderClassName
{
color: #6A873B;
}
.AnyTagClassName
{
color: #6A873B;
}
</style>
background-color css
<style>
a { background-color: #6A873B; }
a { background-color: rgb(106,135,59); }
div.DivClassName
{
background-color: #6A873B;
}
.BgClassName
{
background-color: #6A873B;
}
</style>
border-color css
<style>
span { border-color: #6A873B; }
span { border-color: rgb(106,135,59); }
td.TdClassName
{
border-color: #6A873B;
}
.TagClassName
{
border-color: #6A873B;
}
</style>