Shades of Fern #61A661
Tints of Fern #61A661
RGB
CMYK
RGB Variations
Color information
#61A661 (or 0x61A661) is known color: Fern. HEX triplet: 61, A6 and 61. RGB value is (97,166,97). Sum of RGB (Red+Green+Blue) = 97+166+97=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #61A661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A661 is #9E599E. Grayscale: #898989. Windows color (decimal): -10377631 or 6399585. OLE color: 6399585.
HSL color Cylindrical-coordinate representation of color #61A661: hue angle of 120º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A661 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 166 | 97 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.35 |
| HSL | 120º | 0.28% | 0.52% | - |
| HSV(B) | 120º | 0.42% | 0.65% | - |
| XYZ | 20.72 | 30.68 | 16.14 | - |
| YUV | 137.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 97 | 0.42 | 0 | 0.42 | 0.35 | 120 | 0.28 | 0.52 |
| Hex | 61 | A6 | 61 | 2A | 0 | 2A | 23 | 78 | 1C | 34 |
| Octal | 141 | 246 | 141 | 52 | 0 | 52 | 43 | 170 | 34 | 64 |
| Binary | 1100001 | 10100110 | 1100001 | 101010 | 0 | 101010 | 100011 | 1111000 | 11100 | 110100 |
Color Harmonies of #61A661
Complementary color
Monochromatic Colors of #61A661
Black with #61A661
Text Example
Text Example
White with #61A661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A661; }
p { color: rgb(97,166,97); }
H1.HeaderClassName
{
color: #61A661;
}
.AnyTagClassName
{
color: #61A661;
}
</style>
background-color css
<style>
a { background-color: #61A661; }
a { background-color: rgb(97,166,97); }
div.DivClassName
{
background-color: #61A661;
}
.BgClassName
{
background-color: #61A661;
}
</style>
border-color css
<style>
span { border-color: #61A661; }
span { border-color: rgb(97,166,97); }
td.TdClassName
{
border-color: #61A661;
}
.TagClassName
{
border-color: #61A661;
}
</style>