Shades of Fern #61AA63
Tints of Fern #61AA63
RGB
CMYK
RGB Variations
Color information
#61AA63 (or 0x61AA63) is known color: Fern. HEX triplet: 61, AA and 63. RGB value is (97,170,99). Sum of RGB (Red+Green+Blue) = 97+170+99=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #61AA63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AA63 is #9E559C. Grayscale: #8C8C8C. Windows color (decimal): -10376605 or 6531681. OLE color: 6531681.
HSL color Cylindrical-coordinate representation of color #61AA63: hue angle of 121.64º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AA63 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 170 | 99 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.33 |
| HSL | 121.64º | 0.3% | 0.52% | - |
| HSV(B) | 121.64º | 0.43% | 0.67% | - |
| XYZ | 21.56 | 32.19 | 16.88 | - |
| YUV | 140.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 99 | 0.43 | 0 | 0.42 | 0.33 | 121.64 | 0.3 | 0.52 |
| Hex | 61 | AA | 63 | 2B | 0 | 2A | 21 | 7A | 1E | 34 |
| Octal | 141 | 252 | 143 | 53 | 0 | 52 | 41 | 172 | 36 | 64 |
| Binary | 1100001 | 10101010 | 1100011 | 101011 | 0 | 101010 | 100001 | 1111010 | 11110 | 110100 |
Color Harmonies of #61AA63
Complementary color
Monochromatic Colors of #61AA63
Black with #61AA63
Text Example
Text Example
White with #61AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AA63; }
p { color: rgb(97,170,99); }
H1.HeaderClassName
{
color: #61AA63;
}
.AnyTagClassName
{
color: #61AA63;
}
</style>
background-color css
<style>
a { background-color: #61AA63; }
a { background-color: rgb(97,170,99); }
div.DivClassName
{
background-color: #61AA63;
}
.BgClassName
{
background-color: #61AA63;
}
</style>
border-color css
<style>
span { border-color: #61AA63; }
span { border-color: rgb(97,170,99); }
td.TdClassName
{
border-color: #61AA63;
}
.TagClassName
{
border-color: #61AA63;
}
</style>