Shades of Chelsea Cucumber #86A06A
Tints of Chelsea Cucumber #86A06A
RGB
CMYK
RGB Variations
Color information
#86A06A (or 0x86A06A) is known color: Chelsea Cucumber. HEX triplet: 86, A0 and 6A. RGB value is (134,160,106). Sum of RGB (Red+Green+Blue) = 134+160+106=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #86A06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A06A is #795F95. Grayscale: #929292. Windows color (decimal): -7954326 or 6987910. OLE color: 6987910.
HSL color Cylindrical-coordinate representation of color #86A06A: hue angle of 88.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86A06A is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 106 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.37 |
| HSL | 88.89º | 0.22% | 0.52% | - |
| HSV(B) | 88.89º | 0.34% | 0.63% | - |
| XYZ | 25 | 31.25 | 18.35 | - |
| YUV | 146.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 106 | 0.16 | 0 | 0.34 | 0.37 | 88.89 | 0.22 | 0.52 |
| Hex | 86 | A0 | 6A | 10 | 0 | 22 | 25 | 59 | 16 | 34 |
| Octal | 206 | 240 | 152 | 20 | 0 | 42 | 45 | 131 | 26 | 64 |
| Binary | 10000110 | 10100000 | 1101010 | 10000 | 0 | 100010 | 100101 | 1011001 | 10110 | 110100 |
Color Harmonies of #86A06A
Complementary color
Monochromatic Colors of #86A06A
Black with #86A06A
Text Example
Text Example
White with #86A06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A06A; }
p { color: rgb(134,160,106); }
H1.HeaderClassName
{
color: #86A06A;
}
.AnyTagClassName
{
color: #86A06A;
}
</style>
background-color css
<style>
a { background-color: #86A06A; }
a { background-color: rgb(134,160,106); }
div.DivClassName
{
background-color: #86A06A;
}
.BgClassName
{
background-color: #86A06A;
}
</style>
border-color css
<style>
span { border-color: #86A06A; }
span { border-color: rgb(134,160,106); }
td.TdClassName
{
border-color: #86A06A;
}
.TagClassName
{
border-color: #86A06A;
}
</style>