Shades of Chelsea Cucumber #869B63
Tints of Chelsea Cucumber #869B63
RGB
CMYK
RGB Variations
Color information
#869B63 (or 0x869B63) is known color: Chelsea Cucumber. HEX triplet: 86, 9B and 63. RGB value is (134,155,99). Sum of RGB (Red+Green+Blue) = 134+155+99=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #869B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B63 is #79649C. Grayscale: #8E8E8E. Windows color (decimal): -7955613 or 6527878. OLE color: 6527878.
HSL color Cylindrical-coordinate representation of color #869B63: hue angle of 82.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #869B63 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 99 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.39 |
| HSL | 82.5º | 0.22% | 0.5% | - |
| HSV(B) | 82.5º | 0.36% | 0.61% | - |
| XYZ | 23.8 | 29.41 | 16.23 | - |
| YUV | 142.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 99 | 0.14 | 0 | 0.36 | 0.39 | 82.5 | 0.22 | 0.5 |
| Hex | 86 | 9B | 63 | E | 0 | 24 | 27 | 52 | 16 | 32 |
| Octal | 206 | 233 | 143 | 16 | 0 | 44 | 47 | 122 | 26 | 62 |
| Binary | 10000110 | 10011011 | 1100011 | 1110 | 0 | 100100 | 100111 | 1010010 | 10110 | 110010 |
Color Harmonies of #869B63
Complementary color
Monochromatic Colors of #869B63
Black with #869B63
Text Example
Text Example
White with #869B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B63; }
p { color: rgb(134,155,99); }
H1.HeaderClassName
{
color: #869B63;
}
.AnyTagClassName
{
color: #869B63;
}
</style>
background-color css
<style>
a { background-color: #869B63; }
a { background-color: rgb(134,155,99); }
div.DivClassName
{
background-color: #869B63;
}
.BgClassName
{
background-color: #869B63;
}
</style>
border-color css
<style>
span { border-color: #869B63; }
span { border-color: rgb(134,155,99); }
td.TdClassName
{
border-color: #869B63;
}
.TagClassName
{
border-color: #869B63;
}
</style>