Shades of Fern #61AF6E
Tints of Fern #61AF6E
RGB
CMYK
RGB Variations
Color information
#61AF6E (or 0x61AF6E) is known color: Fern. HEX triplet: 61, AF and 6E. RGB value is (97,175,110). Sum of RGB (Red+Green+Blue) = 97+175+110=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF6E is #9E5091. Grayscale: #909090. Windows color (decimal): -10375314 or 7253857. OLE color: 7253857.
HSL color Cylindrical-coordinate representation of color #61AF6E: hue angle of 130º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61AF6E is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 175 | 110 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.31 |
| HSL | 130º | 0.33% | 0.53% | - |
| HSV(B) | 130º | 0.45% | 0.69% | - |
| XYZ | 23.07 | 34.33 | 20.16 | - |
| YUV | 144.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 110 | 0.45 | 0 | 0.37 | 0.31 | 130 | 0.33 | 0.53 |
| Hex | 61 | AF | 6E | 2D | 0 | 25 | 1F | 82 | 21 | 35 |
| Octal | 141 | 257 | 156 | 55 | 0 | 45 | 37 | 202 | 41 | 65 |
| Binary | 1100001 | 10101111 | 1101110 | 101101 | 0 | 100101 | 11111 | 10000010 | 100001 | 110101 |
Color Harmonies of #61AF6E
Complementary color
Monochromatic Colors of #61AF6E
Black with #61AF6E
Text Example
Text Example
White with #61AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AF6E; }
p { color: rgb(97,175,110); }
H1.HeaderClassName
{
color: #61AF6E;
}
.AnyTagClassName
{
color: #61AF6E;
}
</style>
background-color css
<style>
a { background-color: #61AF6E; }
a { background-color: rgb(97,175,110); }
div.DivClassName
{
background-color: #61AF6E;
}
.BgClassName
{
background-color: #61AF6E;
}
</style>
border-color css
<style>
span { border-color: #61AF6E; }
span { border-color: rgb(97,175,110); }
td.TdClassName
{
border-color: #61AF6E;
}
.TagClassName
{
border-color: #61AF6E;
}
</style>