Shades of Chelsea Cucumber #8DA068
Tints of Chelsea Cucumber #8DA068
RGB
CMYK
RGB Variations
Color information
#8DA068 (or 0x8DA068) is known color: Chelsea Cucumber. HEX triplet: 8D, A0 and 68. RGB value is (141,160,104). Sum of RGB (Red+Green+Blue) = 141+160+104=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA068 is #725F97. Grayscale: #949494. Windows color (decimal): -7495576 or 6856845. OLE color: 6856845.
HSL color Cylindrical-coordinate representation of color #8DA068: hue angle of 80.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DA068 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 104 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.37 |
| HSL | 80.36º | 0.23% | 0.52% | - |
| HSV(B) | 80.36º | 0.35% | 0.63% | - |
| XYZ | 26.05 | 31.8 | 17.86 | - |
| YUV | 147.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 104 | 0.12 | 0 | 0.35 | 0.37 | 80.36 | 0.23 | 0.52 |
| Hex | 8D | A0 | 68 | C | 0 | 23 | 25 | 50 | 17 | 34 |
| Octal | 215 | 240 | 150 | 14 | 0 | 43 | 45 | 120 | 27 | 64 |
| Binary | 10001101 | 10100000 | 1101000 | 1100 | 0 | 100011 | 100101 | 1010000 | 10111 | 110100 |
Color Harmonies of #8DA068
Complementary color
Monochromatic Colors of #8DA068
Black with #8DA068
Text Example
Text Example
White with #8DA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA068; }
p { color: rgb(141,160,104); }
H1.HeaderClassName
{
color: #8DA068;
}
.AnyTagClassName
{
color: #8DA068;
}
</style>
background-color css
<style>
a { background-color: #8DA068; }
a { background-color: rgb(141,160,104); }
div.DivClassName
{
background-color: #8DA068;
}
.BgClassName
{
background-color: #8DA068;
}
</style>
border-color css
<style>
span { border-color: #8DA068; }
span { border-color: rgb(141,160,104); }
td.TdClassName
{
border-color: #8DA068;
}
.TagClassName
{
border-color: #8DA068;
}
</style>