Shades of Chelsea Cucumber #8A9F6E
Tints of Chelsea Cucumber #8A9F6E
RGB
CMYK
RGB Variations
Color information
#8A9F6E (or 0x8A9F6E) is known color: Chelsea Cucumber. HEX triplet: 8A, 9F and 6E. RGB value is (138,159,110). Sum of RGB (Red+Green+Blue) = 138+159+110=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9F6E is #756091. Grayscale: #939393. Windows color (decimal): -7692434 or 7249802. OLE color: 7249802.
HSL color Cylindrical-coordinate representation of color #8A9F6E: hue angle of 85.71º 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 #8A9F6E is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 159 | 110 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.38 |
| HSL | 85.71º | 0.2% | 0.53% | - |
| HSV(B) | 85.71º | 0.31% | 0.62% | - |
| XYZ | 25.69 | 31.33 | 19.44 | - |
| YUV | 147.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 110 | 0.13 | 0 | 0.31 | 0.38 | 85.71 | 0.2 | 0.53 |
| Hex | 8A | 9F | 6E | D | 0 | 1F | 26 | 56 | 14 | 35 |
| Octal | 212 | 237 | 156 | 15 | 0 | 37 | 46 | 126 | 24 | 65 |
| Binary | 10001010 | 10011111 | 1101110 | 1101 | 0 | 11111 | 100110 | 1010110 | 10100 | 110101 |
Color Harmonies of #8A9F6E
Complementary color
Monochromatic Colors of #8A9F6E
Black with #8A9F6E
Text Example
Text Example
White with #8A9F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9F6E; }
p { color: rgb(138,159,110); }
H1.HeaderClassName
{
color: #8A9F6E;
}
.AnyTagClassName
{
color: #8A9F6E;
}
</style>
background-color css
<style>
a { background-color: #8A9F6E; }
a { background-color: rgb(138,159,110); }
div.DivClassName
{
background-color: #8A9F6E;
}
.BgClassName
{
background-color: #8A9F6E;
}
</style>
border-color css
<style>
span { border-color: #8A9F6E; }
span { border-color: rgb(138,159,110); }
td.TdClassName
{
border-color: #8A9F6E;
}
.TagClassName
{
border-color: #8A9F6E;
}
</style>