Shades of Fern #61A563
Tints of Fern #61A563
RGB
CMYK
RGB Variations
Color information
#61A563 (or 0x61A563) is known color: Fern. HEX triplet: 61, A5 and 63. RGB value is (97,165,99). Sum of RGB (Red+Green+Blue) = 97+165+99=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #61A563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A563 is #9E5A9C. Grayscale: #898989. Windows color (decimal): -10377885 or 6530401. OLE color: 6530401.
HSL color Cylindrical-coordinate representation of color #61A563: hue angle of 121.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A563 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 165 | 99 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.35 |
| HSL | 121.76º | 0.27% | 0.51% | - |
| HSV(B) | 121.76º | 0.41% | 0.65% | - |
| XYZ | 20.64 | 30.35 | 16.58 | - |
| YUV | 137.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 99 | 0.41 | 0 | 0.40 | 0.35 | 121.76 | 0.27 | 0.51 |
| Hex | 61 | A5 | 63 | 29 | 0 | 28 | 23 | 7A | 1B | 33 |
| Octal | 141 | 245 | 143 | 51 | 0 | 50 | 43 | 172 | 33 | 63 |
| Binary | 1100001 | 10100101 | 1100011 | 101001 | 0 | 101000 | 100011 | 1111010 | 11011 | 110011 |
Color Harmonies of #61A563
Complementary color
Monochromatic Colors of #61A563
Black with #61A563
Text Example
Text Example
White with #61A563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A563; }
p { color: rgb(97,165,99); }
H1.HeaderClassName
{
color: #61A563;
}
.AnyTagClassName
{
color: #61A563;
}
</style>
background-color css
<style>
a { background-color: #61A563; }
a { background-color: rgb(97,165,99); }
div.DivClassName
{
background-color: #61A563;
}
.BgClassName
{
background-color: #61A563;
}
</style>
border-color css
<style>
span { border-color: #61A563; }
span { border-color: rgb(97,165,99); }
td.TdClassName
{
border-color: #61A563;
}
.TagClassName
{
border-color: #61A563;
}
</style>