Shades of Fern #5BAC68
Tints of Fern #5BAC68
RGB
CMYK
RGB Variations
Color information
#5BAC68 (or 0x5BAC68) is known color: Fern. HEX triplet: 5B, AC and 68. RGB value is (91,172,104). Sum of RGB (Red+Green+Blue) = 91+172+104=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC68 is #A45397. Grayscale: #8C8C8C. Windows color (decimal): -10769304 or 6859867. OLE color: 6859867.
HSL color Cylindrical-coordinate representation of color #5BAC68: hue angle of 129.63º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAC68 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 104 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.33 |
| HSL | 129.63º | 0.33% | 0.52% | - |
| HSV(B) | 129.63º | 0.47% | 0.67% | - |
| XYZ | 21.57 | 32.73 | 18.28 | - |
| YUV | 140.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 104 | 0.47 | 0 | 0.40 | 0.33 | 129.63 | 0.33 | 0.52 |
| Hex | 5B | AC | 68 | 2F | 0 | 28 | 21 | 82 | 21 | 34 |
| Octal | 133 | 254 | 150 | 57 | 0 | 50 | 41 | 202 | 41 | 64 |
| Binary | 1011011 | 10101100 | 1101000 | 101111 | 0 | 101000 | 100001 | 10000010 | 100001 | 110100 |
Color Harmonies of #5BAC68
Complementary color
Monochromatic Colors of #5BAC68
Black with #5BAC68
Text Example
Text Example
White with #5BAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC68; }
p { color: rgb(91,172,104); }
H1.HeaderClassName
{
color: #5BAC68;
}
.AnyTagClassName
{
color: #5BAC68;
}
</style>
background-color css
<style>
a { background-color: #5BAC68; }
a { background-color: rgb(91,172,104); }
div.DivClassName
{
background-color: #5BAC68;
}
.BgClassName
{
background-color: #5BAC68;
}
</style>
border-color css
<style>
span { border-color: #5BAC68; }
span { border-color: rgb(91,172,104); }
td.TdClassName
{
border-color: #5BAC68;
}
.TagClassName
{
border-color: #5BAC68;
}
</style>