Shades of Fern #61A36A
Tints of Fern #61A36A
RGB
CMYK
RGB Variations
Color information
#61A36A (or 0x61A36A) is known color: Fern. HEX triplet: 61, A3 and 6A. RGB value is (97,163,106). Sum of RGB (Red+Green+Blue) = 97+163+106=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #61A36A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A36A is #9E5C95. Grayscale: #888888. Windows color (decimal): -10378390 or 6988641. OLE color: 6988641.
HSL color Cylindrical-coordinate representation of color #61A36A: hue angle of 128.18º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A36A is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 106 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.36 |
| HSL | 128.18º | 0.26% | 0.51% | - |
| HSV(B) | 128.18º | 0.4% | 0.64% | - |
| XYZ | 20.63 | 29.78 | 18.3 | - |
| YUV | 136.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 106 | 0.40 | 0 | 0.35 | 0.36 | 128.18 | 0.26 | 0.51 |
| Hex | 61 | A3 | 6A | 28 | 0 | 23 | 24 | 80 | 1A | 33 |
| Octal | 141 | 243 | 152 | 50 | 0 | 43 | 44 | 200 | 32 | 63 |
| Binary | 1100001 | 10100011 | 1101010 | 101000 | 0 | 100011 | 100100 | 10000000 | 11010 | 110011 |
Color Harmonies of #61A36A
Complementary color
Monochromatic Colors of #61A36A
Black with #61A36A
Text Example
Text Example
White with #61A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A36A; }
p { color: rgb(97,163,106); }
H1.HeaderClassName
{
color: #61A36A;
}
.AnyTagClassName
{
color: #61A36A;
}
</style>
background-color css
<style>
a { background-color: #61A36A; }
a { background-color: rgb(97,163,106); }
div.DivClassName
{
background-color: #61A36A;
}
.BgClassName
{
background-color: #61A36A;
}
</style>
border-color css
<style>
span { border-color: #61A36A; }
span { border-color: rgb(97,163,106); }
td.TdClassName
{
border-color: #61A36A;
}
.TagClassName
{
border-color: #61A36A;
}
</style>