Shades of Fern #6AAD61
Tints of Fern #6AAD61
RGB
CMYK
RGB Variations
Color information
#6AAD61 (or 0x6AAD61) is known color: Fern. HEX triplet: 6A, AD and 61. RGB value is (106,173,97). Sum of RGB (Red+Green+Blue) = 106+173+97=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAD61 is #95529E. Grayscale: #909090. Windows color (decimal): -9786015 or 6401386. OLE color: 6401386.
HSL color Cylindrical-coordinate representation of color #6AAD61: hue angle of 112.89º 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 #6AAD61 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 97 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.32 |
| HSL | 112.89º | 0.32% | 0.53% | - |
| HSV(B) | 112.89º | 0.44% | 0.68% | - |
| XYZ | 23.05 | 33.81 | 16.62 | - |
| YUV | 144.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 97 | 0.39 | 0 | 0.44 | 0.32 | 112.89 | 0.32 | 0.53 |
| Hex | 6A | AD | 61 | 27 | 0 | 2C | 20 | 71 | 20 | 35 |
| Octal | 152 | 255 | 141 | 47 | 0 | 54 | 40 | 161 | 40 | 65 |
| Binary | 1101010 | 10101101 | 1100001 | 100111 | 0 | 101100 | 100000 | 1110001 | 100000 | 110101 |
Color Harmonies of #6AAD61
Complementary color
Monochromatic Colors of #6AAD61
Black with #6AAD61
Text Example
Text Example
White with #6AAD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD61; }
p { color: rgb(106,173,97); }
H1.HeaderClassName
{
color: #6AAD61;
}
.AnyTagClassName
{
color: #6AAD61;
}
</style>
background-color css
<style>
a { background-color: #6AAD61; }
a { background-color: rgb(106,173,97); }
div.DivClassName
{
background-color: #6AAD61;
}
.BgClassName
{
background-color: #6AAD61;
}
</style>
border-color css
<style>
span { border-color: #6AAD61; }
span { border-color: rgb(106,173,97); }
td.TdClassName
{
border-color: #6AAD61;
}
.TagClassName
{
border-color: #6AAD61;
}
</style>