Shades of Chelsea Cucumber #87995A
Tints of Chelsea Cucumber #87995A
RGB
CMYK
RGB Variations
Color information
#87995A (or 0x87995A) is known color: Chelsea Cucumber. HEX triplet: 87, 99 and 5A. RGB value is (135,153,90). Sum of RGB (Red+Green+Blue) = 135+153+90=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #87995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87995A is #7866A5. Grayscale: #8C8C8C. Windows color (decimal): -7890598 or 5937543. OLE color: 5937543.
HSL color Cylindrical-coordinate representation of color #87995A: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87995A is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 90 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.4 |
| HSL | 77.14º | 0.26% | 0.48% | - |
| HSV(B) | 77.14º | 0.41% | 0.6% | - |
| XYZ | 23.23 | 28.67 | 13.98 | - |
| YUV | 140.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 90 | 0.12 | 0 | 0.41 | 0.4 | 77.14 | 0.26 | 0.48 |
| Hex | 87 | 99 | 5A | C | 0 | 29 | 28 | 4D | 1A | 30 |
| Octal | 207 | 231 | 132 | 14 | 0 | 51 | 50 | 115 | 32 | 60 |
| Binary | 10000111 | 10011001 | 1011010 | 1100 | 0 | 101001 | 101000 | 1001101 | 11010 | 110000 |
Color Harmonies of #87995A
Complementary color
Monochromatic Colors of #87995A
Black with #87995A
Text Example
Text Example
White with #87995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87995A; }
p { color: rgb(135,153,90); }
H1.HeaderClassName
{
color: #87995A;
}
.AnyTagClassName
{
color: #87995A;
}
</style>
background-color css
<style>
a { background-color: #87995A; }
a { background-color: rgb(135,153,90); }
div.DivClassName
{
background-color: #87995A;
}
.BgClassName
{
background-color: #87995A;
}
</style>
border-color css
<style>
span { border-color: #87995A; }
span { border-color: rgb(135,153,90); }
td.TdClassName
{
border-color: #87995A;
}
.TagClassName
{
border-color: #87995A;
}
</style>