Shades of Chelsea Cucumber #8C9F6E
Tints of Chelsea Cucumber #8C9F6E
RGB
CMYK
RGB Variations
Color information
#8C9F6E (or 0x8C9F6E) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 6E. RGB value is (140,159,110). Sum of RGB (Red+Green+Blue) = 140+159+110=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F6E is #736091. Grayscale: #939393. Windows color (decimal): -7561362 or 7249804. OLE color: 7249804.
HSL color Cylindrical-coordinate representation of color #8C9F6E: hue angle of 83.27º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9F6E is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 110 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.38 |
| HSL | 83.27º | 0.2% | 0.53% | - |
| HSV(B) | 83.27º | 0.31% | 0.62% | - |
| XYZ | 26.03 | 31.5 | 19.46 | - |
| YUV | 147.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 110 | 0.12 | 0 | 0.31 | 0.38 | 83.27 | 0.2 | 0.53 |
| Hex | 8C | 9F | 6E | C | 0 | 1F | 26 | 53 | 14 | 35 |
| Octal | 214 | 237 | 156 | 14 | 0 | 37 | 46 | 123 | 24 | 65 |
| Binary | 10001100 | 10011111 | 1101110 | 1100 | 0 | 11111 | 100110 | 1010011 | 10100 | 110101 |
Color Harmonies of #8C9F6E
Complementary color
Monochromatic Colors of #8C9F6E
Black with #8C9F6E
Text Example
Text Example
White with #8C9F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F6E; }
p { color: rgb(140,159,110); }
H1.HeaderClassName
{
color: #8C9F6E;
}
.AnyTagClassName
{
color: #8C9F6E;
}
</style>
background-color css
<style>
a { background-color: #8C9F6E; }
a { background-color: rgb(140,159,110); }
div.DivClassName
{
background-color: #8C9F6E;
}
.BgClassName
{
background-color: #8C9F6E;
}
</style>
border-color css
<style>
span { border-color: #8C9F6E; }
span { border-color: rgb(140,159,110); }
td.TdClassName
{
border-color: #8C9F6E;
}
.TagClassName
{
border-color: #8C9F6E;
}
</style>