Shades of Chelsea Cucumber #87A560
Tints of Chelsea Cucumber #87A560
RGB
CMYK
RGB Variations
Color information
#87A560 (or 0x87A560) is known color: Chelsea Cucumber. HEX triplet: 87, A5 and 60. RGB value is (135,165,96). Sum of RGB (Red+Green+Blue) = 135+165+96=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #87A560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A560 is #785A9F. Grayscale: #949494. Windows color (decimal): -7887520 or 6333831. OLE color: 6333831.
HSL color Cylindrical-coordinate representation of color #87A560: hue angle of 86.09º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87A560 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 165 | 96 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.35 |
| HSL | 86.09º | 0.28% | 0.51% | - |
| HSV(B) | 86.09º | 0.42% | 0.65% | - |
| XYZ | 25.56 | 32.91 | 16.07 | - |
| YUV | 148.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 165 | 96 | 0.18 | 0 | 0.42 | 0.35 | 86.09 | 0.28 | 0.51 |
| Hex | 87 | A5 | 60 | 12 | 0 | 2A | 23 | 56 | 1C | 33 |
| Octal | 207 | 245 | 140 | 22 | 0 | 52 | 43 | 126 | 34 | 63 |
| Binary | 10000111 | 10100101 | 1100000 | 10010 | 0 | 101010 | 100011 | 1010110 | 11100 | 110011 |
Color Harmonies of #87A560
Complementary color
Monochromatic Colors of #87A560
Black with #87A560
Text Example
Text Example
White with #87A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A560; }
p { color: rgb(135,165,96); }
H1.HeaderClassName
{
color: #87A560;
}
.AnyTagClassName
{
color: #87A560;
}
</style>
background-color css
<style>
a { background-color: #87A560; }
a { background-color: rgb(135,165,96); }
div.DivClassName
{
background-color: #87A560;
}
.BgClassName
{
background-color: #87A560;
}
</style>
border-color css
<style>
span { border-color: #87A560; }
span { border-color: rgb(135,165,96); }
td.TdClassName
{
border-color: #87A560;
}
.TagClassName
{
border-color: #87A560;
}
</style>