Shades of Chelsea Cucumber #8CA767
Tints of Chelsea Cucumber #8CA767
RGB
CMYK
RGB Variations
Color information
#8CA767 (or 0x8CA767) is known color: Chelsea Cucumber. HEX triplet: 8C, A7 and 67. RGB value is (140,167,103). Sum of RGB (Red+Green+Blue) = 140+167+103=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA767 is #735898. Grayscale: #979797. Windows color (decimal): -7559321 or 6793100. OLE color: 6793100.
HSL color Cylindrical-coordinate representation of color #8CA767: hue angle of 85.31º degrees, saturation: 0.27, 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 #8CA767 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 167 | 103 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.35 |
| HSL | 85.31º | 0.27% | 0.53% | - |
| HSV(B) | 85.31º | 0.38% | 0.65% | - |
| XYZ | 27.08 | 34.19 | 18 | - |
| YUV | 151.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 103 | 0.16 | 0 | 0.38 | 0.35 | 85.31 | 0.27 | 0.53 |
| Hex | 8C | A7 | 67 | 10 | 0 | 26 | 23 | 55 | 1B | 35 |
| Octal | 214 | 247 | 147 | 20 | 0 | 46 | 43 | 125 | 33 | 65 |
| Binary | 10001100 | 10100111 | 1100111 | 10000 | 0 | 100110 | 100011 | 1010101 | 11011 | 110101 |
Color Harmonies of #8CA767
Complementary color
Monochromatic Colors of #8CA767
Black with #8CA767
Text Example
Text Example
White with #8CA767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA767; }
p { color: rgb(140,167,103); }
H1.HeaderClassName
{
color: #8CA767;
}
.AnyTagClassName
{
color: #8CA767;
}
</style>
background-color css
<style>
a { background-color: #8CA767; }
a { background-color: rgb(140,167,103); }
div.DivClassName
{
background-color: #8CA767;
}
.BgClassName
{
background-color: #8CA767;
}
</style>
border-color css
<style>
span { border-color: #8CA767; }
span { border-color: rgb(140,167,103); }
td.TdClassName
{
border-color: #8CA767;
}
.TagClassName
{
border-color: #8CA767;
}
</style>