Shades of Chelsea Cucumber #8CB761
Tints of Chelsea Cucumber #8CB761
RGB
CMYK
RGB Variations
Color information
#8CB761 (or 0x8CB761) is known color: Chelsea Cucumber. HEX triplet: 8C, B7 and 61. RGB value is (140,183,97). Sum of RGB (Red+Green+Blue) = 140+183+97=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB761 is #73489E. Grayscale: #A0A0A0. Windows color (decimal): -7555231 or 6403980. OLE color: 6403980.
HSL color Cylindrical-coordinate representation of color #8CB761: hue angle of 90º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CB761 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 183 | 97 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.28 |
| HSL | 90º | 0.37% | 0.55% | - |
| HSV(B) | 90º | 0.47% | 0.72% | - |
| XYZ | 29.91 | 40.31 | 17.51 | - |
| YUV | 160.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 183 | 97 | 0.23 | 0 | 0.47 | 0.28 | 90 | 0.37 | 0.55 |
| Hex | 8C | B7 | 61 | 17 | 0 | 2F | 1C | 5A | 25 | 37 |
| Octal | 214 | 267 | 141 | 27 | 0 | 57 | 34 | 132 | 45 | 67 |
| Binary | 10001100 | 10110111 | 1100001 | 10111 | 0 | 101111 | 11100 | 1011010 | 100101 | 110111 |
Color Harmonies of #8CB761
Complementary color
Monochromatic Colors of #8CB761
Black with #8CB761
Text Example
Text Example
White with #8CB761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB761; }
p { color: rgb(140,183,97); }
H1.HeaderClassName
{
color: #8CB761;
}
.AnyTagClassName
{
color: #8CB761;
}
</style>
background-color css
<style>
a { background-color: #8CB761; }
a { background-color: rgb(140,183,97); }
div.DivClassName
{
background-color: #8CB761;
}
.BgClassName
{
background-color: #8CB761;
}
</style>
border-color css
<style>
span { border-color: #8CB761; }
span { border-color: rgb(140,183,97); }
td.TdClassName
{
border-color: #8CB761;
}
.TagClassName
{
border-color: #8CB761;
}
</style>