Shades of Fern #6AAF71
Tints of Fern #6AAF71
RGB
CMYK
RGB Variations
Color information
#6AAF71 (or 0x6AAF71) is known color: Fern. HEX triplet: 6A, AF and 71. RGB value is (106,175,113). Sum of RGB (Red+Green+Blue) = 106+175+113=394 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.90% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAF71 is #95508E. Grayscale: #939393. Windows color (decimal): -9785487 or 7450474. OLE color: 7450474.
HSL color Cylindrical-coordinate representation of color #6AAF71: hue angle of 126.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAF71 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 175 | 113 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.31 |
| HSL | 126.09º | 0.3% | 0.55% | - |
| HSV(B) | 126.09º | 0.39% | 0.69% | - |
| XYZ | 24.25 | 34.92 | 21.08 | - |
| YUV | 147.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 113 | 0.39 | 0 | 0.35 | 0.31 | 126.09 | 0.3 | 0.55 |
| Hex | 6A | AF | 71 | 27 | 0 | 23 | 1F | 7E | 1E | 37 |
| Octal | 152 | 257 | 161 | 47 | 0 | 43 | 37 | 176 | 36 | 67 |
| Binary | 1101010 | 10101111 | 1110001 | 100111 | 0 | 100011 | 11111 | 1111110 | 11110 | 110111 |
Color Harmonies of #6AAF71
Complementary color
Monochromatic Colors of #6AAF71
Black with #6AAF71
Text Example
Text Example
White with #6AAF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAF71; }
p { color: rgb(106,175,113); }
H1.HeaderClassName
{
color: #6AAF71;
}
.AnyTagClassName
{
color: #6AAF71;
}
</style>
background-color css
<style>
a { background-color: #6AAF71; }
a { background-color: rgb(106,175,113); }
div.DivClassName
{
background-color: #6AAF71;
}
.BgClassName
{
background-color: #6AAF71;
}
</style>
border-color css
<style>
span { border-color: #6AAF71; }
span { border-color: rgb(106,175,113); }
td.TdClassName
{
border-color: #6AAF71;
}
.TagClassName
{
border-color: #6AAF71;
}
</style>