Shades of Chelsea Cucumber #7FAB52
Tints of Chelsea Cucumber #7FAB52
RGB
CMYK
RGB Variations
Color information
#7FAB52 (or 0x7FAB52) is known color: Chelsea Cucumber. HEX triplet: 7F, AB and 52. RGB value is (127,171,82). Sum of RGB (Red+Green+Blue) = 127+171+82=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAB52 is #8054AD. Grayscale: #949494. Windows color (decimal): -8410286 or 5417855. OLE color: 5417855.
HSL color Cylindrical-coordinate representation of color #7FAB52: hue angle of 89.66º 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 #7FAB52 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 82 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.33 |
| HSL | 89.66º | 0.35% | 0.5% | - |
| HSV(B) | 89.66º | 0.52% | 0.67% | - |
| XYZ | 24.84 | 34.25 | 13.28 | - |
| YUV | 147.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 82 | 0.26 | 0 | 0.52 | 0.33 | 89.66 | 0.35 | 0.5 |
| Hex | 7F | AB | 52 | 1A | 0 | 34 | 21 | 5A | 23 | 32 |
| Octal | 177 | 253 | 122 | 32 | 0 | 64 | 41 | 132 | 43 | 62 |
| Binary | 1111111 | 10101011 | 1010010 | 11010 | 0 | 110100 | 100001 | 1011010 | 100011 | 110010 |
Color Harmonies of #7FAB52
Complementary color
Monochromatic Colors of #7FAB52
Black with #7FAB52
Text Example
Text Example
White with #7FAB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB52; }
p { color: rgb(127,171,82); }
H1.HeaderClassName
{
color: #7FAB52;
}
.AnyTagClassName
{
color: #7FAB52;
}
</style>
background-color css
<style>
a { background-color: #7FAB52; }
a { background-color: rgb(127,171,82); }
div.DivClassName
{
background-color: #7FAB52;
}
.BgClassName
{
background-color: #7FAB52;
}
</style>
border-color css
<style>
span { border-color: #7FAB52; }
span { border-color: rgb(127,171,82); }
td.TdClassName
{
border-color: #7FAB52;
}
.TagClassName
{
border-color: #7FAB52;
}
</style>