Shades of Chelsea Cucumber #869E5F
Tints of Chelsea Cucumber #869E5F
RGB
CMYK
RGB Variations
Color information
#869E5F (or 0x869E5F) is known color: Chelsea Cucumber. HEX triplet: 86, 9E and 5F. RGB value is (134,158,95). Sum of RGB (Red+Green+Blue) = 134+158+95=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #869E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E5F is #7961A0. Grayscale: #8F8F8F. Windows color (decimal): -7954849 or 6266502. OLE color: 6266502.
HSL color Cylindrical-coordinate representation of color #869E5F: hue angle of 82.86º 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 #869E5F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 158 | 95 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.38 |
| HSL | 82.86º | 0.25% | 0.5% | - |
| HSV(B) | 82.86º | 0.4% | 0.62% | - |
| XYZ | 24.12 | 30.35 | 15.41 | - |
| YUV | 143.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 95 | 0.15 | 0 | 0.40 | 0.38 | 82.86 | 0.25 | 0.5 |
| Hex | 86 | 9E | 5F | F | 0 | 28 | 26 | 53 | 19 | 32 |
| Octal | 206 | 236 | 137 | 17 | 0 | 50 | 46 | 123 | 31 | 62 |
| Binary | 10000110 | 10011110 | 1011111 | 1111 | 0 | 101000 | 100110 | 1010011 | 11001 | 110010 |
Color Harmonies of #869E5F
Complementary color
Monochromatic Colors of #869E5F
Black with #869E5F
Text Example
Text Example
White with #869E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869E5F; }
p { color: rgb(134,158,95); }
H1.HeaderClassName
{
color: #869E5F;
}
.AnyTagClassName
{
color: #869E5F;
}
</style>
background-color css
<style>
a { background-color: #869E5F; }
a { background-color: rgb(134,158,95); }
div.DivClassName
{
background-color: #869E5F;
}
.BgClassName
{
background-color: #869E5F;
}
</style>
border-color css
<style>
span { border-color: #869E5F; }
span { border-color: rgb(134,158,95); }
td.TdClassName
{
border-color: #869E5F;
}
.TagClassName
{
border-color: #869E5F;
}
</style>