Shades of Chelsea Cucumber #879F5F
Tints of Chelsea Cucumber #879F5F
RGB
CMYK
RGB Variations
Color information
#879F5F (or 0x879F5F) is known color: Chelsea Cucumber. HEX triplet: 87, 9F and 5F. RGB value is (135,159,95). Sum of RGB (Red+Green+Blue) = 135+159+95=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #879F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F5F is #7860A0. Grayscale: #909090. Windows color (decimal): -7889057 or 6266759. OLE color: 6266759.
HSL color Cylindrical-coordinate representation of color #879F5F: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #879F5F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 95 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.38 |
| HSL | 82.5º | 0.25% | 0.5% | - |
| HSV(B) | 82.5º | 0.4% | 0.62% | - |
| XYZ | 24.46 | 30.77 | 15.48 | - |
| YUV | 144.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 95 | 0.15 | 0 | 0.40 | 0.38 | 82.5 | 0.25 | 0.5 |
| Hex | 87 | 9F | 5F | F | 0 | 28 | 26 | 52 | 19 | 32 |
| Octal | 207 | 237 | 137 | 17 | 0 | 50 | 46 | 122 | 31 | 62 |
| Binary | 10000111 | 10011111 | 1011111 | 1111 | 0 | 101000 | 100110 | 1010010 | 11001 | 110010 |
Color Harmonies of #879F5F
Complementary color
Monochromatic Colors of #879F5F
Black with #879F5F
Text Example
Text Example
White with #879F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F5F; }
p { color: rgb(135,159,95); }
H1.HeaderClassName
{
color: #879F5F;
}
.AnyTagClassName
{
color: #879F5F;
}
</style>
background-color css
<style>
a { background-color: #879F5F; }
a { background-color: rgb(135,159,95); }
div.DivClassName
{
background-color: #879F5F;
}
.BgClassName
{
background-color: #879F5F;
}
</style>
border-color css
<style>
span { border-color: #879F5F; }
span { border-color: rgb(135,159,95); }
td.TdClassName
{
border-color: #879F5F;
}
.TagClassName
{
border-color: #879F5F;
}
</style>