Shades of Fern #61AC6E
Tints of Fern #61AC6E
RGB
CMYK
RGB Variations
Color information
#61AC6E (or 0x61AC6E) is known color: Fern. HEX triplet: 61, AC and 6E. RGB value is (97,172,110). Sum of RGB (Red+Green+Blue) = 97+172+110=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AC6E is #9E5391. Grayscale: #8E8E8E. Windows color (decimal): -10376082 or 7253089. OLE color: 7253089.
HSL color Cylindrical-coordinate representation of color #61AC6E: hue angle of 130.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AC6E is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 172 | 110 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.33 |
| HSL | 130.4º | 0.31% | 0.53% | - |
| HSV(B) | 130.4º | 0.44% | 0.67% | - |
| XYZ | 22.5 | 33.17 | 19.97 | - |
| YUV | 142.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 110 | 0.44 | 0 | 0.36 | 0.33 | 130.4 | 0.31 | 0.53 |
| Hex | 61 | AC | 6E | 2C | 0 | 24 | 21 | 82 | 1F | 35 |
| Octal | 141 | 254 | 156 | 54 | 0 | 44 | 41 | 202 | 37 | 65 |
| Binary | 1100001 | 10101100 | 1101110 | 101100 | 0 | 100100 | 100001 | 10000010 | 11111 | 110101 |
Color Harmonies of #61AC6E
Complementary color
Monochromatic Colors of #61AC6E
Black with #61AC6E
Text Example
Text Example
White with #61AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AC6E; }
p { color: rgb(97,172,110); }
H1.HeaderClassName
{
color: #61AC6E;
}
.AnyTagClassName
{
color: #61AC6E;
}
</style>
background-color css
<style>
a { background-color: #61AC6E; }
a { background-color: rgb(97,172,110); }
div.DivClassName
{
background-color: #61AC6E;
}
.BgClassName
{
background-color: #61AC6E;
}
</style>
border-color css
<style>
span { border-color: #61AC6E; }
span { border-color: rgb(97,172,110); }
td.TdClassName
{
border-color: #61AC6E;
}
.TagClassName
{
border-color: #61AC6E;
}
</style>