Shades of Fern #61AD68
Tints of Fern #61AD68
RGB
CMYK
RGB Variations
Color information
#61AD68 (or 0x61AD68) is known color: Fern. HEX triplet: 61, AD and 68. RGB value is (97,173,104). Sum of RGB (Red+Green+Blue) = 97+173+104=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD68 is #9E5297. Grayscale: #8E8E8E. Windows color (decimal): -10375832 or 6860129. OLE color: 6860129.
HSL color Cylindrical-coordinate representation of color #61AD68: hue angle of 125.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AD68 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 104 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.32 |
| HSL | 125.53º | 0.32% | 0.53% | - |
| HSV(B) | 125.53º | 0.44% | 0.68% | - |
| XYZ | 22.37 | 33.43 | 18.37 | - |
| YUV | 142.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 104 | 0.44 | 0 | 0.40 | 0.32 | 125.53 | 0.32 | 0.53 |
| Hex | 61 | AD | 68 | 2C | 0 | 28 | 20 | 7E | 20 | 35 |
| Octal | 141 | 255 | 150 | 54 | 0 | 50 | 40 | 176 | 40 | 65 |
| Binary | 1100001 | 10101101 | 1101000 | 101100 | 0 | 101000 | 100000 | 1111110 | 100000 | 110101 |
Color Harmonies of #61AD68
Complementary color
Monochromatic Colors of #61AD68
Black with #61AD68
Text Example
Text Example
White with #61AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD68; }
p { color: rgb(97,173,104); }
H1.HeaderClassName
{
color: #61AD68;
}
.AnyTagClassName
{
color: #61AD68;
}
</style>
background-color css
<style>
a { background-color: #61AD68; }
a { background-color: rgb(97,173,104); }
div.DivClassName
{
background-color: #61AD68;
}
.BgClassName
{
background-color: #61AD68;
}
</style>
border-color css
<style>
span { border-color: #61AD68; }
span { border-color: rgb(97,173,104); }
td.TdClassName
{
border-color: #61AD68;
}
.TagClassName
{
border-color: #61AD68;
}
</style>