Shades of Chelsea Cucumber #80A746
Tints of Chelsea Cucumber #80A746
RGB
CMYK
RGB Variations
Color information
#80A746 (or 0x80A746) is known color: Chelsea Cucumber. HEX triplet: 80, A7 and 46. RGB value is (128,167,70). Sum of RGB (Red+Green+Blue) = 128+167+70=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #80A746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A746 is #7F58B9. Grayscale: #909090. Windows color (decimal): -8345786 or 4630400. OLE color: 4630400.
HSL color Cylindrical-coordinate representation of color #80A746: hue angle of 84.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80A746 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 70 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.35 |
| HSL | 84.12º | 0.41% | 0.46% | - |
| HSV(B) | 84.12º | 0.58% | 0.65% | - |
| XYZ | 23.83 | 32.67 | 10.84 | - |
| YUV | 144.28 | 86.08 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 70 | 0.23 | 0 | 0.58 | 0.35 | 84.12 | 0.41 | 0.46 |
| Hex | 80 | A7 | 46 | 17 | 0 | 3A | 23 | 54 | 29 | 2E |
| Octal | 200 | 247 | 106 | 27 | 0 | 72 | 43 | 124 | 51 | 56 |
| Binary | 10000000 | 10100111 | 1000110 | 10111 | 0 | 111010 | 100011 | 1010100 | 101001 | 101110 |
Color Harmonies of #80A746
Complementary color
Monochromatic Colors of #80A746
Black with #80A746
Text Example
Text Example
White with #80A746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A746; }
p { color: rgb(128,167,70); }
H1.HeaderClassName
{
color: #80A746;
}
.AnyTagClassName
{
color: #80A746;
}
</style>
background-color css
<style>
a { background-color: #80A746; }
a { background-color: rgb(128,167,70); }
div.DivClassName
{
background-color: #80A746;
}
.BgClassName
{
background-color: #80A746;
}
</style>
border-color css
<style>
span { border-color: #80A746; }
span { border-color: rgb(128,167,70); }
td.TdClassName
{
border-color: #80A746;
}
.TagClassName
{
border-color: #80A746;
}
</style>