Shades of Chelsea Cucumber #80A04A
Tints of Chelsea Cucumber #80A04A
RGB
CMYK
RGB Variations
Color information
#80A04A (or 0x80A04A) is known color: Chelsea Cucumber. HEX triplet: 80, A0 and 4A. RGB value is (128,160,74). Sum of RGB (Red+Green+Blue) = 128+160+74=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #80A04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A04A is #7F5FB5. Grayscale: #8C8C8C. Windows color (decimal): -8347574 or 4890752. OLE color: 4890752.
HSL color Cylindrical-coordinate representation of color #80A04A: hue angle of 82.33º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80A04A is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 74 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.37 |
| HSL | 82.33º | 0.37% | 0.46% | - |
| HSV(B) | 82.33º | 0.54% | 0.63% | - |
| XYZ | 22.71 | 30.23 | 11.12 | - |
| YUV | 140.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 74 | 0.20 | 0 | 0.54 | 0.37 | 82.33 | 0.37 | 0.46 |
| Hex | 80 | A0 | 4A | 14 | 0 | 36 | 25 | 52 | 25 | 2E |
| Octal | 200 | 240 | 112 | 24 | 0 | 66 | 45 | 122 | 45 | 56 |
| Binary | 10000000 | 10100000 | 1001010 | 10100 | 0 | 110110 | 100101 | 1010010 | 100101 | 101110 |
Color Harmonies of #80A04A
Complementary color
Monochromatic Colors of #80A04A
Black with #80A04A
Text Example
Text Example
White with #80A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A04A; }
p { color: rgb(128,160,74); }
H1.HeaderClassName
{
color: #80A04A;
}
.AnyTagClassName
{
color: #80A04A;
}
</style>
background-color css
<style>
a { background-color: #80A04A; }
a { background-color: rgb(128,160,74); }
div.DivClassName
{
background-color: #80A04A;
}
.BgClassName
{
background-color: #80A04A;
}
</style>
border-color css
<style>
span { border-color: #80A04A; }
span { border-color: rgb(128,160,74); }
td.TdClassName
{
border-color: #80A04A;
}
.TagClassName
{
border-color: #80A04A;
}
</style>