Shades of Fern #6AC07F
Tints of Fern #6AC07F
RGB
CMYK
RGB Variations
Color information
#6AC07F (or 0x6AC07F) is known color: Fern. HEX triplet: 6A, C0 and 7F. RGB value is (106,192,127). Sum of RGB (Red+Green+Blue) = 106+192+127=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC07F is #953F80. Grayscale: #9F9F9F. Windows color (decimal): -9781121 or 8372330. OLE color: 8372330.
HSL color Cylindrical-coordinate representation of color #6AC07F: hue angle of 134.65º 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 #6AC07F is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 127 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.25 |
| HSL | 134.65º | 0.41% | 0.58% | - |
| HSV(B) | 134.65º | 0.45% | 0.75% | - |
| XYZ | 28.62 | 42.3 | 26.73 | - |
| YUV | 158.88 | 110.01 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 127 | 0.45 | 0 | 0.34 | 0.25 | 134.65 | 0.41 | 0.58 |
| Hex | 6A | C0 | 7F | 2D | 0 | 22 | 19 | 87 | 29 | 3A |
| Octal | 152 | 300 | 177 | 55 | 0 | 42 | 31 | 207 | 51 | 72 |
| Binary | 1101010 | 11000000 | 1111111 | 101101 | 0 | 100010 | 11001 | 10000111 | 101001 | 111010 |
Color Harmonies of #6AC07F
Complementary color
Monochromatic Colors of #6AC07F
Black with #6AC07F
Text Example
Text Example
White with #6AC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC07F; }
p { color: rgb(106,192,127); }
H1.HeaderClassName
{
color: #6AC07F;
}
.AnyTagClassName
{
color: #6AC07F;
}
</style>
background-color css
<style>
a { background-color: #6AC07F; }
a { background-color: rgb(106,192,127); }
div.DivClassName
{
background-color: #6AC07F;
}
.BgClassName
{
background-color: #6AC07F;
}
</style>
border-color css
<style>
span { border-color: #6AC07F; }
span { border-color: rgb(106,192,127); }
td.TdClassName
{
border-color: #6AC07F;
}
.TagClassName
{
border-color: #6AC07F;
}
</style>