Shades of Chelsea Cucumber #869D5F
Tints of Chelsea Cucumber #869D5F
RGB
CMYK
RGB Variations
Color information
#869D5F (or 0x869D5F) is known color: Chelsea Cucumber. HEX triplet: 86, 9D and 5F. RGB value is (134,157,95). Sum of RGB (Red+Green+Blue) = 134+157+95=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #869D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869D5F is #7962A0. Grayscale: #8F8F8F. Windows color (decimal): -7955105 or 6266246. OLE color: 6266246.
HSL color Cylindrical-coordinate representation of color #869D5F: hue angle of 82.26º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #869D5F is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 95 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.38 |
| HSL | 82.26º | 0.25% | 0.49% | - |
| HSV(B) | 82.26º | 0.39% | 0.62% | - |
| XYZ | 23.95 | 30.01 | 15.36 | - |
| YUV | 143.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 95 | 0.15 | 0 | 0.39 | 0.38 | 82.26 | 0.25 | 0.49 |
| Hex | 86 | 9D | 5F | F | 0 | 27 | 26 | 52 | 19 | 31 |
| Octal | 206 | 235 | 137 | 17 | 0 | 47 | 46 | 122 | 31 | 61 |
| Binary | 10000110 | 10011101 | 1011111 | 1111 | 0 | 100111 | 100110 | 1010010 | 11001 | 110001 |
Color Harmonies of #869D5F
Complementary color
Monochromatic Colors of #869D5F
Black with #869D5F
Text Example
Text Example
White with #869D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D5F; }
p { color: rgb(134,157,95); }
H1.HeaderClassName
{
color: #869D5F;
}
.AnyTagClassName
{
color: #869D5F;
}
</style>
background-color css
<style>
a { background-color: #869D5F; }
a { background-color: rgb(134,157,95); }
div.DivClassName
{
background-color: #869D5F;
}
.BgClassName
{
background-color: #869D5F;
}
</style>
border-color css
<style>
span { border-color: #869D5F; }
span { border-color: rgb(134,157,95); }
td.TdClassName
{
border-color: #869D5F;
}
.TagClassName
{
border-color: #869D5F;
}
</style>