Shades of Fern #61B568
Tints of Fern #61B568
RGB
CMYK
RGB Variations
Color information
#61B568 (or 0x61B568) is known color: Fern. HEX triplet: 61, B5 and 68. RGB value is (97,181,104). Sum of RGB (Red+Green+Blue) = 97+181+104=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #61B568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B568 is #9E4A97. Grayscale: #939393. Windows color (decimal): -10373784 or 6862177. OLE color: 6862177.
HSL color Cylindrical-coordinate representation of color #61B568: hue angle of 125º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B568 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 181 | 104 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.29 |
| HSL | 125º | 0.36% | 0.55% | - |
| HSV(B) | 125º | 0.46% | 0.71% | - |
| XYZ | 23.95 | 36.59 | 18.9 | - |
| YUV | 147.11 | 103.67 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 104 | 0.46 | 0 | 0.43 | 0.29 | 125 | 0.36 | 0.55 |
| Hex | 61 | B5 | 68 | 2E | 0 | 2B | 1D | 7D | 24 | 37 |
| Octal | 141 | 265 | 150 | 56 | 0 | 53 | 35 | 175 | 44 | 67 |
| Binary | 1100001 | 10110101 | 1101000 | 101110 | 0 | 101011 | 11101 | 1111101 | 100100 | 110111 |
Color Harmonies of #61B568
Complementary color
Monochromatic Colors of #61B568
Black with #61B568
Text Example
Text Example
White with #61B568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B568; }
p { color: rgb(97,181,104); }
H1.HeaderClassName
{
color: #61B568;
}
.AnyTagClassName
{
color: #61B568;
}
</style>
background-color css
<style>
a { background-color: #61B568; }
a { background-color: rgb(97,181,104); }
div.DivClassName
{
background-color: #61B568;
}
.BgClassName
{
background-color: #61B568;
}
</style>
border-color css
<style>
span { border-color: #61B568; }
span { border-color: rgb(97,181,104); }
td.TdClassName
{
border-color: #61B568;
}
.TagClassName
{
border-color: #61B568;
}
</style>