Shades of Fern Green #507F46
Tints of Fern Green #507F46
RGB
CMYK
RGB Variations
Color information
#507F46 (or 0x507F46) is known color: Fern Green. HEX triplet: 50, 7F and 46. RGB value is (80,127,70). Sum of RGB (Red+Green+Blue) = 80+127+70=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #507F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507F46 is #AF80B9. Grayscale: #6A6A6A. Windows color (decimal): -11501754 or 4620112. OLE color: 4620112.
HSL color Cylindrical-coordinate representation of color #507F46: hue angle of 109.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507F46 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 70 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.50 |
| HSL | 109.47º | 0.29% | 0.39% | - |
| HSV(B) | 109.47º | 0.45% | 0.5% | - |
| XYZ | 12 | 17.33 | 8.51 | - |
| YUV | 106.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 70 | 0.37 | 0 | 0.45 | 0.50 | 109.47 | 0.29 | 0.39 |
| Hex | 50 | 7F | 46 | 25 | 0 | 2D | 32 | 6D | 1D | 27 |
| Octal | 120 | 177 | 106 | 45 | 0 | 55 | 62 | 155 | 35 | 47 |
| Binary | 1010000 | 1111111 | 1000110 | 100101 | 0 | 101101 | 110010 | 1101101 | 11101 | 100111 |
Color Harmonies of #507F46
Complementary color
Monochromatic Colors of #507F46
Black with #507F46
Text Example
Text Example
White with #507F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F46; }
p { color: rgb(80,127,70); }
H1.HeaderClassName
{
color: #507F46;
}
.AnyTagClassName
{
color: #507F46;
}
</style>
background-color css
<style>
a { background-color: #507F46; }
a { background-color: rgb(80,127,70); }
div.DivClassName
{
background-color: #507F46;
}
.BgClassName
{
background-color: #507F46;
}
</style>
border-color css
<style>
span { border-color: #507F46; }
span { border-color: rgb(80,127,70); }
td.TdClassName
{
border-color: #507F46;
}
.TagClassName
{
border-color: #507F46;
}
</style>