Shades of Chelsea Cucumber #869F61
Tints of Chelsea Cucumber #869F61
RGB
CMYK
RGB Variations
Color information
#869F61 (or 0x869F61) is known color: Chelsea Cucumber. HEX triplet: 86, 9F and 61. RGB value is (134,159,97). Sum of RGB (Red+Green+Blue) = 134+159+97=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #869F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869F61 is #79609E. Grayscale: #909090. Windows color (decimal): -7954591 or 6397830. OLE color: 6397830.
HSL color Cylindrical-coordinate representation of color #869F61: hue angle of 84.19º 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 #869F61 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 97 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.38 |
| HSL | 84.19º | 0.24% | 0.5% | - |
| HSV(B) | 84.19º | 0.39% | 0.62% | - |
| XYZ | 24.39 | 30.73 | 15.95 | - |
| YUV | 144.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 97 | 0.16 | 0 | 0.39 | 0.38 | 84.19 | 0.24 | 0.5 |
| Hex | 86 | 9F | 61 | 10 | 0 | 27 | 26 | 54 | 18 | 32 |
| Octal | 206 | 237 | 141 | 20 | 0 | 47 | 46 | 124 | 30 | 62 |
| Binary | 10000110 | 10011111 | 1100001 | 10000 | 0 | 100111 | 100110 | 1010100 | 11000 | 110010 |
Color Harmonies of #869F61
Complementary color
Monochromatic Colors of #869F61
Black with #869F61
Text Example
Text Example
White with #869F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F61; }
p { color: rgb(134,159,97); }
H1.HeaderClassName
{
color: #869F61;
}
.AnyTagClassName
{
color: #869F61;
}
</style>
background-color css
<style>
a { background-color: #869F61; }
a { background-color: rgb(134,159,97); }
div.DivClassName
{
background-color: #869F61;
}
.BgClassName
{
background-color: #869F61;
}
</style>
border-color css
<style>
span { border-color: #869F61; }
span { border-color: rgb(134,159,97); }
td.TdClassName
{
border-color: #869F61;
}
.TagClassName
{
border-color: #869F61;
}
</style>