Shades of Fern #5AA765
Tints of Fern #5AA765
RGB
CMYK
RGB Variations
Color information
#5AA765 (or 0x5AA765) is known color: Fern. HEX triplet: 5A, A7 and 65. RGB value is (90,167,101). Sum of RGB (Red+Green+Blue) = 90+167+101=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA765 is #A5589A. Grayscale: #888888. Windows color (decimal): -10836123 or 6661978. OLE color: 6661978.
HSL color Cylindrical-coordinate representation of color #5AA765: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA765 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 167 | 101 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.35 |
| HSL | 128.57º | 0.3% | 0.5% | - |
| HSV(B) | 128.57º | 0.46% | 0.65% | - |
| XYZ | 20.38 | 30.75 | 17.17 | - |
| YUV | 136.45 | 107.99 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 167 | 101 | 0.46 | 0 | 0.40 | 0.35 | 128.57 | 0.3 | 0.5 |
| Hex | 5A | A7 | 65 | 2E | 0 | 28 | 23 | 81 | 1E | 32 |
| Octal | 132 | 247 | 145 | 56 | 0 | 50 | 43 | 201 | 36 | 62 |
| Binary | 1011010 | 10100111 | 1100101 | 101110 | 0 | 101000 | 100011 | 10000001 | 11110 | 110010 |
Color Harmonies of #5AA765
Complementary color
Monochromatic Colors of #5AA765
Black with #5AA765
Text Example
Text Example
White with #5AA765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA765; }
p { color: rgb(90,167,101); }
H1.HeaderClassName
{
color: #5AA765;
}
.AnyTagClassName
{
color: #5AA765;
}
</style>
background-color css
<style>
a { background-color: #5AA765; }
a { background-color: rgb(90,167,101); }
div.DivClassName
{
background-color: #5AA765;
}
.BgClassName
{
background-color: #5AA765;
}
</style>
border-color css
<style>
span { border-color: #5AA765; }
span { border-color: rgb(90,167,101); }
td.TdClassName
{
border-color: #5AA765;
}
.TagClassName
{
border-color: #5AA765;
}
</style>