Shades of Chelsea Cucumber #87965C
Tints of Chelsea Cucumber #87965C
RGB
CMYK
RGB Variations
Color information
#87965C (or 0x87965C) is known color: Chelsea Cucumber. HEX triplet: 87, 96 and 5C. RGB value is (135,150,92). Sum of RGB (Red+Green+Blue) = 135+150+92=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #87965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87965C is #7869A3. Grayscale: #8B8B8B. Windows color (decimal): -7891364 or 6067847. OLE color: 6067847.
HSL color Cylindrical-coordinate representation of color #87965C: hue angle of 75.52º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87965C is Cyan = 0.1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 150 | 92 | - |
| CMYK | 0.1 | 0 | 0.39 | 0.41 |
| HSL | 75.52º | 0.24% | 0.47% | - |
| HSV(B) | 75.52º | 0.39% | 0.59% | - |
| XYZ | 22.83 | 27.74 | 14.28 | - |
| YUV | 138.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 150 | 92 | 0.1 | 0 | 0.39 | 0.41 | 75.52 | 0.24 | 0.47 |
| Hex | 87 | 96 | 5C | A | 0 | 27 | 29 | 4C | 18 | 2F |
| Octal | 207 | 226 | 134 | 12 | 0 | 47 | 51 | 114 | 30 | 57 |
| Binary | 10000111 | 10010110 | 1011100 | 1010 | 0 | 100111 | 101001 | 1001100 | 11000 | 101111 |
Color Harmonies of #87965C
Complementary color
Monochromatic Colors of #87965C
Black with #87965C
Text Example
Text Example
White with #87965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87965C; }
p { color: rgb(135,150,92); }
H1.HeaderClassName
{
color: #87965C;
}
.AnyTagClassName
{
color: #87965C;
}
</style>
background-color css
<style>
a { background-color: #87965C; }
a { background-color: rgb(135,150,92); }
div.DivClassName
{
background-color: #87965C;
}
.BgClassName
{
background-color: #87965C;
}
</style>
border-color css
<style>
span { border-color: #87965C; }
span { border-color: rgb(135,150,92); }
td.TdClassName
{
border-color: #87965C;
}
.TagClassName
{
border-color: #87965C;
}
</style>