Shades of Chelsea Cucumber #7FA049
Tints of Chelsea Cucumber #7FA049
RGB
CMYK
RGB Variations
Color information
#7FA049 (or 0x7FA049) is known color: Chelsea Cucumber. HEX triplet: 7F, A0 and 49. RGB value is (127,160,73). Sum of RGB (Red+Green+Blue) = 127+160+73=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA049 is #805FB6. Grayscale: #8C8C8C. Windows color (decimal): -8413111 or 4825215. OLE color: 4825215.
HSL color Cylindrical-coordinate representation of color #7FA049: hue angle of 82.76º 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 #7FA049 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 73 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.37 |
| HSL | 82.76º | 0.37% | 0.46% | - |
| HSV(B) | 82.76º | 0.54% | 0.63% | - |
| XYZ | 22.53 | 30.13 | 10.93 | - |
| YUV | 140.22 | 90.07 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 73 | 0.21 | 0 | 0.54 | 0.37 | 82.76 | 0.37 | 0.46 |
| Hex | 7F | A0 | 49 | 15 | 0 | 36 | 25 | 53 | 25 | 2E |
| Octal | 177 | 240 | 111 | 25 | 0 | 66 | 45 | 123 | 45 | 56 |
| Binary | 1111111 | 10100000 | 1001001 | 10101 | 0 | 110110 | 100101 | 1010011 | 100101 | 101110 |
Color Harmonies of #7FA049
Complementary color
Monochromatic Colors of #7FA049
Black with #7FA049
Text Example
Text Example
White with #7FA049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA049; }
p { color: rgb(127,160,73); }
H1.HeaderClassName
{
color: #7FA049;
}
.AnyTagClassName
{
color: #7FA049;
}
</style>
background-color css
<style>
a { background-color: #7FA049; }
a { background-color: rgb(127,160,73); }
div.DivClassName
{
background-color: #7FA049;
}
.BgClassName
{
background-color: #7FA049;
}
</style>
border-color css
<style>
span { border-color: #7FA049; }
span { border-color: rgb(127,160,73); }
td.TdClassName
{
border-color: #7FA049;
}
.TagClassName
{
border-color: #7FA049;
}
</style>