Shades of Fern #61B076
Tints of Fern #61B076
RGB
CMYK
RGB Variations
Color information
#61B076 (or 0x61B076) is known color: Fern. HEX triplet: 61, B0 and 76. RGB value is (97,176,118). Sum of RGB (Red+Green+Blue) = 97+176+118=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 176 - color contains mainly: green. Hex color #61B076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B076 is #9E4F89. Grayscale: #919191. Windows color (decimal): -10375050 or 7778401. OLE color: 7778401.
HSL color Cylindrical-coordinate representation of color #61B076: hue angle of 135.95º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61B076 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 176 | 118 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.31 |
| HSL | 135.95º | 0.33% | 0.54% | - |
| HSV(B) | 135.95º | 0.45% | 0.69% | - |
| XYZ | 23.73 | 34.9 | 22.63 | - |
| YUV | 145.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 176 | 118 | 0.45 | 0 | 0.33 | 0.31 | 135.95 | 0.33 | 0.54 |
| Hex | 61 | B0 | 76 | 2D | 0 | 21 | 1F | 88 | 21 | 36 |
| Octal | 141 | 260 | 166 | 55 | 0 | 41 | 37 | 210 | 41 | 66 |
| Binary | 1100001 | 10110000 | 1110110 | 101101 | 0 | 100001 | 11111 | 10001000 | 100001 | 110110 |
Color Harmonies of #61B076
Complementary color
Monochromatic Colors of #61B076
Black with #61B076
Text Example
Text Example
White with #61B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B076; }
p { color: rgb(97,176,118); }
H1.HeaderClassName
{
color: #61B076;
}
.AnyTagClassName
{
color: #61B076;
}
</style>
background-color css
<style>
a { background-color: #61B076; }
a { background-color: rgb(97,176,118); }
div.DivClassName
{
background-color: #61B076;
}
.BgClassName
{
background-color: #61B076;
}
</style>
border-color css
<style>
span { border-color: #61B076; }
span { border-color: rgb(97,176,118); }
td.TdClassName
{
border-color: #61B076;
}
.TagClassName
{
border-color: #61B076;
}
</style>