Shades of Fern #61B176
Tints of Fern #61B176
RGB
CMYK
RGB Variations
Color information
#61B176 (or 0x61B176) is known color: Fern. HEX triplet: 61, B1 and 76. RGB value is (97,177,118). Sum of RGB (Red+Green+Blue) = 97+177+118=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #61B176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B176 is #9E4E89. Grayscale: #929292. Windows color (decimal): -10374794 or 7778657. OLE color: 7778657.
HSL color Cylindrical-coordinate representation of color #61B176: hue angle of 135.75º degrees, saturation: 0.34, 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 #61B176 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 177 | 118 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.31 |
| HSL | 135.75º | 0.34% | 0.54% | - |
| HSV(B) | 135.75º | 0.45% | 0.69% | - |
| XYZ | 23.92 | 35.29 | 22.69 | - |
| YUV | 146.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 177 | 118 | 0.45 | 0 | 0.33 | 0.31 | 135.75 | 0.34 | 0.54 |
| Hex | 61 | B1 | 76 | 2D | 0 | 21 | 1F | 88 | 22 | 36 |
| Octal | 141 | 261 | 166 | 55 | 0 | 41 | 37 | 210 | 42 | 66 |
| Binary | 1100001 | 10110001 | 1110110 | 101101 | 0 | 100001 | 11111 | 10001000 | 100010 | 110110 |
Color Harmonies of #61B176
Complementary color
Monochromatic Colors of #61B176
Black with #61B176
Text Example
Text Example
White with #61B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B176; }
p { color: rgb(97,177,118); }
H1.HeaderClassName
{
color: #61B176;
}
.AnyTagClassName
{
color: #61B176;
}
</style>
background-color css
<style>
a { background-color: #61B176; }
a { background-color: rgb(97,177,118); }
div.DivClassName
{
background-color: #61B176;
}
.BgClassName
{
background-color: #61B176;
}
</style>
border-color css
<style>
span { border-color: #61B176; }
span { border-color: rgb(97,177,118); }
td.TdClassName
{
border-color: #61B176;
}
.TagClassName
{
border-color: #61B176;
}
</style>