Shades of Fern #5BA762
Tints of Fern #5BA762
RGB
CMYK
RGB Variations
Color information
#5BA762 (or 0x5BA762) is known color: Fern. HEX triplet: 5B, A7 and 62. RGB value is (91,167,98). Sum of RGB (Red+Green+Blue) = 91+167+98=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA762 is #A4589D. Grayscale: #888888. Windows color (decimal): -10770590 or 6465371. OLE color: 6465371.
HSL color Cylindrical-coordinate representation of color #5BA762: hue angle of 125.53º 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 #5BA762 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 98 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.35 |
| HSL | 125.53º | 0.3% | 0.51% | - |
| HSV(B) | 125.53º | 0.46% | 0.65% | - |
| XYZ | 20.34 | 30.74 | 16.42 | - |
| YUV | 136.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 98 | 0.46 | 0 | 0.41 | 0.35 | 125.53 | 0.3 | 0.51 |
| Hex | 5B | A7 | 62 | 2E | 0 | 29 | 23 | 7E | 1E | 33 |
| Octal | 133 | 247 | 142 | 56 | 0 | 51 | 43 | 176 | 36 | 63 |
| Binary | 1011011 | 10100111 | 1100010 | 101110 | 0 | 101001 | 100011 | 1111110 | 11110 | 110011 |
Color Harmonies of #5BA762
Complementary color
Monochromatic Colors of #5BA762
Black with #5BA762
Text Example
Text Example
White with #5BA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA762; }
p { color: rgb(91,167,98); }
H1.HeaderClassName
{
color: #5BA762;
}
.AnyTagClassName
{
color: #5BA762;
}
</style>
background-color css
<style>
a { background-color: #5BA762; }
a { background-color: rgb(91,167,98); }
div.DivClassName
{
background-color: #5BA762;
}
.BgClassName
{
background-color: #5BA762;
}
</style>
border-color css
<style>
span { border-color: #5BA762; }
span { border-color: rgb(91,167,98); }
td.TdClassName
{
border-color: #5BA762;
}
.TagClassName
{
border-color: #5BA762;
}
</style>