Shades of Chelsea Cucumber #87A564
Tints of Chelsea Cucumber #87A564
RGB
CMYK
RGB Variations
Color information
#87A564 (or 0x87A564) is known color: Chelsea Cucumber. HEX triplet: 87, A5 and 64. RGB value is (135,165,100). Sum of RGB (Red+Green+Blue) = 135+165+100=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #87A564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A564 is #785A9B. Grayscale: #949494. Windows color (decimal): -7887516 or 6595975. OLE color: 6595975.
HSL color Cylindrical-coordinate representation of color #87A564: hue angle of 87.69º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87A564 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 165 | 100 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.35 |
| HSL | 87.69º | 0.27% | 0.52% | - |
| HSV(B) | 87.69º | 0.39% | 0.65% | - |
| XYZ | 25.75 | 32.98 | 17.07 | - |
| YUV | 148.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 165 | 100 | 0.18 | 0 | 0.39 | 0.35 | 87.69 | 0.27 | 0.52 |
| Hex | 87 | A5 | 64 | 12 | 0 | 27 | 23 | 58 | 1B | 34 |
| Octal | 207 | 245 | 144 | 22 | 0 | 47 | 43 | 130 | 33 | 64 |
| Binary | 10000111 | 10100101 | 1100100 | 10010 | 0 | 100111 | 100011 | 1011000 | 11011 | 110100 |
Color Harmonies of #87A564
Complementary color
Monochromatic Colors of #87A564
Black with #87A564
Text Example
Text Example
White with #87A564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A564; }
p { color: rgb(135,165,100); }
H1.HeaderClassName
{
color: #87A564;
}
.AnyTagClassName
{
color: #87A564;
}
</style>
background-color css
<style>
a { background-color: #87A564; }
a { background-color: rgb(135,165,100); }
div.DivClassName
{
background-color: #87A564;
}
.BgClassName
{
background-color: #87A564;
}
</style>
border-color css
<style>
span { border-color: #87A564; }
span { border-color: rgb(135,165,100); }
td.TdClassName
{
border-color: #87A564;
}
.TagClassName
{
border-color: #87A564;
}
</style>