Shades of Asparagus #85A06B
Tints of Asparagus #85A06B
RGB
CMYK
RGB Variations
Color information
#85A06B (or 0x85A06B) is known color: Asparagus. HEX triplet: 85, A0 and 6B. RGB value is (133,160,107). Sum of RGB (Red+Green+Blue) = 133+160+107=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #85A06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A06B is #7A5F94. Grayscale: #929292. Windows color (decimal): -8019861 or 7053445. OLE color: 7053445.
HSL color Cylindrical-coordinate representation of color #85A06B: hue angle of 90.57º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85A06B is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 107 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.37 |
| HSL | 90.57º | 0.22% | 0.52% | - |
| HSV(B) | 90.57º | 0.33% | 0.63% | - |
| XYZ | 24.9 | 31.19 | 18.62 | - |
| YUV | 145.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 107 | 0.17 | 0 | 0.33 | 0.37 | 90.57 | 0.22 | 0.52 |
| Hex | 85 | A0 | 6B | 11 | 0 | 21 | 25 | 5B | 16 | 34 |
| Octal | 205 | 240 | 153 | 21 | 0 | 41 | 45 | 133 | 26 | 64 |
| Binary | 10000101 | 10100000 | 1101011 | 10001 | 0 | 100001 | 100101 | 1011011 | 10110 | 110100 |
Color Harmonies of #85A06B
Complementary color
Monochromatic Colors of #85A06B
Black with #85A06B
Text Example
Text Example
White with #85A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A06B; }
p { color: rgb(133,160,107); }
H1.HeaderClassName
{
color: #85A06B;
}
.AnyTagClassName
{
color: #85A06B;
}
</style>
background-color css
<style>
a { background-color: #85A06B; }
a { background-color: rgb(133,160,107); }
div.DivClassName
{
background-color: #85A06B;
}
.BgClassName
{
background-color: #85A06B;
}
</style>
border-color css
<style>
span { border-color: #85A06B; }
span { border-color: rgb(133,160,107); }
td.TdClassName
{
border-color: #85A06B;
}
.TagClassName
{
border-color: #85A06B;
}
</style>