Shades of Chelsea Cucumber #86A75D
Tints of Chelsea Cucumber #86A75D
RGB
CMYK
RGB Variations
Color information
#86A75D (or 0x86A75D) is known color: Chelsea Cucumber. HEX triplet: 86, A7 and 5D. RGB value is (134,167,93). Sum of RGB (Red+Green+Blue) = 134+167+93=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 167 - color contains mainly: green. Hex color #86A75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A75D is #7958A2. Grayscale: #949494. Windows color (decimal): -7952547 or 6137734. OLE color: 6137734.
HSL color Cylindrical-coordinate representation of color #86A75D: hue angle of 86.76º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86A75D is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 167 | 93 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.35 |
| HSL | 86.76º | 0.3% | 0.51% | - |
| HSV(B) | 86.76º | 0.44% | 0.65% | - |
| XYZ | 25.63 | 33.5 | 15.47 | - |
| YUV | 148.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 93 | 0.20 | 0 | 0.44 | 0.35 | 86.76 | 0.3 | 0.51 |
| Hex | 86 | A7 | 5D | 14 | 0 | 2C | 23 | 57 | 1E | 33 |
| Octal | 206 | 247 | 135 | 24 | 0 | 54 | 43 | 127 | 36 | 63 |
| Binary | 10000110 | 10100111 | 1011101 | 10100 | 0 | 101100 | 100011 | 1010111 | 11110 | 110011 |
Color Harmonies of #86A75D
Complementary color
Monochromatic Colors of #86A75D
Black with #86A75D
Text Example
Text Example
White with #86A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A75D; }
p { color: rgb(134,167,93); }
H1.HeaderClassName
{
color: #86A75D;
}
.AnyTagClassName
{
color: #86A75D;
}
</style>
background-color css
<style>
a { background-color: #86A75D; }
a { background-color: rgb(134,167,93); }
div.DivClassName
{
background-color: #86A75D;
}
.BgClassName
{
background-color: #86A75D;
}
</style>
border-color css
<style>
span { border-color: #86A75D; }
span { border-color: rgb(134,167,93); }
td.TdClassName
{
border-color: #86A75D;
}
.TagClassName
{
border-color: #86A75D;
}
</style>