Shades of Chelsea Cucumber #8DA76D
Tints of Chelsea Cucumber #8DA76D
RGB
CMYK
RGB Variations
Color information
#8DA76D (or 0x8DA76D) is known color: Chelsea Cucumber. HEX triplet: 8D, A7 and 6D. RGB value is (141,167,109). Sum of RGB (Red+Green+Blue) = 141+167+109=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA76D is #725892. Grayscale: #989898. Windows color (decimal): -7493779 or 7186317. OLE color: 7186317.
HSL color Cylindrical-coordinate representation of color #8DA76D: hue angle of 86.9º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DA76D is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 167 | 109 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.35 |
| HSL | 86.9º | 0.25% | 0.54% | - |
| HSV(B) | 86.9º | 0.35% | 0.65% | - |
| XYZ | 27.56 | 34.4 | 19.66 | - |
| YUV | 152.61 | 103.39 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 109 | 0.16 | 0 | 0.35 | 0.35 | 86.9 | 0.25 | 0.54 |
| Hex | 8D | A7 | 6D | 10 | 0 | 23 | 23 | 57 | 19 | 36 |
| Octal | 215 | 247 | 155 | 20 | 0 | 43 | 43 | 127 | 31 | 66 |
| Binary | 10001101 | 10100111 | 1101101 | 10000 | 0 | 100011 | 100011 | 1010111 | 11001 | 110110 |
Color Harmonies of #8DA76D
Complementary color
Monochromatic Colors of #8DA76D
Black with #8DA76D
Text Example
Text Example
White with #8DA76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA76D; }
p { color: rgb(141,167,109); }
H1.HeaderClassName
{
color: #8DA76D;
}
.AnyTagClassName
{
color: #8DA76D;
}
</style>
background-color css
<style>
a { background-color: #8DA76D; }
a { background-color: rgb(141,167,109); }
div.DivClassName
{
background-color: #8DA76D;
}
.BgClassName
{
background-color: #8DA76D;
}
</style>
border-color css
<style>
span { border-color: #8DA76D; }
span { border-color: rgb(141,167,109); }
td.TdClassName
{
border-color: #8DA76D;
}
.TagClassName
{
border-color: #8DA76D;
}
</style>