Shades of Chelsea Cucumber #879F52
Tints of Chelsea Cucumber #879F52
RGB
CMYK
RGB Variations
Color information
#879F52 (or 0x879F52) is known color: Chelsea Cucumber. HEX triplet: 87, 9F and 52. RGB value is (135,159,82). Sum of RGB (Red+Green+Blue) = 135+159+82=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #879F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F52 is #7860AD. Grayscale: #8F8F8F. Windows color (decimal): -7889070 or 5414791. OLE color: 5414791.
HSL color Cylindrical-coordinate representation of color #879F52: hue angle of 78.7º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #879F52 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 82 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.38 |
| HSL | 78.7º | 0.32% | 0.47% | - |
| HSV(B) | 78.7º | 0.48% | 0.62% | - |
| XYZ | 23.91 | 30.56 | 12.62 | - |
| YUV | 143.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 82 | 0.15 | 0 | 0.48 | 0.38 | 78.7 | 0.32 | 0.47 |
| Hex | 87 | 9F | 52 | F | 0 | 30 | 26 | 4F | 20 | 2F |
| Octal | 207 | 237 | 122 | 17 | 0 | 60 | 46 | 117 | 40 | 57 |
| Binary | 10000111 | 10011111 | 1010010 | 1111 | 0 | 110000 | 100110 | 1001111 | 100000 | 101111 |
Color Harmonies of #879F52
Complementary color
Monochromatic Colors of #879F52
Black with #879F52
Text Example
Text Example
White with #879F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F52; }
p { color: rgb(135,159,82); }
H1.HeaderClassName
{
color: #879F52;
}
.AnyTagClassName
{
color: #879F52;
}
</style>
background-color css
<style>
a { background-color: #879F52; }
a { background-color: rgb(135,159,82); }
div.DivClassName
{
background-color: #879F52;
}
.BgClassName
{
background-color: #879F52;
}
</style>
border-color css
<style>
span { border-color: #879F52; }
span { border-color: rgb(135,159,82); }
td.TdClassName
{
border-color: #879F52;
}
.TagClassName
{
border-color: #879F52;
}
</style>