Shades of Chelsea Cucumber #86A069
Tints of Chelsea Cucumber #86A069
RGB
CMYK
RGB Variations
Color information
#86A069 (or 0x86A069) is known color: Chelsea Cucumber. HEX triplet: 86, A0 and 69. RGB value is (134,160,105). Sum of RGB (Red+Green+Blue) = 134+160+105=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #86A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A069 is #795F96. Grayscale: #929292. Windows color (decimal): -7954327 or 6922374. OLE color: 6922374.
HSL color Cylindrical-coordinate representation of color #86A069: hue angle of 88.36º 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 #86A069 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 105 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.37 |
| HSL | 88.36º | 0.22% | 0.52% | - |
| HSV(B) | 88.36º | 0.34% | 0.63% | - |
| XYZ | 24.95 | 31.23 | 18.08 | - |
| YUV | 145.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 105 | 0.16 | 0 | 0.34 | 0.37 | 88.36 | 0.22 | 0.52 |
| Hex | 86 | A0 | 69 | 10 | 0 | 22 | 25 | 58 | 16 | 34 |
| Octal | 206 | 240 | 151 | 20 | 0 | 42 | 45 | 130 | 26 | 64 |
| Binary | 10000110 | 10100000 | 1101001 | 10000 | 0 | 100010 | 100101 | 1011000 | 10110 | 110100 |
Color Harmonies of #86A069
Complementary color
Monochromatic Colors of #86A069
Black with #86A069
Text Example
Text Example
White with #86A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A069; }
p { color: rgb(134,160,105); }
H1.HeaderClassName
{
color: #86A069;
}
.AnyTagClassName
{
color: #86A069;
}
</style>
background-color css
<style>
a { background-color: #86A069; }
a { background-color: rgb(134,160,105); }
div.DivClassName
{
background-color: #86A069;
}
.BgClassName
{
background-color: #86A069;
}
</style>
border-color css
<style>
span { border-color: #86A069; }
span { border-color: rgb(134,160,105); }
td.TdClassName
{
border-color: #86A069;
}
.TagClassName
{
border-color: #86A069;
}
</style>