Shades of Fern #5BA765
Tints of Fern #5BA765
RGB
CMYK
RGB Variations
Color information
#5BA765 (or 0x5BA765) is known color: Fern. HEX triplet: 5B, A7 and 65. RGB value is (91,167,101). Sum of RGB (Red+Green+Blue) = 91+167+101=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA765 is #A4589A. Grayscale: #888888. Windows color (decimal): -10770587 or 6661979. OLE color: 6661979.
HSL color Cylindrical-coordinate representation of color #5BA765: hue angle of 127.89º 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 #5BA765 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 101 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.35 |
| HSL | 127.89º | 0.3% | 0.51% | - |
| HSV(B) | 127.89º | 0.46% | 0.65% | - |
| XYZ | 20.48 | 30.8 | 17.18 | - |
| YUV | 136.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 101 | 0.46 | 0 | 0.40 | 0.35 | 127.89 | 0.3 | 0.51 |
| Hex | 5B | A7 | 65 | 2E | 0 | 28 | 23 | 80 | 1E | 33 |
| Octal | 133 | 247 | 145 | 56 | 0 | 50 | 43 | 200 | 36 | 63 |
| Binary | 1011011 | 10100111 | 1100101 | 101110 | 0 | 101000 | 100011 | 10000000 | 11110 | 110011 |
Color Harmonies of #5BA765
Complementary color
Monochromatic Colors of #5BA765
Black with #5BA765
Text Example
Text Example
White with #5BA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA765; }
p { color: rgb(91,167,101); }
H1.HeaderClassName
{
color: #5BA765;
}
.AnyTagClassName
{
color: #5BA765;
}
</style>
background-color css
<style>
a { background-color: #5BA765; }
a { background-color: rgb(91,167,101); }
div.DivClassName
{
background-color: #5BA765;
}
.BgClassName
{
background-color: #5BA765;
}
</style>
border-color css
<style>
span { border-color: #5BA765; }
span { border-color: rgb(91,167,101); }
td.TdClassName
{
border-color: #5BA765;
}
.TagClassName
{
border-color: #5BA765;
}
</style>