Shades of Chelsea Cucumber #869A4E
Tints of Chelsea Cucumber #869A4E
RGB
CMYK
RGB Variations
Color information
#869A4E (or 0x869A4E) is known color: Chelsea Cucumber. HEX triplet: 86, 9A and 4E. RGB value is (134,154,78). Sum of RGB (Red+Green+Blue) = 134+154+78=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #869A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869A4E is #7965B1. Grayscale: #8B8B8B. Windows color (decimal): -7955890 or 5151366. OLE color: 5151366.
HSL color Cylindrical-coordinate representation of color #869A4E: hue angle of 75.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #869A4E is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 154 | 78 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.40 |
| HSL | 75.79º | 0.33% | 0.45% | - |
| HSV(B) | 75.79º | 0.49% | 0.6% | - |
| XYZ | 22.76 | 28.73 | 11.55 | - |
| YUV | 139.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 78 | 0.13 | 0 | 0.49 | 0.40 | 75.79 | 0.33 | 0.45 |
| Hex | 86 | 9A | 4E | D | 0 | 31 | 28 | 4C | 21 | 2D |
| Octal | 206 | 232 | 116 | 15 | 0 | 61 | 50 | 114 | 41 | 55 |
| Binary | 10000110 | 10011010 | 1001110 | 1101 | 0 | 110001 | 101000 | 1001100 | 100001 | 101101 |
Color Harmonies of #869A4E
Complementary color
Monochromatic Colors of #869A4E
Black with #869A4E
Text Example
Text Example
White with #869A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869A4E; }
p { color: rgb(134,154,78); }
H1.HeaderClassName
{
color: #869A4E;
}
.AnyTagClassName
{
color: #869A4E;
}
</style>
background-color css
<style>
a { background-color: #869A4E; }
a { background-color: rgb(134,154,78); }
div.DivClassName
{
background-color: #869A4E;
}
.BgClassName
{
background-color: #869A4E;
}
</style>
border-color css
<style>
span { border-color: #869A4E; }
span { border-color: rgb(134,154,78); }
td.TdClassName
{
border-color: #869A4E;
}
.TagClassName
{
border-color: #869A4E;
}
</style>