Shades of Fern #61AD67
Tints of Fern #61AD67
RGB
CMYK
RGB Variations
Color information
#61AD67 (or 0x61AD67) is known color: Fern. HEX triplet: 61, AD and 67. RGB value is (97,173,103). Sum of RGB (Red+Green+Blue) = 97+173+103=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #61AD67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AD67 is #9E5298. Grayscale: #8E8E8E. Windows color (decimal): -10375833 or 6794593. OLE color: 6794593.
HSL color Cylindrical-coordinate representation of color #61AD67: hue angle of 124.74º 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 #61AD67 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 173 | 103 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.32 |
| HSL | 124.74º | 0.32% | 0.53% | - |
| HSV(B) | 124.74º | 0.44% | 0.68% | - |
| XYZ | 22.32 | 33.41 | 18.1 | - |
| YUV | 142.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 103 | 0.44 | 0 | 0.40 | 0.32 | 124.74 | 0.32 | 0.53 |
| Hex | 61 | AD | 67 | 2C | 0 | 28 | 20 | 7D | 20 | 35 |
| Octal | 141 | 255 | 147 | 54 | 0 | 50 | 40 | 175 | 40 | 65 |
| Binary | 1100001 | 10101101 | 1100111 | 101100 | 0 | 101000 | 100000 | 1111101 | 100000 | 110101 |
Color Harmonies of #61AD67
Complementary color
Monochromatic Colors of #61AD67
Black with #61AD67
Text Example
Text Example
White with #61AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AD67; }
p { color: rgb(97,173,103); }
H1.HeaderClassName
{
color: #61AD67;
}
.AnyTagClassName
{
color: #61AD67;
}
</style>
background-color css
<style>
a { background-color: #61AD67; }
a { background-color: rgb(97,173,103); }
div.DivClassName
{
background-color: #61AD67;
}
.BgClassName
{
background-color: #61AD67;
}
</style>
border-color css
<style>
span { border-color: #61AD67; }
span { border-color: rgb(97,173,103); }
td.TdClassName
{
border-color: #61AD67;
}
.TagClassName
{
border-color: #61AD67;
}
</style>