Shades of Chelsea Cucumber #869F58
Tints of Chelsea Cucumber #869F58
RGB
CMYK
RGB Variations
Color information
#869F58 (or 0x869F58) is known color: Chelsea Cucumber. HEX triplet: 86, 9F and 58. RGB value is (134,159,88). Sum of RGB (Red+Green+Blue) = 134+159+88=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 159 - color contains mainly: green. Hex color #869F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F58 is #7960A7. Grayscale: #8F8F8F. Windows color (decimal): -7954600 or 5808006. OLE color: 5808006.
HSL color Cylindrical-coordinate representation of color #869F58: hue angle of 81.13º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #869F58 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 88 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.38 |
| HSL | 81.13º | 0.29% | 0.48% | - |
| HSV(B) | 81.13º | 0.45% | 0.62% | - |
| XYZ | 23.99 | 30.57 | 13.87 | - |
| YUV | 143.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 88 | 0.16 | 0 | 0.45 | 0.38 | 81.13 | 0.29 | 0.48 |
| Hex | 86 | 9F | 58 | 10 | 0 | 2D | 26 | 51 | 1D | 30 |
| Octal | 206 | 237 | 130 | 20 | 0 | 55 | 46 | 121 | 35 | 60 |
| Binary | 10000110 | 10011111 | 1011000 | 10000 | 0 | 101101 | 100110 | 1010001 | 11101 | 110000 |
Color Harmonies of #869F58
Complementary color
Monochromatic Colors of #869F58
Black with #869F58
Text Example
Text Example
White with #869F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F58; }
p { color: rgb(134,159,88); }
H1.HeaderClassName
{
color: #869F58;
}
.AnyTagClassName
{
color: #869F58;
}
</style>
background-color css
<style>
a { background-color: #869F58; }
a { background-color: rgb(134,159,88); }
div.DivClassName
{
background-color: #869F58;
}
.BgClassName
{
background-color: #869F58;
}
</style>
border-color css
<style>
span { border-color: #869F58; }
span { border-color: rgb(134,159,88); }
td.TdClassName
{
border-color: #869F58;
}
.TagClassName
{
border-color: #869F58;
}
</style>