Shades of Fern #6AAD73
Tints of Fern #6AAD73
RGB
CMYK
RGB Variations
Color information
#6AAD73 (or 0x6AAD73) is known color: Fern. HEX triplet: 6A, AD and 73. RGB value is (106,173,115). Sum of RGB (Red+Green+Blue) = 106+173+115=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAD73 is #95528C. Grayscale: #929292. Windows color (decimal): -9785997 or 7581034. OLE color: 7581034.
HSL color Cylindrical-coordinate representation of color #6AAD73: hue angle of 128.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAD73 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 115 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.32 |
| HSL | 128.06º | 0.29% | 0.55% | - |
| HSV(B) | 128.06º | 0.39% | 0.68% | - |
| XYZ | 23.98 | 34.19 | 21.55 | - |
| YUV | 146.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 115 | 0.39 | 0 | 0.34 | 0.32 | 128.06 | 0.29 | 0.55 |
| Hex | 6A | AD | 73 | 27 | 0 | 22 | 20 | 80 | 1D | 37 |
| Octal | 152 | 255 | 163 | 47 | 0 | 42 | 40 | 200 | 35 | 67 |
| Binary | 1101010 | 10101101 | 1110011 | 100111 | 0 | 100010 | 100000 | 10000000 | 11101 | 110111 |
Color Harmonies of #6AAD73
Complementary color
Monochromatic Colors of #6AAD73
Black with #6AAD73
Text Example
Text Example
White with #6AAD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD73; }
p { color: rgb(106,173,115); }
H1.HeaderClassName
{
color: #6AAD73;
}
.AnyTagClassName
{
color: #6AAD73;
}
</style>
background-color css
<style>
a { background-color: #6AAD73; }
a { background-color: rgb(106,173,115); }
div.DivClassName
{
background-color: #6AAD73;
}
.BgClassName
{
background-color: #6AAD73;
}
</style>
border-color css
<style>
span { border-color: #6AAD73; }
span { border-color: rgb(106,173,115); }
td.TdClassName
{
border-color: #6AAD73;
}
.TagClassName
{
border-color: #6AAD73;
}
</style>