Shades of Chelsea Cucumber #869C57
Tints of Chelsea Cucumber #869C57
RGB
CMYK
RGB Variations
Color information
#869C57 (or 0x869C57) is known color: Chelsea Cucumber. HEX triplet: 86, 9C and 57. RGB value is (134,156,87). Sum of RGB (Red+Green+Blue) = 134+156+87=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #869C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869C57 is #7963A8. Grayscale: #8D8D8D. Windows color (decimal): -7955369 or 5741702. OLE color: 5741702.
HSL color Cylindrical-coordinate representation of color #869C57: hue angle of 79.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #869C57 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 87 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.39 |
| HSL | 79.13º | 0.28% | 0.48% | - |
| HSV(B) | 79.13º | 0.44% | 0.61% | - |
| XYZ | 23.44 | 29.53 | 13.48 | - |
| YUV | 141.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 87 | 0.14 | 0 | 0.44 | 0.39 | 79.13 | 0.28 | 0.48 |
| Hex | 86 | 9C | 57 | E | 0 | 2C | 27 | 4F | 1C | 30 |
| Octal | 206 | 234 | 127 | 16 | 0 | 54 | 47 | 117 | 34 | 60 |
| Binary | 10000110 | 10011100 | 1010111 | 1110 | 0 | 101100 | 100111 | 1001111 | 11100 | 110000 |
Color Harmonies of #869C57
Complementary color
Monochromatic Colors of #869C57
Black with #869C57
Text Example
Text Example
White with #869C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C57; }
p { color: rgb(134,156,87); }
H1.HeaderClassName
{
color: #869C57;
}
.AnyTagClassName
{
color: #869C57;
}
</style>
background-color css
<style>
a { background-color: #869C57; }
a { background-color: rgb(134,156,87); }
div.DivClassName
{
background-color: #869C57;
}
.BgClassName
{
background-color: #869C57;
}
</style>
border-color css
<style>
span { border-color: #869C57; }
span { border-color: rgb(134,156,87); }
td.TdClassName
{
border-color: #869C57;
}
.TagClassName
{
border-color: #869C57;
}
</style>