Shades of Chelsea Cucumber #8CB069
Tints of Chelsea Cucumber #8CB069
RGB
CMYK
RGB Variations
Color information
#8CB069 (or 0x8CB069) is known color: Chelsea Cucumber. HEX triplet: 8C, B0 and 69. RGB value is (140,176,105). Sum of RGB (Red+Green+Blue) = 140+176+105=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB069 is #734F96. Grayscale: #9D9D9D. Windows color (decimal): -7557015 or 6926476. OLE color: 6926476.
HSL color Cylindrical-coordinate representation of color #8CB069: hue angle of 90.42º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CB069 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 105 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.31 |
| HSL | 90.42º | 0.31% | 0.55% | - |
| HSV(B) | 90.42º | 0.4% | 0.69% | - |
| XYZ | 28.89 | 37.65 | 19.11 | - |
| YUV | 157.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 105 | 0.20 | 0 | 0.40 | 0.31 | 90.42 | 0.31 | 0.55 |
| Hex | 8C | B0 | 69 | 14 | 0 | 28 | 1F | 5A | 1F | 37 |
| Octal | 214 | 260 | 151 | 24 | 0 | 50 | 37 | 132 | 37 | 67 |
| Binary | 10001100 | 10110000 | 1101001 | 10100 | 0 | 101000 | 11111 | 1011010 | 11111 | 110111 |
Color Harmonies of #8CB069
Complementary color
Monochromatic Colors of #8CB069
Black with #8CB069
Text Example
Text Example
White with #8CB069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB069; }
p { color: rgb(140,176,105); }
H1.HeaderClassName
{
color: #8CB069;
}
.AnyTagClassName
{
color: #8CB069;
}
</style>
background-color css
<style>
a { background-color: #8CB069; }
a { background-color: rgb(140,176,105); }
div.DivClassName
{
background-color: #8CB069;
}
.BgClassName
{
background-color: #8CB069;
}
</style>
border-color css
<style>
span { border-color: #8CB069; }
span { border-color: rgb(140,176,105); }
td.TdClassName
{
border-color: #8CB069;
}
.TagClassName
{
border-color: #8CB069;
}
</style>