Shades of Chelsea Cucumber #7FAA4A
Tints of Chelsea Cucumber #7FAA4A
RGB
CMYK
RGB Variations
Color information
#7FAA4A (or 0x7FAA4A) is known color: Chelsea Cucumber. HEX triplet: 7F, AA and 4A. RGB value is (127,170,74). Sum of RGB (Red+Green+Blue) = 127+170+74=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAA4A is #8055B5. Grayscale: #929292. Windows color (decimal): -8410550 or 4893311. OLE color: 4893311.
HSL color Cylindrical-coordinate representation of color #7FAA4A: hue angle of 86.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FAA4A is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 74 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.33 |
| HSL | 86.88º | 0.39% | 0.48% | - |
| HSV(B) | 86.88º | 0.56% | 0.67% | - |
| XYZ | 24.36 | 33.76 | 11.71 | - |
| YUV | 146.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 74 | 0.25 | 0 | 0.56 | 0.33 | 86.88 | 0.39 | 0.48 |
| Hex | 7F | AA | 4A | 19 | 0 | 38 | 21 | 57 | 27 | 30 |
| Octal | 177 | 252 | 112 | 31 | 0 | 70 | 41 | 127 | 47 | 60 |
| Binary | 1111111 | 10101010 | 1001010 | 11001 | 0 | 111000 | 100001 | 1010111 | 100111 | 110000 |
Color Harmonies of #7FAA4A
Complementary color
Monochromatic Colors of #7FAA4A
Black with #7FAA4A
Text Example
Text Example
White with #7FAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA4A; }
p { color: rgb(127,170,74); }
H1.HeaderClassName
{
color: #7FAA4A;
}
.AnyTagClassName
{
color: #7FAA4A;
}
</style>
background-color css
<style>
a { background-color: #7FAA4A; }
a { background-color: rgb(127,170,74); }
div.DivClassName
{
background-color: #7FAA4A;
}
.BgClassName
{
background-color: #7FAA4A;
}
</style>
border-color css
<style>
span { border-color: #7FAA4A; }
span { border-color: rgb(127,170,74); }
td.TdClassName
{
border-color: #7FAA4A;
}
.TagClassName
{
border-color: #7FAA4A;
}
</style>