Shades of Chelsea Cucumber #869B61
Tints of Chelsea Cucumber #869B61
RGB
CMYK
RGB Variations
Color information
#869B61 (or 0x869B61) is known color: Chelsea Cucumber. HEX triplet: 86, 9B and 61. RGB value is (134,155,97). Sum of RGB (Red+Green+Blue) = 134+155+97=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #869B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869B61 is #79649E. Grayscale: #8E8E8E. Windows color (decimal): -7955615 or 6396806. OLE color: 6396806.
HSL color Cylindrical-coordinate representation of color #869B61: hue angle of 81.72º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #869B61 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 97 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.39 |
| HSL | 81.72º | 0.23% | 0.49% | - |
| HSV(B) | 81.72º | 0.37% | 0.61% | - |
| XYZ | 23.71 | 29.37 | 15.73 | - |
| YUV | 142.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 97 | 0.14 | 0 | 0.37 | 0.39 | 81.72 | 0.23 | 0.49 |
| Hex | 86 | 9B | 61 | E | 0 | 25 | 27 | 52 | 17 | 31 |
| Octal | 206 | 233 | 141 | 16 | 0 | 45 | 47 | 122 | 27 | 61 |
| Binary | 10000110 | 10011011 | 1100001 | 1110 | 0 | 100101 | 100111 | 1010010 | 10111 | 110001 |
Color Harmonies of #869B61
Complementary color
Monochromatic Colors of #869B61
Black with #869B61
Text Example
Text Example
White with #869B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B61; }
p { color: rgb(134,155,97); }
H1.HeaderClassName
{
color: #869B61;
}
.AnyTagClassName
{
color: #869B61;
}
</style>
background-color css
<style>
a { background-color: #869B61; }
a { background-color: rgb(134,155,97); }
div.DivClassName
{
background-color: #869B61;
}
.BgClassName
{
background-color: #869B61;
}
</style>
border-color css
<style>
span { border-color: #869B61; }
span { border-color: rgb(134,155,97); }
td.TdClassName
{
border-color: #869B61;
}
.TagClassName
{
border-color: #869B61;
}
</style>