Shades of Chelsea Cucumber #7FAC53
Tints of Chelsea Cucumber #7FAC53
RGB
CMYK
RGB Variations
Color information
#7FAC53 (or 0x7FAC53) is known color: Chelsea Cucumber. HEX triplet: 7F, AC and 53. RGB value is (127,172,83). Sum of RGB (Red+Green+Blue) = 127+172+83=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC53 is #8053AC. Grayscale: #949494. Windows color (decimal): -8410029 or 5483647. OLE color: 5483647.
HSL color Cylindrical-coordinate representation of color #7FAC53: hue angle of 90.34º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FAC53 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 83 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.33 |
| HSL | 90.34º | 0.35% | 0.5% | - |
| HSV(B) | 90.34º | 0.52% | 0.67% | - |
| XYZ | 25.07 | 34.64 | 13.55 | - |
| YUV | 148.4 | 91.09 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 83 | 0.26 | 0 | 0.52 | 0.33 | 90.34 | 0.35 | 0.5 |
| Hex | 7F | AC | 53 | 1A | 0 | 34 | 21 | 5A | 23 | 32 |
| Octal | 177 | 254 | 123 | 32 | 0 | 64 | 41 | 132 | 43 | 62 |
| Binary | 1111111 | 10101100 | 1010011 | 11010 | 0 | 110100 | 100001 | 1011010 | 100011 | 110010 |
Color Harmonies of #7FAC53
Complementary color
Monochromatic Colors of #7FAC53
Black with #7FAC53
Text Example
Text Example
White with #7FAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC53; }
p { color: rgb(127,172,83); }
H1.HeaderClassName
{
color: #7FAC53;
}
.AnyTagClassName
{
color: #7FAC53;
}
</style>
background-color css
<style>
a { background-color: #7FAC53; }
a { background-color: rgb(127,172,83); }
div.DivClassName
{
background-color: #7FAC53;
}
.BgClassName
{
background-color: #7FAC53;
}
</style>
border-color css
<style>
span { border-color: #7FAC53; }
span { border-color: rgb(127,172,83); }
td.TdClassName
{
border-color: #7FAC53;
}
.TagClassName
{
border-color: #7FAC53;
}
</style>