Shades of Fern #61A95F
Tints of Fern #61A95F
RGB
CMYK
RGB Variations
Color information
#61A95F (or 0x61A95F) is known color: Fern. HEX triplet: 61, A9 and 5F. RGB value is (97,169,95). Sum of RGB (Red+Green+Blue) = 97+169+95=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 169 - color contains mainly: green. Hex color #61A95F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A95F is #9E56A0. Grayscale: #8B8B8B. Windows color (decimal): -10376865 or 6269281. OLE color: 6269281.
HSL color Cylindrical-coordinate representation of color #61A95F: hue angle of 118.38º 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 #61A95F is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 169 | 95 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.34 |
| HSL | 118.38º | 0.3% | 0.52% | - |
| HSV(B) | 118.38º | 0.44% | 0.66% | - |
| XYZ | 21.18 | 31.74 | 15.84 | - |
| YUV | 139.04 | 103.15 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 95 | 0.43 | 0 | 0.44 | 0.34 | 118.38 | 0.3 | 0.52 |
| Hex | 61 | A9 | 5F | 2B | 0 | 2C | 22 | 76 | 1E | 34 |
| Octal | 141 | 251 | 137 | 53 | 0 | 54 | 42 | 166 | 36 | 64 |
| Binary | 1100001 | 10101001 | 1011111 | 101011 | 0 | 101100 | 100010 | 1110110 | 11110 | 110100 |
Color Harmonies of #61A95F
Complementary color
Monochromatic Colors of #61A95F
Black with #61A95F
Text Example
Text Example
White with #61A95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A95F; }
p { color: rgb(97,169,95); }
H1.HeaderClassName
{
color: #61A95F;
}
.AnyTagClassName
{
color: #61A95F;
}
</style>
background-color css
<style>
a { background-color: #61A95F; }
a { background-color: rgb(97,169,95); }
div.DivClassName
{
background-color: #61A95F;
}
.BgClassName
{
background-color: #61A95F;
}
</style>
border-color css
<style>
span { border-color: #61A95F; }
span { border-color: rgb(97,169,95); }
td.TdClassName
{
border-color: #61A95F;
}
.TagClassName
{
border-color: #61A95F;
}
</style>