Shades of Chelsea Cucumber #8DB06A
Tints of Chelsea Cucumber #8DB06A
RGB
CMYK
RGB Variations
Color information
#8DB06A (or 0x8DB06A) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 6A. RGB value is (141,176,106). Sum of RGB (Red+Green+Blue) = 141+176+106=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB06A is #724F95. Grayscale: #9D9D9D. Windows color (decimal): -7491478 or 6992013. OLE color: 6992013.
HSL color Cylindrical-coordinate representation of color #8DB06A: hue angle of 90º 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 #8DB06A is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 106 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.31 |
| HSL | 90º | 0.31% | 0.55% | - |
| HSV(B) | 90º | 0.4% | 0.69% | - |
| XYZ | 29.11 | 37.75 | 19.39 | - |
| YUV | 157.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 106 | 0.20 | 0 | 0.40 | 0.31 | 90 | 0.31 | 0.55 |
| Hex | 8D | B0 | 6A | 14 | 0 | 28 | 1F | 5A | 1F | 37 |
| Octal | 215 | 260 | 152 | 24 | 0 | 50 | 37 | 132 | 37 | 67 |
| Binary | 10001101 | 10110000 | 1101010 | 10100 | 0 | 101000 | 11111 | 1011010 | 11111 | 110111 |
Color Harmonies of #8DB06A
Complementary color
Monochromatic Colors of #8DB06A
Black with #8DB06A
Text Example
Text Example
White with #8DB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB06A; }
p { color: rgb(141,176,106); }
H1.HeaderClassName
{
color: #8DB06A;
}
.AnyTagClassName
{
color: #8DB06A;
}
</style>
background-color css
<style>
a { background-color: #8DB06A; }
a { background-color: rgb(141,176,106); }
div.DivClassName
{
background-color: #8DB06A;
}
.BgClassName
{
background-color: #8DB06A;
}
</style>
border-color css
<style>
span { border-color: #8DB06A; }
span { border-color: rgb(141,176,106); }
td.TdClassName
{
border-color: #8DB06A;
}
.TagClassName
{
border-color: #8DB06A;
}
</style>