Shades of Fern #5BA767
Tints of Fern #5BA767
RGB
CMYK
RGB Variations
Color information
#5BA767 (or 0x5BA767) is known color: Fern. HEX triplet: 5B, A7 and 67. RGB value is (91,167,103). Sum of RGB (Red+Green+Blue) = 91+167+103=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA767 is #A45898. Grayscale: #898989. Windows color (decimal): -10770585 or 6793051. OLE color: 6793051.
HSL color Cylindrical-coordinate representation of color #5BA767: hue angle of 129.47º 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 #5BA767 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 103 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.35 |
| HSL | 129.47º | 0.3% | 0.51% | - |
| HSV(B) | 129.47º | 0.46% | 0.65% | - |
| XYZ | 20.58 | 30.84 | 17.7 | - |
| YUV | 136.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 103 | 0.46 | 0 | 0.38 | 0.35 | 129.47 | 0.3 | 0.51 |
| Hex | 5B | A7 | 67 | 2E | 0 | 26 | 23 | 81 | 1E | 33 |
| Octal | 133 | 247 | 147 | 56 | 0 | 46 | 43 | 201 | 36 | 63 |
| Binary | 1011011 | 10100111 | 1100111 | 101110 | 0 | 100110 | 100011 | 10000001 | 11110 | 110011 |
Color Harmonies of #5BA767
Complementary color
Monochromatic Colors of #5BA767
Black with #5BA767
Text Example
Text Example
White with #5BA767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA767; }
p { color: rgb(91,167,103); }
H1.HeaderClassName
{
color: #5BA767;
}
.AnyTagClassName
{
color: #5BA767;
}
</style>
background-color css
<style>
a { background-color: #5BA767; }
a { background-color: rgb(91,167,103); }
div.DivClassName
{
background-color: #5BA767;
}
.BgClassName
{
background-color: #5BA767;
}
</style>
border-color css
<style>
span { border-color: #5BA767; }
span { border-color: rgb(91,167,103); }
td.TdClassName
{
border-color: #5BA767;
}
.TagClassName
{
border-color: #5BA767;
}
</style>