Shades of Chelsea Cucumber #8CA671
Tints of Chelsea Cucumber #8CA671
RGB
CMYK
RGB Variations
Color information
#8CA671 (or 0x8CA671) is known color: Chelsea Cucumber. HEX triplet: 8C, A6 and 71. RGB value is (140,166,113). Sum of RGB (Red+Green+Blue) = 140+166+113=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA671 is #73598E. Grayscale: #989898. Windows color (decimal): -7559567 or 7448204. OLE color: 7448204.
HSL color Cylindrical-coordinate representation of color #8CA671: hue angle of 89.43º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CA671 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 113 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.35 |
| HSL | 89.43º | 0.23% | 0.55% | - |
| HSV(B) | 89.43º | 0.32% | 0.65% | - |
| XYZ | 27.43 | 34.04 | 20.75 | - |
| YUV | 152.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 113 | 0.16 | 0 | 0.32 | 0.35 | 89.43 | 0.23 | 0.55 |
| Hex | 8C | A6 | 71 | 10 | 0 | 20 | 23 | 59 | 17 | 37 |
| Octal | 214 | 246 | 161 | 20 | 0 | 40 | 43 | 131 | 27 | 67 |
| Binary | 10001100 | 10100110 | 1110001 | 10000 | 0 | 100000 | 100011 | 1011001 | 10111 | 110111 |
Color Harmonies of #8CA671
Complementary color
Monochromatic Colors of #8CA671
Black with #8CA671
Text Example
Text Example
White with #8CA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA671; }
p { color: rgb(140,166,113); }
H1.HeaderClassName
{
color: #8CA671;
}
.AnyTagClassName
{
color: #8CA671;
}
</style>
background-color css
<style>
a { background-color: #8CA671; }
a { background-color: rgb(140,166,113); }
div.DivClassName
{
background-color: #8CA671;
}
.BgClassName
{
background-color: #8CA671;
}
</style>
border-color css
<style>
span { border-color: #8CA671; }
span { border-color: rgb(140,166,113); }
td.TdClassName
{
border-color: #8CA671;
}
.TagClassName
{
border-color: #8CA671;
}
</style>