Shades of Chelsea Cucumber #7FA047
Tints of Chelsea Cucumber #7FA047
RGB
CMYK
RGB Variations
Color information
#7FA047 (or 0x7FA047) is known color: Chelsea Cucumber. HEX triplet: 7F, A0 and 47. RGB value is (127,160,71). Sum of RGB (Red+Green+Blue) = 127+160+71=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA047 is #805FB8. Grayscale: #8C8C8C. Windows color (decimal): -8413113 or 4694143. OLE color: 4694143.
HSL color Cylindrical-coordinate representation of color #7FA047: hue angle of 82.25º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FA047 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 71 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.37 |
| HSL | 82.25º | 0.39% | 0.45% | - |
| HSV(B) | 82.25º | 0.56% | 0.63% | - |
| XYZ | 22.46 | 30.11 | 10.59 | - |
| YUV | 139.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 71 | 0.21 | 0 | 0.56 | 0.37 | 82.25 | 0.39 | 0.45 |
| Hex | 7F | A0 | 47 | 15 | 0 | 38 | 25 | 52 | 27 | 2D |
| Octal | 177 | 240 | 107 | 25 | 0 | 70 | 45 | 122 | 47 | 55 |
| Binary | 1111111 | 10100000 | 1000111 | 10101 | 0 | 111000 | 100101 | 1010010 | 100111 | 101101 |
Color Harmonies of #7FA047
Complementary color
Monochromatic Colors of #7FA047
Black with #7FA047
Text Example
Text Example
White with #7FA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA047; }
p { color: rgb(127,160,71); }
H1.HeaderClassName
{
color: #7FA047;
}
.AnyTagClassName
{
color: #7FA047;
}
</style>
background-color css
<style>
a { background-color: #7FA047; }
a { background-color: rgb(127,160,71); }
div.DivClassName
{
background-color: #7FA047;
}
.BgClassName
{
background-color: #7FA047;
}
</style>
border-color css
<style>
span { border-color: #7FA047; }
span { border-color: rgb(127,160,71); }
td.TdClassName
{
border-color: #7FA047;
}
.TagClassName
{
border-color: #7FA047;
}
</style>