Shades of Fern #6AC07A
Tints of Fern #6AC07A
RGB
CMYK
RGB Variations
Color information
#6AC07A (or 0x6AC07A) is known color: Fern. HEX triplet: 6A, C0 and 7A. RGB value is (106,192,122). Sum of RGB (Red+Green+Blue) = 106+192+122=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC07A is #953F85. Grayscale: #9E9E9E. Windows color (decimal): -9781126 or 8044650. OLE color: 8044650.
HSL color Cylindrical-coordinate representation of color #6AC07A: hue angle of 131.16º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC07A is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 122 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.25 |
| HSL | 131.16º | 0.41% | 0.58% | - |
| HSV(B) | 131.16º | 0.45% | 0.75% | - |
| XYZ | 28.31 | 42.17 | 25.06 | - |
| YUV | 158.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 122 | 0.45 | 0 | 0.36 | 0.25 | 131.16 | 0.41 | 0.58 |
| Hex | 6A | C0 | 7A | 2D | 0 | 24 | 19 | 83 | 29 | 3A |
| Octal | 152 | 300 | 172 | 55 | 0 | 44 | 31 | 203 | 51 | 72 |
| Binary | 1101010 | 11000000 | 1111010 | 101101 | 0 | 100100 | 11001 | 10000011 | 101001 | 111010 |
Color Harmonies of #6AC07A
Complementary color
Monochromatic Colors of #6AC07A
Black with #6AC07A
Text Example
Text Example
White with #6AC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC07A; }
p { color: rgb(106,192,122); }
H1.HeaderClassName
{
color: #6AC07A;
}
.AnyTagClassName
{
color: #6AC07A;
}
</style>
background-color css
<style>
a { background-color: #6AC07A; }
a { background-color: rgb(106,192,122); }
div.DivClassName
{
background-color: #6AC07A;
}
.BgClassName
{
background-color: #6AC07A;
}
</style>
border-color css
<style>
span { border-color: #6AC07A; }
span { border-color: rgb(106,192,122); }
td.TdClassName
{
border-color: #6AC07A;
}
.TagClassName
{
border-color: #6AC07A;
}
</style>