Shades of Chelsea Cucumber #8DA769
Tints of Chelsea Cucumber #8DA769
RGB
CMYK
RGB Variations
Color information
#8DA769 (or 0x8DA769) is known color: Chelsea Cucumber. HEX triplet: 8D, A7 and 69. RGB value is (141,167,105). Sum of RGB (Red+Green+Blue) = 141+167+105=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA769 is #725896. Grayscale: #989898. Windows color (decimal): -7493783 or 6924173. OLE color: 6924173.
HSL color Cylindrical-coordinate representation of color #8DA769: hue angle of 85.16º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DA769 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 167 | 105 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.35 |
| HSL | 85.16º | 0.26% | 0.53% | - |
| HSV(B) | 85.16º | 0.37% | 0.65% | - |
| XYZ | 27.35 | 34.32 | 18.55 | - |
| YUV | 152.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 105 | 0.16 | 0 | 0.37 | 0.35 | 85.16 | 0.26 | 0.53 |
| Hex | 8D | A7 | 69 | 10 | 0 | 25 | 23 | 55 | 1A | 35 |
| Octal | 215 | 247 | 151 | 20 | 0 | 45 | 43 | 125 | 32 | 65 |
| Binary | 10001101 | 10100111 | 1101001 | 10000 | 0 | 100101 | 100011 | 1010101 | 11010 | 110101 |
Color Harmonies of #8DA769
Complementary color
Monochromatic Colors of #8DA769
Black with #8DA769
Text Example
Text Example
White with #8DA769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA769; }
p { color: rgb(141,167,105); }
H1.HeaderClassName
{
color: #8DA769;
}
.AnyTagClassName
{
color: #8DA769;
}
</style>
background-color css
<style>
a { background-color: #8DA769; }
a { background-color: rgb(141,167,105); }
div.DivClassName
{
background-color: #8DA769;
}
.BgClassName
{
background-color: #8DA769;
}
</style>
border-color css
<style>
span { border-color: #8DA769; }
span { border-color: rgb(141,167,105); }
td.TdClassName
{
border-color: #8DA769;
}
.TagClassName
{
border-color: #8DA769;
}
</style>