Shades of Fern #61B46A
Tints of Fern #61B46A
RGB
CMYK
RGB Variations
Color information
#61B46A (or 0x61B46A) is known color: Fern. HEX triplet: 61, B4 and 6A. RGB value is (97,180,106). Sum of RGB (Red+Green+Blue) = 97+180+106=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #61B46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B46A is #9E4B95. Grayscale: #929292. Windows color (decimal): -10374038 or 6992993. OLE color: 6992993.
HSL color Cylindrical-coordinate representation of color #61B46A: hue angle of 126.51º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B46A is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 180 | 106 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.29 |
| HSL | 126.51º | 0.36% | 0.54% | - |
| HSV(B) | 126.51º | 0.46% | 0.71% | - |
| XYZ | 23.85 | 36.22 | 19.37 | - |
| YUV | 146.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 180 | 106 | 0.46 | 0 | 0.41 | 0.29 | 126.51 | 0.36 | 0.54 |
| Hex | 61 | B4 | 6A | 2E | 0 | 29 | 1D | 7F | 24 | 36 |
| Octal | 141 | 264 | 152 | 56 | 0 | 51 | 35 | 177 | 44 | 66 |
| Binary | 1100001 | 10110100 | 1101010 | 101110 | 0 | 101001 | 11101 | 1111111 | 100100 | 110110 |
Color Harmonies of #61B46A
Complementary color
Monochromatic Colors of #61B46A
Black with #61B46A
Text Example
Text Example
White with #61B46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B46A; }
p { color: rgb(97,180,106); }
H1.HeaderClassName
{
color: #61B46A;
}
.AnyTagClassName
{
color: #61B46A;
}
</style>
background-color css
<style>
a { background-color: #61B46A; }
a { background-color: rgb(97,180,106); }
div.DivClassName
{
background-color: #61B46A;
}
.BgClassName
{
background-color: #61B46A;
}
</style>
border-color css
<style>
span { border-color: #61B46A; }
span { border-color: rgb(97,180,106); }
td.TdClassName
{
border-color: #61B46A;
}
.TagClassName
{
border-color: #61B46A;
}
</style>