Shades of Fern #5BA76A
Tints of Fern #5BA76A
RGB
CMYK
RGB Variations
Color information
#5BA76A (or 0x5BA76A) is known color: Fern. HEX triplet: 5B, A7 and 6A. RGB value is (91,167,106). Sum of RGB (Red+Green+Blue) = 91+167+106=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA76A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA76A is #A45895. Grayscale: #898989. Windows color (decimal): -10770582 or 6989659. OLE color: 6989659.
HSL color Cylindrical-coordinate representation of color #5BA76A: hue angle of 131.84º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA76A is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 106 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.35 |
| HSL | 131.84º | 0.3% | 0.51% | - |
| HSV(B) | 131.84º | 0.46% | 0.65% | - |
| XYZ | 20.73 | 30.9 | 18.51 | - |
| YUV | 137.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 106 | 0.46 | 0 | 0.37 | 0.35 | 131.84 | 0.3 | 0.51 |
| Hex | 5B | A7 | 6A | 2E | 0 | 25 | 23 | 84 | 1E | 33 |
| Octal | 133 | 247 | 152 | 56 | 0 | 45 | 43 | 204 | 36 | 63 |
| Binary | 1011011 | 10100111 | 1101010 | 101110 | 0 | 100101 | 100011 | 10000100 | 11110 | 110011 |
Color Harmonies of #5BA76A
Complementary color
Monochromatic Colors of #5BA76A
Black with #5BA76A
Text Example
Text Example
White with #5BA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA76A; }
p { color: rgb(91,167,106); }
H1.HeaderClassName
{
color: #5BA76A;
}
.AnyTagClassName
{
color: #5BA76A;
}
</style>
background-color css
<style>
a { background-color: #5BA76A; }
a { background-color: rgb(91,167,106); }
div.DivClassName
{
background-color: #5BA76A;
}
.BgClassName
{
background-color: #5BA76A;
}
</style>
border-color css
<style>
span { border-color: #5BA76A; }
span { border-color: rgb(91,167,106); }
td.TdClassName
{
border-color: #5BA76A;
}
.TagClassName
{
border-color: #5BA76A;
}
</style>