Shades of Fern #61A95E
Tints of Fern #61A95E
RGB
CMYK
RGB Variations
Color information
#61A95E (or 0x61A95E) is known color: Fern. HEX triplet: 61, A9 and 5E. RGB value is (97,169,94). Sum of RGB (Red+Green+Blue) = 97+169+94=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #61A95E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A95E is #9E56A1. Grayscale: #8B8B8B. Windows color (decimal): -10376866 or 6203745. OLE color: 6203745.
HSL color Cylindrical-coordinate representation of color #61A95E: hue angle of 117.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61A95E is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 169 | 94 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.34 |
| HSL | 117.6º | 0.3% | 0.52% | - |
| HSV(B) | 117.6º | 0.44% | 0.66% | - |
| XYZ | 21.14 | 31.73 | 15.6 | - |
| YUV | 138.92 | 102.65 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 94 | 0.43 | 0 | 0.44 | 0.34 | 117.6 | 0.3 | 0.52 |
| Hex | 61 | A9 | 5E | 2B | 0 | 2C | 22 | 76 | 1E | 34 |
| Octal | 141 | 251 | 136 | 53 | 0 | 54 | 42 | 166 | 36 | 64 |
| Binary | 1100001 | 10101001 | 1011110 | 101011 | 0 | 101100 | 100010 | 1110110 | 11110 | 110100 |
Color Harmonies of #61A95E
Complementary color
Monochromatic Colors of #61A95E
Black with #61A95E
Text Example
Text Example
White with #61A95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A95E; }
p { color: rgb(97,169,94); }
H1.HeaderClassName
{
color: #61A95E;
}
.AnyTagClassName
{
color: #61A95E;
}
</style>
background-color css
<style>
a { background-color: #61A95E; }
a { background-color: rgb(97,169,94); }
div.DivClassName
{
background-color: #61A95E;
}
.BgClassName
{
background-color: #61A95E;
}
</style>
border-color css
<style>
span { border-color: #61A95E; }
span { border-color: rgb(97,169,94); }
td.TdClassName
{
border-color: #61A95E;
}
.TagClassName
{
border-color: #61A95E;
}
</style>