Shades of Chelsea Cucumber #7FA54D
Tints of Chelsea Cucumber #7FA54D
RGB
CMYK
RGB Variations
Color information
#7FA54D (or 0x7FA54D) is known color: Chelsea Cucumber. HEX triplet: 7F, A5 and 4D. RGB value is (127,165,77). Sum of RGB (Red+Green+Blue) = 127+165+77=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA54D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA54D is #805AB2. Grayscale: #8F8F8F. Windows color (decimal): -8411827 or 5088639. OLE color: 5088639.
HSL color Cylindrical-coordinate representation of color #7FA54D: hue angle of 85.91º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FA54D is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 165 | 77 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.35 |
| HSL | 85.91º | 0.36% | 0.47% | - |
| HSV(B) | 85.91º | 0.53% | 0.65% | - |
| XYZ | 23.55 | 31.96 | 11.95 | - |
| YUV | 143.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 165 | 77 | 0.23 | 0 | 0.53 | 0.35 | 85.91 | 0.36 | 0.47 |
| Hex | 7F | A5 | 4D | 17 | 0 | 35 | 23 | 56 | 24 | 2F |
| Octal | 177 | 245 | 115 | 27 | 0 | 65 | 43 | 126 | 44 | 57 |
| Binary | 1111111 | 10100101 | 1001101 | 10111 | 0 | 110101 | 100011 | 1010110 | 100100 | 101111 |
Color Harmonies of #7FA54D
Complementary color
Monochromatic Colors of #7FA54D
Black with #7FA54D
Text Example
Text Example
White with #7FA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA54D; }
p { color: rgb(127,165,77); }
H1.HeaderClassName
{
color: #7FA54D;
}
.AnyTagClassName
{
color: #7FA54D;
}
</style>
background-color css
<style>
a { background-color: #7FA54D; }
a { background-color: rgb(127,165,77); }
div.DivClassName
{
background-color: #7FA54D;
}
.BgClassName
{
background-color: #7FA54D;
}
</style>
border-color css
<style>
span { border-color: #7FA54D; }
span { border-color: rgb(127,165,77); }
td.TdClassName
{
border-color: #7FA54D;
}
.TagClassName
{
border-color: #7FA54D;
}
</style>