Shades of Chelsea Cucumber #7FA84B
Tints of Chelsea Cucumber #7FA84B
RGB
CMYK
RGB Variations
Color information
#7FA84B (or 0x7FA84B) is known color: Chelsea Cucumber. HEX triplet: 7F, A8 and 4B. RGB value is (127,168,75). Sum of RGB (Red+Green+Blue) = 127+168+75=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA84B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA84B is #8057B4. Grayscale: #919191. Windows color (decimal): -8411061 or 4958335. OLE color: 4958335.
HSL color Cylindrical-coordinate representation of color #7FA84B: hue angle of 86.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7FA84B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 168 | 75 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.34 |
| HSL | 86.45º | 0.38% | 0.48% | - |
| HSV(B) | 86.45º | 0.55% | 0.66% | - |
| XYZ | 24.03 | 33.03 | 11.76 | - |
| YUV | 145.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 75 | 0.24 | 0 | 0.55 | 0.34 | 86.45 | 0.38 | 0.48 |
| Hex | 7F | A8 | 4B | 18 | 0 | 37 | 22 | 56 | 26 | 30 |
| Octal | 177 | 250 | 113 | 30 | 0 | 67 | 42 | 126 | 46 | 60 |
| Binary | 1111111 | 10101000 | 1001011 | 11000 | 0 | 110111 | 100010 | 1010110 | 100110 | 110000 |
Color Harmonies of #7FA84B
Complementary color
Monochromatic Colors of #7FA84B
Black with #7FA84B
Text Example
Text Example
White with #7FA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA84B; }
p { color: rgb(127,168,75); }
H1.HeaderClassName
{
color: #7FA84B;
}
.AnyTagClassName
{
color: #7FA84B;
}
</style>
background-color css
<style>
a { background-color: #7FA84B; }
a { background-color: rgb(127,168,75); }
div.DivClassName
{
background-color: #7FA84B;
}
.BgClassName
{
background-color: #7FA84B;
}
</style>
border-color css
<style>
span { border-color: #7FA84B; }
span { border-color: rgb(127,168,75); }
td.TdClassName
{
border-color: #7FA84B;
}
.TagClassName
{
border-color: #7FA84B;
}
</style>