Shades of Chelsea Cucumber #869C5E
Tints of Chelsea Cucumber #869C5E
RGB
CMYK
RGB Variations
Color information
#869C5E (or 0x869C5E) is known color: Chelsea Cucumber. HEX triplet: 86, 9C and 5E. RGB value is (134,156,94). Sum of RGB (Red+Green+Blue) = 134+156+94=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #869C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869C5E is #7963A1. Grayscale: #8E8E8E. Windows color (decimal): -7955362 or 6200454. OLE color: 6200454.
HSL color Cylindrical-coordinate representation of color #869C5E: hue angle of 81.29º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #869C5E is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 94 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.39 |
| HSL | 81.29º | 0.25% | 0.49% | - |
| HSV(B) | 81.29º | 0.4% | 0.61% | - |
| XYZ | 23.74 | 29.65 | 15.06 | - |
| YUV | 142.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 94 | 0.14 | 0 | 0.40 | 0.39 | 81.29 | 0.25 | 0.49 |
| Hex | 86 | 9C | 5E | E | 0 | 28 | 27 | 51 | 19 | 31 |
| Octal | 206 | 234 | 136 | 16 | 0 | 50 | 47 | 121 | 31 | 61 |
| Binary | 10000110 | 10011100 | 1011110 | 1110 | 0 | 101000 | 100111 | 1010001 | 11001 | 110001 |
Color Harmonies of #869C5E
Complementary color
Monochromatic Colors of #869C5E
Black with #869C5E
Text Example
Text Example
White with #869C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C5E; }
p { color: rgb(134,156,94); }
H1.HeaderClassName
{
color: #869C5E;
}
.AnyTagClassName
{
color: #869C5E;
}
</style>
background-color css
<style>
a { background-color: #869C5E; }
a { background-color: rgb(134,156,94); }
div.DivClassName
{
background-color: #869C5E;
}
.BgClassName
{
background-color: #869C5E;
}
</style>
border-color css
<style>
span { border-color: #869C5E; }
span { border-color: rgb(134,156,94); }
td.TdClassName
{
border-color: #869C5E;
}
.TagClassName
{
border-color: #869C5E;
}
</style>