Shades of Fern #61B168
Tints of Fern #61B168
RGB
CMYK
RGB Variations
Color information
#61B168 (or 0x61B168) is known color: Fern. HEX triplet: 61, B1 and 68. RGB value is (97,177,104). Sum of RGB (Red+Green+Blue) = 97+177+104=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #61B168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B168 is #9E4E97. Grayscale: #909090. Windows color (decimal): -10374808 or 6861153. OLE color: 6861153.
HSL color Cylindrical-coordinate representation of color #61B168: hue angle of 125.25º 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 #61B168 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 177 | 104 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.31 |
| HSL | 125.25º | 0.34% | 0.54% | - |
| HSV(B) | 125.25º | 0.45% | 0.69% | - |
| XYZ | 23.15 | 34.99 | 18.63 | - |
| YUV | 144.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 177 | 104 | 0.45 | 0 | 0.41 | 0.31 | 125.25 | 0.34 | 0.54 |
| Hex | 61 | B1 | 68 | 2D | 0 | 29 | 1F | 7D | 22 | 36 |
| Octal | 141 | 261 | 150 | 55 | 0 | 51 | 37 | 175 | 42 | 66 |
| Binary | 1100001 | 10110001 | 1101000 | 101101 | 0 | 101001 | 11111 | 1111101 | 100010 | 110110 |
Color Harmonies of #61B168
Complementary color
Monochromatic Colors of #61B168
Black with #61B168
Text Example
Text Example
White with #61B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B168; }
p { color: rgb(97,177,104); }
H1.HeaderClassName
{
color: #61B168;
}
.AnyTagClassName
{
color: #61B168;
}
</style>
background-color css
<style>
a { background-color: #61B168; }
a { background-color: rgb(97,177,104); }
div.DivClassName
{
background-color: #61B168;
}
.BgClassName
{
background-color: #61B168;
}
</style>
border-color css
<style>
span { border-color: #61B168; }
span { border-color: rgb(97,177,104); }
td.TdClassName
{
border-color: #61B168;
}
.TagClassName
{
border-color: #61B168;
}
</style>