Shades of Chelsea Cucumber #869E61
Tints of Chelsea Cucumber #869E61
RGB
CMYK
RGB Variations
Color information
#869E61 (or 0x869E61) is known color: Chelsea Cucumber. HEX triplet: 86, 9E and 61. RGB value is (134,158,97). Sum of RGB (Red+Green+Blue) = 134+158+97=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #869E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E61 is #79619E. Grayscale: #909090. Windows color (decimal): -7954847 or 6397574. OLE color: 6397574.
HSL color Cylindrical-coordinate representation of color #869E61: hue angle of 83.61º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #869E61 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 158 | 97 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.38 |
| HSL | 83.61º | 0.24% | 0.5% | - |
| HSV(B) | 83.61º | 0.39% | 0.62% | - |
| XYZ | 24.22 | 30.39 | 15.9 | - |
| YUV | 143.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 97 | 0.15 | 0 | 0.39 | 0.38 | 83.61 | 0.24 | 0.5 |
| Hex | 86 | 9E | 61 | F | 0 | 27 | 26 | 54 | 18 | 32 |
| Octal | 206 | 236 | 141 | 17 | 0 | 47 | 46 | 124 | 30 | 62 |
| Binary | 10000110 | 10011110 | 1100001 | 1111 | 0 | 100111 | 100110 | 1010100 | 11000 | 110010 |
Color Harmonies of #869E61
Complementary color
Monochromatic Colors of #869E61
Black with #869E61
Text Example
Text Example
White with #869E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869E61; }
p { color: rgb(134,158,97); }
H1.HeaderClassName
{
color: #869E61;
}
.AnyTagClassName
{
color: #869E61;
}
</style>
background-color css
<style>
a { background-color: #869E61; }
a { background-color: rgb(134,158,97); }
div.DivClassName
{
background-color: #869E61;
}
.BgClassName
{
background-color: #869E61;
}
</style>
border-color css
<style>
span { border-color: #869E61; }
span { border-color: rgb(134,158,97); }
td.TdClassName
{
border-color: #869E61;
}
.TagClassName
{
border-color: #869E61;
}
</style>