Shades of Fern #61AD6B
Tints of Fern #61AD6B
RGB
CMYK
RGB Variations
Color information
#61AD6B (or 0x61AD6B) is known color: Fern. HEX triplet: 61, AD and 6B. RGB value is (97,173,107). Sum of RGB (Red+Green+Blue) = 97+173+107=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD6B is #9E5294. Grayscale: #8E8E8E. Windows color (decimal): -10375829 or 7056737. OLE color: 7056737.
HSL color Cylindrical-coordinate representation of color #61AD6B: hue angle of 127.89º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AD6B is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 107 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.32 |
| HSL | 127.89º | 0.32% | 0.53% | - |
| HSV(B) | 127.89º | 0.44% | 0.68% | - |
| XYZ | 22.53 | 33.49 | 19.19 | - |
| YUV | 142.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 107 | 0.44 | 0 | 0.38 | 0.32 | 127.89 | 0.32 | 0.53 |
| Hex | 61 | AD | 6B | 2C | 0 | 26 | 20 | 80 | 20 | 35 |
| Octal | 141 | 255 | 153 | 54 | 0 | 46 | 40 | 200 | 40 | 65 |
| Binary | 1100001 | 10101101 | 1101011 | 101100 | 0 | 100110 | 100000 | 10000000 | 100000 | 110101 |
Color Harmonies of #61AD6B
Complementary color
Monochromatic Colors of #61AD6B
Black with #61AD6B
Text Example
Text Example
White with #61AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD6B; }
p { color: rgb(97,173,107); }
H1.HeaderClassName
{
color: #61AD6B;
}
.AnyTagClassName
{
color: #61AD6B;
}
</style>
background-color css
<style>
a { background-color: #61AD6B; }
a { background-color: rgb(97,173,107); }
div.DivClassName
{
background-color: #61AD6B;
}
.BgClassName
{
background-color: #61AD6B;
}
</style>
border-color css
<style>
span { border-color: #61AD6B; }
span { border-color: rgb(97,173,107); }
td.TdClassName
{
border-color: #61AD6B;
}
.TagClassName
{
border-color: #61AD6B;
}
</style>