Shades of Chelsea Cucumber #8C9F6C
Tints of Chelsea Cucumber #8C9F6C
RGB
CMYK
RGB Variations
Color information
#8C9F6C (or 0x8C9F6C) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 6C. RGB value is (140,159,108). Sum of RGB (Red+Green+Blue) = 140+159+108=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F6C is #736093. Grayscale: #939393. Windows color (decimal): -7561364 or 7118732. OLE color: 7118732.
HSL color Cylindrical-coordinate representation of color #8C9F6C: hue angle of 82.35º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9F6C is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 159 | 108 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.38 |
| HSL | 82.35º | 0.21% | 0.52% | - |
| HSV(B) | 82.35º | 0.32% | 0.62% | - |
| XYZ | 25.92 | 31.45 | 18.89 | - |
| YUV | 147.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 159 | 108 | 0.12 | 0 | 0.32 | 0.38 | 82.35 | 0.21 | 0.52 |
| Hex | 8C | 9F | 6C | C | 0 | 20 | 26 | 52 | 15 | 34 |
| Octal | 214 | 237 | 154 | 14 | 0 | 40 | 46 | 122 | 25 | 64 |
| Binary | 10001100 | 10011111 | 1101100 | 1100 | 0 | 100000 | 100110 | 1010010 | 10101 | 110100 |
Color Harmonies of #8C9F6C
Complementary color
Monochromatic Colors of #8C9F6C
Black with #8C9F6C
Text Example
Text Example
White with #8C9F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F6C; }
p { color: rgb(140,159,108); }
H1.HeaderClassName
{
color: #8C9F6C;
}
.AnyTagClassName
{
color: #8C9F6C;
}
</style>
background-color css
<style>
a { background-color: #8C9F6C; }
a { background-color: rgb(140,159,108); }
div.DivClassName
{
background-color: #8C9F6C;
}
.BgClassName
{
background-color: #8C9F6C;
}
</style>
border-color css
<style>
span { border-color: #8C9F6C; }
span { border-color: rgb(140,159,108); }
td.TdClassName
{
border-color: #8C9F6C;
}
.TagClassName
{
border-color: #8C9F6C;
}
</style>