Shades of Chelsea Cucumber #8A9D70
Tints of Chelsea Cucumber #8A9D70
RGB
CMYK
RGB Variations
Color information
#8A9D70 (or 0x8A9D70) is known color: Chelsea Cucumber. HEX triplet: 8A, 9D and 70. RGB value is (138,157,112). Sum of RGB (Red+Green+Blue) = 138+157+112=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9D70 is #75628F. Grayscale: #929292. Windows color (decimal): -7692944 or 7380362. OLE color: 7380362.
HSL color Cylindrical-coordinate representation of color #8A9D70: hue angle of 85.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A9D70 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 157 | 112 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.38 |
| HSL | 85.33º | 0.19% | 0.53% | - |
| HSV(B) | 85.33º | 0.29% | 0.62% | - |
| XYZ | 25.46 | 30.69 | 19.91 | - |
| YUV | 146.19 | 108.71 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 112 | 0.12 | 0 | 0.29 | 0.38 | 85.33 | 0.19 | 0.53 |
| Hex | 8A | 9D | 70 | C | 0 | 1D | 26 | 55 | 13 | 35 |
| Octal | 212 | 235 | 160 | 14 | 0 | 35 | 46 | 125 | 23 | 65 |
| Binary | 10001010 | 10011101 | 1110000 | 1100 | 0 | 11101 | 100110 | 1010101 | 10011 | 110101 |
Color Harmonies of #8A9D70
Complementary color
Monochromatic Colors of #8A9D70
Black with #8A9D70
Text Example
Text Example
White with #8A9D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9D70; }
p { color: rgb(138,157,112); }
H1.HeaderClassName
{
color: #8A9D70;
}
.AnyTagClassName
{
color: #8A9D70;
}
</style>
background-color css
<style>
a { background-color: #8A9D70; }
a { background-color: rgb(138,157,112); }
div.DivClassName
{
background-color: #8A9D70;
}
.BgClassName
{
background-color: #8A9D70;
}
</style>
border-color css
<style>
span { border-color: #8A9D70; }
span { border-color: rgb(138,157,112); }
td.TdClassName
{
border-color: #8A9D70;
}
.TagClassName
{
border-color: #8A9D70;
}
</style>