Shades of Chelsea Cucumber #8DA069
Tints of Chelsea Cucumber #8DA069
RGB
CMYK
RGB Variations
Color information
#8DA069 (or 0x8DA069) is known color: Chelsea Cucumber. HEX triplet: 8D, A0 and 69. RGB value is (141,160,105). Sum of RGB (Red+Green+Blue) = 141+160+105=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA069 is #725F96. Grayscale: #949494. Windows color (decimal): -7495575 or 6922381. OLE color: 6922381.
HSL color Cylindrical-coordinate representation of color #8DA069: hue angle of 80.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DA069 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 105 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.37 |
| HSL | 80.73º | 0.22% | 0.52% | - |
| HSV(B) | 80.73º | 0.34% | 0.63% | - |
| XYZ | 26.11 | 31.82 | 18.13 | - |
| YUV | 148.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 105 | 0.12 | 0 | 0.34 | 0.37 | 80.73 | 0.22 | 0.52 |
| Hex | 8D | A0 | 69 | C | 0 | 22 | 25 | 51 | 16 | 34 |
| Octal | 215 | 240 | 151 | 14 | 0 | 42 | 45 | 121 | 26 | 64 |
| Binary | 10001101 | 10100000 | 1101001 | 1100 | 0 | 100010 | 100101 | 1010001 | 10110 | 110100 |
Color Harmonies of #8DA069
Complementary color
Monochromatic Colors of #8DA069
Black with #8DA069
Text Example
Text Example
White with #8DA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA069; }
p { color: rgb(141,160,105); }
H1.HeaderClassName
{
color: #8DA069;
}
.AnyTagClassName
{
color: #8DA069;
}
</style>
background-color css
<style>
a { background-color: #8DA069; }
a { background-color: rgb(141,160,105); }
div.DivClassName
{
background-color: #8DA069;
}
.BgClassName
{
background-color: #8DA069;
}
</style>
border-color css
<style>
span { border-color: #8DA069; }
span { border-color: rgb(141,160,105); }
td.TdClassName
{
border-color: #8DA069;
}
.TagClassName
{
border-color: #8DA069;
}
</style>