Shades of Fern #61AF7A
Tints of Fern #61AF7A
RGB
CMYK
RGB Variations
Color information
#61AF7A (or 0x61AF7A) is known color: Fern. HEX triplet: 61, AF and 7A. RGB value is (97,175,122). Sum of RGB (Red+Green+Blue) = 97+175+122=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF7A is #9E5085. Grayscale: #919191. Windows color (decimal): -10375302 or 8040289. OLE color: 8040289.
HSL color Cylindrical-coordinate representation of color #61AF7A: hue angle of 139.23º 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 #61AF7A is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 175 | 122 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.31 |
| HSL | 139.23º | 0.33% | 0.53% | - |
| HSV(B) | 139.23º | 0.45% | 0.69% | - |
| XYZ | 23.77 | 34.61 | 23.84 | - |
| YUV | 145.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 122 | 0.45 | 0 | 0.30 | 0.31 | 139.23 | 0.33 | 0.53 |
| Hex | 61 | AF | 7A | 2D | 0 | 1E | 1F | 8B | 21 | 35 |
| Octal | 141 | 257 | 172 | 55 | 0 | 36 | 37 | 213 | 41 | 65 |
| Binary | 1100001 | 10101111 | 1111010 | 101101 | 0 | 11110 | 11111 | 10001011 | 100001 | 110101 |
Color Harmonies of #61AF7A
Complementary color
Monochromatic Colors of #61AF7A
Black with #61AF7A
Text Example
Text Example
White with #61AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AF7A; }
p { color: rgb(97,175,122); }
H1.HeaderClassName
{
color: #61AF7A;
}
.AnyTagClassName
{
color: #61AF7A;
}
</style>
background-color css
<style>
a { background-color: #61AF7A; }
a { background-color: rgb(97,175,122); }
div.DivClassName
{
background-color: #61AF7A;
}
.BgClassName
{
background-color: #61AF7A;
}
</style>
border-color css
<style>
span { border-color: #61AF7A; }
span { border-color: rgb(97,175,122); }
td.TdClassName
{
border-color: #61AF7A;
}
.TagClassName
{
border-color: #61AF7A;
}
</style>