Shades of Chelsea Cucumber #8DA669
Tints of Chelsea Cucumber #8DA669
RGB
CMYK
RGB Variations
Color information
#8DA669 (or 0x8DA669) is known color: Chelsea Cucumber. HEX triplet: 8D, A6 and 69. RGB value is (141,166,105). Sum of RGB (Red+Green+Blue) = 141+166+105=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA669 is #725996. Grayscale: #979797. Windows color (decimal): -7494039 or 6923917. OLE color: 6923917.
HSL color Cylindrical-coordinate representation of color #8DA669: hue angle of 84.59º 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 #8DA669 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 105 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.35 |
| HSL | 84.59º | 0.26% | 0.53% | - |
| HSV(B) | 84.59º | 0.37% | 0.65% | - |
| XYZ | 27.17 | 33.96 | 18.49 | - |
| YUV | 151.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 105 | 0.15 | 0 | 0.37 | 0.35 | 84.59 | 0.26 | 0.53 |
| Hex | 8D | A6 | 69 | F | 0 | 25 | 23 | 55 | 1A | 35 |
| Octal | 215 | 246 | 151 | 17 | 0 | 45 | 43 | 125 | 32 | 65 |
| Binary | 10001101 | 10100110 | 1101001 | 1111 | 0 | 100101 | 100011 | 1010101 | 11010 | 110101 |
Color Harmonies of #8DA669
Complementary color
Monochromatic Colors of #8DA669
Black with #8DA669
Text Example
Text Example
White with #8DA669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA669; }
p { color: rgb(141,166,105); }
H1.HeaderClassName
{
color: #8DA669;
}
.AnyTagClassName
{
color: #8DA669;
}
</style>
background-color css
<style>
a { background-color: #8DA669; }
a { background-color: rgb(141,166,105); }
div.DivClassName
{
background-color: #8DA669;
}
.BgClassName
{
background-color: #8DA669;
}
</style>
border-color css
<style>
span { border-color: #8DA669; }
span { border-color: rgb(141,166,105); }
td.TdClassName
{
border-color: #8DA669;
}
.TagClassName
{
border-color: #8DA669;
}
</style>