Shades of Fern #5BAB6B
Tints of Fern #5BAB6B
RGB
CMYK
RGB Variations
Color information
#5BAB6B (or 0x5BAB6B) is known color: Fern. HEX triplet: 5B, AB and 6B. RGB value is (91,171,107). Sum of RGB (Red+Green+Blue) = 91+171+107=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB6B is #A45494. Grayscale: #8B8B8B. Windows color (decimal): -10769557 or 7056219. OLE color: 7056219.
HSL color Cylindrical-coordinate representation of color #5BAB6B: hue angle of 132º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAB6B is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 107 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.33 |
| HSL | 132º | 0.32% | 0.51% | - |
| HSV(B) | 132º | 0.47% | 0.67% | - |
| XYZ | 21.53 | 32.41 | 19.03 | - |
| YUV | 139.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 107 | 0.47 | 0 | 0.37 | 0.33 | 132 | 0.32 | 0.51 |
| Hex | 5B | AB | 6B | 2F | 0 | 25 | 21 | 84 | 20 | 33 |
| Octal | 133 | 253 | 153 | 57 | 0 | 45 | 41 | 204 | 40 | 63 |
| Binary | 1011011 | 10101011 | 1101011 | 101111 | 0 | 100101 | 100001 | 10000100 | 100000 | 110011 |
Color Harmonies of #5BAB6B
Complementary color
Monochromatic Colors of #5BAB6B
Black with #5BAB6B
Text Example
Text Example
White with #5BAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB6B; }
p { color: rgb(91,171,107); }
H1.HeaderClassName
{
color: #5BAB6B;
}
.AnyTagClassName
{
color: #5BAB6B;
}
</style>
background-color css
<style>
a { background-color: #5BAB6B; }
a { background-color: rgb(91,171,107); }
div.DivClassName
{
background-color: #5BAB6B;
}
.BgClassName
{
background-color: #5BAB6B;
}
</style>
border-color css
<style>
span { border-color: #5BAB6B; }
span { border-color: rgb(91,171,107); }
td.TdClassName
{
border-color: #5BAB6B;
}
.TagClassName
{
border-color: #5BAB6B;
}
</style>