Shades of Fern #6AC07C
Tints of Fern #6AC07C
RGB
CMYK
RGB Variations
Color information
#6AC07C (or 0x6AC07C) is known color: Fern. HEX triplet: 6A, C0 and 7C. RGB value is (106,192,124). Sum of RGB (Red+Green+Blue) = 106+192+124=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC07C is #953F83. Grayscale: #9E9E9E. Windows color (decimal): -9781124 or 8175722. OLE color: 8175722.
HSL color Cylindrical-coordinate representation of color #6AC07C: hue angle of 132.56º 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 #6AC07C is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 124 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.25 |
| HSL | 132.56º | 0.41% | 0.58% | - |
| HSV(B) | 132.56º | 0.45% | 0.75% | - |
| XYZ | 28.43 | 42.22 | 25.72 | - |
| YUV | 158.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 124 | 0.45 | 0 | 0.35 | 0.25 | 132.56 | 0.41 | 0.58 |
| Hex | 6A | C0 | 7C | 2D | 0 | 23 | 19 | 85 | 29 | 3A |
| Octal | 152 | 300 | 174 | 55 | 0 | 43 | 31 | 205 | 51 | 72 |
| Binary | 1101010 | 11000000 | 1111100 | 101101 | 0 | 100011 | 11001 | 10000101 | 101001 | 111010 |
Color Harmonies of #6AC07C
Complementary color
Monochromatic Colors of #6AC07C
Black with #6AC07C
Text Example
Text Example
White with #6AC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC07C; }
p { color: rgb(106,192,124); }
H1.HeaderClassName
{
color: #6AC07C;
}
.AnyTagClassName
{
color: #6AC07C;
}
</style>
background-color css
<style>
a { background-color: #6AC07C; }
a { background-color: rgb(106,192,124); }
div.DivClassName
{
background-color: #6AC07C;
}
.BgClassName
{
background-color: #6AC07C;
}
</style>
border-color css
<style>
span { border-color: #6AC07C; }
span { border-color: rgb(106,192,124); }
td.TdClassName
{
border-color: #6AC07C;
}
.TagClassName
{
border-color: #6AC07C;
}
</style>