Shades of Fern #6AAF7A
Tints of Fern #6AAF7A
RGB
CMYK
RGB Variations
Color information
#6AAF7A (or 0x6AAF7A) is known color: Fern. HEX triplet: 6A, AF and 7A. RGB value is (106,175,122). Sum of RGB (Red+Green+Blue) = 106+175+122=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAF7A is #955085. Grayscale: #949494. Windows color (decimal): -9785478 or 8040298. OLE color: 8040298.
HSL color Cylindrical-coordinate representation of color #6AAF7A: hue angle of 133.91º 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 #6AAF7A is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 175 | 122 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.31 |
| HSL | 133.91º | 0.3% | 0.55% | - |
| HSV(B) | 133.91º | 0.39% | 0.69% | - |
| XYZ | 24.79 | 35.13 | 23.89 | - |
| YUV | 148.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 122 | 0.39 | 0 | 0.30 | 0.31 | 133.91 | 0.3 | 0.55 |
| Hex | 6A | AF | 7A | 27 | 0 | 1E | 1F | 86 | 1E | 37 |
| Octal | 152 | 257 | 172 | 47 | 0 | 36 | 37 | 206 | 36 | 67 |
| Binary | 1101010 | 10101111 | 1111010 | 100111 | 0 | 11110 | 11111 | 10000110 | 11110 | 110111 |
Color Harmonies of #6AAF7A
Complementary color
Monochromatic Colors of #6AAF7A
Black with #6AAF7A
Text Example
Text Example
White with #6AAF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAF7A; }
p { color: rgb(106,175,122); }
H1.HeaderClassName
{
color: #6AAF7A;
}
.AnyTagClassName
{
color: #6AAF7A;
}
</style>
background-color css
<style>
a { background-color: #6AAF7A; }
a { background-color: rgb(106,175,122); }
div.DivClassName
{
background-color: #6AAF7A;
}
.BgClassName
{
background-color: #6AAF7A;
}
</style>
border-color css
<style>
span { border-color: #6AAF7A; }
span { border-color: rgb(106,175,122); }
td.TdClassName
{
border-color: #6AAF7A;
}
.TagClassName
{
border-color: #6AAF7A;
}
</style>