Shades of Chelsea Cucumber #869959
Tints of Chelsea Cucumber #869959
RGB
CMYK
RGB Variations
Color information
#869959 (or 0x869959) is known color: Chelsea Cucumber. HEX triplet: 86, 99 and 59. RGB value is (134,153,89). Sum of RGB (Red+Green+Blue) = 134+153+89=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #869959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869959 is #7966A6. Grayscale: #8C8C8C. Windows color (decimal): -7956135 or 5872006. OLE color: 5872006.
HSL color Cylindrical-coordinate representation of color #869959: hue angle of 77.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #869959 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 89 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.4 |
| HSL | 77.81º | 0.26% | 0.47% | - |
| HSV(B) | 77.81º | 0.42% | 0.6% | - |
| XYZ | 23.03 | 28.57 | 13.75 | - |
| YUV | 140.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 89 | 0.12 | 0 | 0.42 | 0.4 | 77.81 | 0.26 | 0.47 |
| Hex | 86 | 99 | 59 | C | 0 | 2A | 28 | 4E | 1A | 2F |
| Octal | 206 | 231 | 131 | 14 | 0 | 52 | 50 | 116 | 32 | 57 |
| Binary | 10000110 | 10011001 | 1011001 | 1100 | 0 | 101010 | 101000 | 1001110 | 11010 | 101111 |
Color Harmonies of #869959
Complementary color
Monochromatic Colors of #869959
Black with #869959
Text Example
Text Example
White with #869959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869959; }
p { color: rgb(134,153,89); }
H1.HeaderClassName
{
color: #869959;
}
.AnyTagClassName
{
color: #869959;
}
</style>
background-color css
<style>
a { background-color: #869959; }
a { background-color: rgb(134,153,89); }
div.DivClassName
{
background-color: #869959;
}
.BgClassName
{
background-color: #869959;
}
</style>
border-color css
<style>
span { border-color: #869959; }
span { border-color: rgb(134,153,89); }
td.TdClassName
{
border-color: #869959;
}
.TagClassName
{
border-color: #869959;
}
</style>