Shades of Fern #61B66A
Tints of Fern #61B66A
RGB
CMYK
RGB Variations
Color information
#61B66A (or 0x61B66A) is known color: Fern. HEX triplet: 61, B6 and 6A. RGB value is (97,182,106). Sum of RGB (Red+Green+Blue) = 97+182+106=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #61B66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B66A is #9E4995. Grayscale: #949494. Windows color (decimal): -10373526 or 6993505. OLE color: 6993505.
HSL color Cylindrical-coordinate representation of color #61B66A: hue angle of 126.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B66A is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 182 | 106 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.29 |
| HSL | 126.35º | 0.37% | 0.55% | - |
| HSV(B) | 126.35º | 0.47% | 0.71% | - |
| XYZ | 24.26 | 37.04 | 19.51 | - |
| YUV | 147.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 182 | 106 | 0.47 | 0 | 0.42 | 0.29 | 126.35 | 0.37 | 0.55 |
| Hex | 61 | B6 | 6A | 2F | 0 | 2A | 1D | 7E | 25 | 37 |
| Octal | 141 | 266 | 152 | 57 | 0 | 52 | 35 | 176 | 45 | 67 |
| Binary | 1100001 | 10110110 | 1101010 | 101111 | 0 | 101010 | 11101 | 1111110 | 100101 | 110111 |
Color Harmonies of #61B66A
Complementary color
Monochromatic Colors of #61B66A
Black with #61B66A
Text Example
Text Example
White with #61B66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B66A; }
p { color: rgb(97,182,106); }
H1.HeaderClassName
{
color: #61B66A;
}
.AnyTagClassName
{
color: #61B66A;
}
</style>
background-color css
<style>
a { background-color: #61B66A; }
a { background-color: rgb(97,182,106); }
div.DivClassName
{
background-color: #61B66A;
}
.BgClassName
{
background-color: #61B66A;
}
</style>
border-color css
<style>
span { border-color: #61B66A; }
span { border-color: rgb(97,182,106); }
td.TdClassName
{
border-color: #61B66A;
}
.TagClassName
{
border-color: #61B66A;
}
</style>