Shades of Chelsea Cucumber #8FA768
Tints of Chelsea Cucumber #8FA768
RGB
CMYK
RGB Variations
Color information
#8FA768 (or 0x8FA768) is known color: Chelsea Cucumber. HEX triplet: 8F, A7 and 68. RGB value is (143,167,104). Sum of RGB (Red+Green+Blue) = 143+167+104=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA768 is #705897. Grayscale: #989898. Windows color (decimal): -7362712 or 6858639. OLE color: 6858639.
HSL color Cylindrical-coordinate representation of color #8FA768: hue angle of 82.86º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FA768 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 167 | 104 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.35 |
| HSL | 82.86º | 0.26% | 0.53% | - |
| HSV(B) | 82.86º | 0.38% | 0.65% | - |
| XYZ | 27.65 | 34.48 | 18.29 | - |
| YUV | 152.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 104 | 0.14 | 0 | 0.38 | 0.35 | 82.86 | 0.26 | 0.53 |
| Hex | 8F | A7 | 68 | E | 0 | 26 | 23 | 53 | 1A | 35 |
| Octal | 217 | 247 | 150 | 16 | 0 | 46 | 43 | 123 | 32 | 65 |
| Binary | 10001111 | 10100111 | 1101000 | 1110 | 0 | 100110 | 100011 | 1010011 | 11010 | 110101 |
Color Harmonies of #8FA768
Complementary color
Monochromatic Colors of #8FA768
Black with #8FA768
Text Example
Text Example
White with #8FA768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA768; }
p { color: rgb(143,167,104); }
H1.HeaderClassName
{
color: #8FA768;
}
.AnyTagClassName
{
color: #8FA768;
}
</style>
background-color css
<style>
a { background-color: #8FA768; }
a { background-color: rgb(143,167,104); }
div.DivClassName
{
background-color: #8FA768;
}
.BgClassName
{
background-color: #8FA768;
}
</style>
border-color css
<style>
span { border-color: #8FA768; }
span { border-color: rgb(143,167,104); }
td.TdClassName
{
border-color: #8FA768;
}
.TagClassName
{
border-color: #8FA768;
}
</style>