Shades of Fern #61A962
Tints of Fern #61A962
RGB
CMYK
RGB Variations
Color information
#61A962 (or 0x61A962) is known color: Fern. HEX triplet: 61, A9 and 62. RGB value is (97,169,98). Sum of RGB (Red+Green+Blue) = 97+169+98=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #61A962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A962 is #9E569D. Grayscale: #8B8B8B. Windows color (decimal): -10376862 or 6465889. OLE color: 6465889.
HSL color Cylindrical-coordinate representation of color #61A962: hue angle of 120.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A962 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 169 | 98 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.34 |
| HSL | 120.83º | 0.3% | 0.52% | - |
| HSV(B) | 120.83º | 0.43% | 0.66% | - |
| XYZ | 21.32 | 31.8 | 16.57 | - |
| YUV | 139.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 98 | 0.43 | 0 | 0.42 | 0.34 | 120.83 | 0.3 | 0.52 |
| Hex | 61 | A9 | 62 | 2B | 0 | 2A | 22 | 79 | 1E | 34 |
| Octal | 141 | 251 | 142 | 53 | 0 | 52 | 42 | 171 | 36 | 64 |
| Binary | 1100001 | 10101001 | 1100010 | 101011 | 0 | 101010 | 100010 | 1111001 | 11110 | 110100 |
Color Harmonies of #61A962
Complementary color
Monochromatic Colors of #61A962
Black with #61A962
Text Example
Text Example
White with #61A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A962; }
p { color: rgb(97,169,98); }
H1.HeaderClassName
{
color: #61A962;
}
.AnyTagClassName
{
color: #61A962;
}
</style>
background-color css
<style>
a { background-color: #61A962; }
a { background-color: rgb(97,169,98); }
div.DivClassName
{
background-color: #61A962;
}
.BgClassName
{
background-color: #61A962;
}
</style>
border-color css
<style>
span { border-color: #61A962; }
span { border-color: rgb(97,169,98); }
td.TdClassName
{
border-color: #61A962;
}
.TagClassName
{
border-color: #61A962;
}
</style>