Shades of Chelsea Cucumber #8DA764
Tints of Chelsea Cucumber #8DA764
RGB
CMYK
RGB Variations
Color information
#8DA764 (or 0x8DA764) is known color: Chelsea Cucumber. HEX triplet: 8D, A7 and 64. RGB value is (141,167,100). Sum of RGB (Red+Green+Blue) = 141+167+100=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA764 is #72589B. Grayscale: #979797. Windows color (decimal): -7493788 or 6596493. OLE color: 6596493.
HSL color Cylindrical-coordinate representation of color #8DA764: hue angle of 83.28º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA764 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 167 | 100 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.35 |
| HSL | 83.28º | 0.28% | 0.52% | - |
| HSV(B) | 83.28º | 0.4% | 0.65% | - |
| XYZ | 27.1 | 34.22 | 17.23 | - |
| YUV | 151.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 100 | 0.16 | 0 | 0.40 | 0.35 | 83.28 | 0.28 | 0.52 |
| Hex | 8D | A7 | 64 | 10 | 0 | 28 | 23 | 53 | 1C | 34 |
| Octal | 215 | 247 | 144 | 20 | 0 | 50 | 43 | 123 | 34 | 64 |
| Binary | 10001101 | 10100111 | 1100100 | 10000 | 0 | 101000 | 100011 | 1010011 | 11100 | 110100 |
Color Harmonies of #8DA764
Complementary color
Monochromatic Colors of #8DA764
Black with #8DA764
Text Example
Text Example
White with #8DA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA764; }
p { color: rgb(141,167,100); }
H1.HeaderClassName
{
color: #8DA764;
}
.AnyTagClassName
{
color: #8DA764;
}
</style>
background-color css
<style>
a { background-color: #8DA764; }
a { background-color: rgb(141,167,100); }
div.DivClassName
{
background-color: #8DA764;
}
.BgClassName
{
background-color: #8DA764;
}
</style>
border-color css
<style>
span { border-color: #8DA764; }
span { border-color: rgb(141,167,100); }
td.TdClassName
{
border-color: #8DA764;
}
.TagClassName
{
border-color: #8DA764;
}
</style>