Shades of Chelsea Cucumber #80A752
Tints of Chelsea Cucumber #80A752
RGB
CMYK
RGB Variations
Color information
#80A752 (or 0x80A752) is known color: Chelsea Cucumber. HEX triplet: 80, A7 and 52. RGB value is (128,167,82). Sum of RGB (Red+Green+Blue) = 128+167+82=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #80A752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A752 is #7F58AD. Grayscale: #919191. Windows color (decimal): -8345774 or 5416832. OLE color: 5416832.
HSL color Cylindrical-coordinate representation of color #80A752: hue angle of 87.53º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80A752 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 82 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.35 |
| HSL | 87.53º | 0.34% | 0.49% | - |
| HSV(B) | 87.53º | 0.51% | 0.65% | - |
| XYZ | 24.24 | 32.84 | 13.04 | - |
| YUV | 145.65 | 92.08 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 82 | 0.23 | 0 | 0.51 | 0.35 | 87.53 | 0.34 | 0.49 |
| Hex | 80 | A7 | 52 | 17 | 0 | 33 | 23 | 58 | 22 | 31 |
| Octal | 200 | 247 | 122 | 27 | 0 | 63 | 43 | 130 | 42 | 61 |
| Binary | 10000000 | 10100111 | 1010010 | 10111 | 0 | 110011 | 100011 | 1011000 | 100010 | 110001 |
Color Harmonies of #80A752
Complementary color
Monochromatic Colors of #80A752
Black with #80A752
Text Example
Text Example
White with #80A752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A752; }
p { color: rgb(128,167,82); }
H1.HeaderClassName
{
color: #80A752;
}
.AnyTagClassName
{
color: #80A752;
}
</style>
background-color css
<style>
a { background-color: #80A752; }
a { background-color: rgb(128,167,82); }
div.DivClassName
{
background-color: #80A752;
}
.BgClassName
{
background-color: #80A752;
}
</style>
border-color css
<style>
span { border-color: #80A752; }
span { border-color: rgb(128,167,82); }
td.TdClassName
{
border-color: #80A752;
}
.TagClassName
{
border-color: #80A752;
}
</style>