Shades of Fern #5BAB68
Tints of Fern #5BAB68
RGB
CMYK
RGB Variations
Color information
#5BAB68 (or 0x5BAB68) is known color: Fern. HEX triplet: 5B, AB and 68. RGB value is (91,171,104). Sum of RGB (Red+Green+Blue) = 91+171+104=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAB68 is #A45497. Grayscale: #8B8B8B. Windows color (decimal): -10769560 or 6859611. OLE color: 6859611.
HSL color Cylindrical-coordinate representation of color #5BAB68: hue angle of 129.75º 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 #5BAB68 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 104 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.33 |
| HSL | 129.75º | 0.32% | 0.51% | - |
| HSV(B) | 129.75º | 0.47% | 0.67% | - |
| XYZ | 21.38 | 32.35 | 18.21 | - |
| YUV | 139.44 | 108 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 104 | 0.47 | 0 | 0.39 | 0.33 | 129.75 | 0.32 | 0.51 |
| Hex | 5B | AB | 68 | 2F | 0 | 27 | 21 | 82 | 20 | 33 |
| Octal | 133 | 253 | 150 | 57 | 0 | 47 | 41 | 202 | 40 | 63 |
| Binary | 1011011 | 10101011 | 1101000 | 101111 | 0 | 100111 | 100001 | 10000010 | 100000 | 110011 |
Color Harmonies of #5BAB68
Complementary color
Monochromatic Colors of #5BAB68
Black with #5BAB68
Text Example
Text Example
White with #5BAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB68; }
p { color: rgb(91,171,104); }
H1.HeaderClassName
{
color: #5BAB68;
}
.AnyTagClassName
{
color: #5BAB68;
}
</style>
background-color css
<style>
a { background-color: #5BAB68; }
a { background-color: rgb(91,171,104); }
div.DivClassName
{
background-color: #5BAB68;
}
.BgClassName
{
background-color: #5BAB68;
}
</style>
border-color css
<style>
span { border-color: #5BAB68; }
span { border-color: rgb(91,171,104); }
td.TdClassName
{
border-color: #5BAB68;
}
.TagClassName
{
border-color: #5BAB68;
}
</style>