Shades of Chelsea Cucumber #869E5D
Tints of Chelsea Cucumber #869E5D
RGB
CMYK
RGB Variations
Color information
#869E5D (or 0x869E5D) is known color: Chelsea Cucumber. HEX triplet: 86, 9E and 5D. RGB value is (134,158,93). Sum of RGB (Red+Green+Blue) = 134+158+93=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #869E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E5D is #7961A2. Grayscale: #8F8F8F. Windows color (decimal): -7954851 or 6135430. OLE color: 6135430.
HSL color Cylindrical-coordinate representation of color #869E5D: hue angle of 82.15º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #869E5D is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 158 | 93 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.38 |
| HSL | 82.15º | 0.26% | 0.49% | - |
| HSV(B) | 82.15º | 0.41% | 0.62% | - |
| XYZ | 24.03 | 30.31 | 14.94 | - |
| YUV | 143.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 93 | 0.15 | 0 | 0.41 | 0.38 | 82.15 | 0.26 | 0.49 |
| Hex | 86 | 9E | 5D | F | 0 | 29 | 26 | 52 | 1A | 31 |
| Octal | 206 | 236 | 135 | 17 | 0 | 51 | 46 | 122 | 32 | 61 |
| Binary | 10000110 | 10011110 | 1011101 | 1111 | 0 | 101001 | 100110 | 1010010 | 11010 | 110001 |
Color Harmonies of #869E5D
Complementary color
Monochromatic Colors of #869E5D
Black with #869E5D
Text Example
Text Example
White with #869E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869E5D; }
p { color: rgb(134,158,93); }
H1.HeaderClassName
{
color: #869E5D;
}
.AnyTagClassName
{
color: #869E5D;
}
</style>
background-color css
<style>
a { background-color: #869E5D; }
a { background-color: rgb(134,158,93); }
div.DivClassName
{
background-color: #869E5D;
}
.BgClassName
{
background-color: #869E5D;
}
</style>
border-color css
<style>
span { border-color: #869E5D; }
span { border-color: rgb(134,158,93); }
td.TdClassName
{
border-color: #869E5D;
}
.TagClassName
{
border-color: #869E5D;
}
</style>