Shades of Chelsea Cucumber #8CB760
Tints of Chelsea Cucumber #8CB760
RGB
CMYK
RGB Variations
Color information
#8CB760 (or 0x8CB760) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 60. RGB value is (140,183,96). Sum of RGB (Red+Green+Blue) = 140+183+96=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB760 is #73489F. Grayscale: #A0A0A0. Windows color (decimal): -7555232 or 6338444. OLE color: 6338444.
HSL color Cylindrical-coordinate representation of color #8CB760: hue angle of 89.66º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CB760 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 96 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.28 |
| HSL | 89.66º | 0.38% | 0.55% | - |
| HSV(B) | 89.66º | 0.48% | 0.72% | - |
| XYZ | 29.86 | 40.29 | 17.27 | - |
| YUV | 160.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 96 | 0.23 | 0 | 0.48 | 0.28 | 89.66 | 0.38 | 0.55 |
| Hex | 8C | B7 | 60 | 17 | 0 | 30 | 1C | 5A | 26 | 37 |
| Octal | 214 | 267 | 140 | 27 | 0 | 60 | 34 | 132 | 46 | 67 |
| Binary | 10001100 | 10110111 | 1100000 | 10111 | 0 | 110000 | 11100 | 1011010 | 100110 | 110111 |
Color Harmonies of #8CB760
Complementary color
Monochromatic Colors of #8CB760
Black with #8CB760
Text Example
Text Example
White with #8CB760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB760; }
p { color: rgb(140,183,96); }
H1.HeaderClassName
{
color: #8CB760;
}
.AnyTagClassName
{
color: #8CB760;
}
</style>
background-color css
<style>
a { background-color: #8CB760; }
a { background-color: rgb(140,183,96); }
div.DivClassName
{
background-color: #8CB760;
}
.BgClassName
{
background-color: #8CB760;
}
</style>
border-color css
<style>
span { border-color: #8CB760; }
span { border-color: rgb(140,183,96); }
td.TdClassName
{
border-color: #8CB760;
}
.TagClassName
{
border-color: #8CB760;
}
</style>