Shades of Chelsea Cucumber #8FAB65
Tints of Chelsea Cucumber #8FAB65
RGB
CMYK
RGB Variations
Color information
#8FAB65 (or 0x8FAB65) is known color: Chelsea Cucumber. HEX triplet: 8F, AB and 65. RGB value is (143,171,101). Sum of RGB (Red+Green+Blue) = 143+171+101=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB65 is #70549A. Grayscale: #9A9A9A. Windows color (decimal): -7361691 or 6663055. OLE color: 6663055.
HSL color Cylindrical-coordinate representation of color #8FAB65: hue angle of 84º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FAB65 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 101 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.33 |
| HSL | 84º | 0.29% | 0.53% | - |
| HSV(B) | 84º | 0.41% | 0.67% | - |
| XYZ | 28.24 | 35.91 | 17.75 | - |
| YUV | 154.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 101 | 0.16 | 0 | 0.41 | 0.33 | 84 | 0.29 | 0.53 |
| Hex | 8F | AB | 65 | 10 | 0 | 29 | 21 | 54 | 1D | 35 |
| Octal | 217 | 253 | 145 | 20 | 0 | 51 | 41 | 124 | 35 | 65 |
| Binary | 10001111 | 10101011 | 1100101 | 10000 | 0 | 101001 | 100001 | 1010100 | 11101 | 110101 |
Color Harmonies of #8FAB65
Complementary color
Monochromatic Colors of #8FAB65
Black with #8FAB65
Text Example
Text Example
White with #8FAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB65; }
p { color: rgb(143,171,101); }
H1.HeaderClassName
{
color: #8FAB65;
}
.AnyTagClassName
{
color: #8FAB65;
}
</style>
background-color css
<style>
a { background-color: #8FAB65; }
a { background-color: rgb(143,171,101); }
div.DivClassName
{
background-color: #8FAB65;
}
.BgClassName
{
background-color: #8FAB65;
}
</style>
border-color css
<style>
span { border-color: #8FAB65; }
span { border-color: rgb(143,171,101); }
td.TdClassName
{
border-color: #8FAB65;
}
.TagClassName
{
border-color: #8FAB65;
}
</style>