Shades of Fern #61B36B
Tints of Fern #61B36B
RGB
CMYK
RGB Variations
Color information
#61B36B (or 0x61B36B) is known color: Fern. HEX triplet: 61, B3 and 6B. RGB value is (97,179,107). Sum of RGB (Red+Green+Blue) = 97+179+107=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #61B36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B36B is #9E4C94. Grayscale: #929292. Windows color (decimal): -10374293 or 7058273. OLE color: 7058273.
HSL color Cylindrical-coordinate representation of color #61B36B: hue angle of 127.32º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B36B is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 179 | 107 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.30 |
| HSL | 127.32º | 0.35% | 0.54% | - |
| HSV(B) | 127.32º | 0.46% | 0.7% | - |
| XYZ | 23.7 | 35.84 | 19.58 | - |
| YUV | 146.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 179 | 107 | 0.46 | 0 | 0.40 | 0.30 | 127.32 | 0.35 | 0.54 |
| Hex | 61 | B3 | 6B | 2E | 0 | 28 | 1E | 7F | 23 | 36 |
| Octal | 141 | 263 | 153 | 56 | 0 | 50 | 36 | 177 | 43 | 66 |
| Binary | 1100001 | 10110011 | 1101011 | 101110 | 0 | 101000 | 11110 | 1111111 | 100011 | 110110 |
Color Harmonies of #61B36B
Complementary color
Monochromatic Colors of #61B36B
Black with #61B36B
Text Example
Text Example
White with #61B36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B36B; }
p { color: rgb(97,179,107); }
H1.HeaderClassName
{
color: #61B36B;
}
.AnyTagClassName
{
color: #61B36B;
}
</style>
background-color css
<style>
a { background-color: #61B36B; }
a { background-color: rgb(97,179,107); }
div.DivClassName
{
background-color: #61B36B;
}
.BgClassName
{
background-color: #61B36B;
}
</style>
border-color css
<style>
span { border-color: #61B36B; }
span { border-color: rgb(97,179,107); }
td.TdClassName
{
border-color: #61B36B;
}
.TagClassName
{
border-color: #61B36B;
}
</style>