Shades of Chelsea Cucumber #8DA060
Tints of Chelsea Cucumber #8DA060
RGB
CMYK
RGB Variations
Color information
#8DA060 (or 0x8DA060) is known color: Chelsea Cucumber. HEX triplet: 8D, A0 and 60. RGB value is (141,160,96). Sum of RGB (Red+Green+Blue) = 141+160+96=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA060 is #725F9F. Grayscale: #939393. Windows color (decimal): -7495584 or 6332557. OLE color: 6332557.
HSL color Cylindrical-coordinate representation of color #8DA060: hue angle of 77.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA060 is Cyan = 0.12, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 96 | - |
| CMYK | 0.12 | 0 | 0.4 | 0.37 |
| HSL | 77.81º | 0.25% | 0.5% | - |
| HSV(B) | 77.81º | 0.4% | 0.63% | - |
| XYZ | 25.67 | 31.65 | 15.82 | - |
| YUV | 147.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 96 | 0.12 | 0 | 0.4 | 0.37 | 77.81 | 0.25 | 0.5 |
| Hex | 8D | A0 | 60 | C | 0 | 28 | 25 | 4E | 19 | 32 |
| Octal | 215 | 240 | 140 | 14 | 0 | 50 | 45 | 116 | 31 | 62 |
| Binary | 10001101 | 10100000 | 1100000 | 1100 | 0 | 101000 | 100101 | 1001110 | 11001 | 110010 |
Color Harmonies of #8DA060
Complementary color
Monochromatic Colors of #8DA060
Black with #8DA060
Text Example
Text Example
White with #8DA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA060; }
p { color: rgb(141,160,96); }
H1.HeaderClassName
{
color: #8DA060;
}
.AnyTagClassName
{
color: #8DA060;
}
</style>
background-color css
<style>
a { background-color: #8DA060; }
a { background-color: rgb(141,160,96); }
div.DivClassName
{
background-color: #8DA060;
}
.BgClassName
{
background-color: #8DA060;
}
</style>
border-color css
<style>
span { border-color: #8DA060; }
span { border-color: rgb(141,160,96); }
td.TdClassName
{
border-color: #8DA060;
}
.TagClassName
{
border-color: #8DA060;
}
</style>