Shades of Chelsea Cucumber #80A64D
Tints of Chelsea Cucumber #80A64D
RGB
CMYK
RGB Variations
Color information
#80A64D (or 0x80A64D) is known color: Chelsea Cucumber. HEX triplet: 80, A6 and 4D. RGB value is (128,166,77). Sum of RGB (Red+Green+Blue) = 128+166+77=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #80A64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A64D is #7F59B2. Grayscale: #909090. Windows color (decimal): -8346035 or 5088896. OLE color: 5088896.
HSL color Cylindrical-coordinate representation of color #80A64D: hue angle of 85.62º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80A64D is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 77 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.35 |
| HSL | 85.62º | 0.37% | 0.48% | - |
| HSV(B) | 85.62º | 0.54% | 0.65% | - |
| XYZ | 23.88 | 32.4 | 12.02 | - |
| YUV | 144.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 77 | 0.23 | 0 | 0.54 | 0.35 | 85.62 | 0.37 | 0.48 |
| Hex | 80 | A6 | 4D | 17 | 0 | 36 | 23 | 56 | 25 | 30 |
| Octal | 200 | 246 | 115 | 27 | 0 | 66 | 43 | 126 | 45 | 60 |
| Binary | 10000000 | 10100110 | 1001101 | 10111 | 0 | 110110 | 100011 | 1010110 | 100101 | 110000 |
Color Harmonies of #80A64D
Complementary color
Monochromatic Colors of #80A64D
Black with #80A64D
Text Example
Text Example
White with #80A64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A64D; }
p { color: rgb(128,166,77); }
H1.HeaderClassName
{
color: #80A64D;
}
.AnyTagClassName
{
color: #80A64D;
}
</style>
background-color css
<style>
a { background-color: #80A64D; }
a { background-color: rgb(128,166,77); }
div.DivClassName
{
background-color: #80A64D;
}
.BgClassName
{
background-color: #80A64D;
}
</style>
border-color css
<style>
span { border-color: #80A64D; }
span { border-color: rgb(128,166,77); }
td.TdClassName
{
border-color: #80A64D;
}
.TagClassName
{
border-color: #80A64D;
}
</style>