Shades of Fern #6AC668
Tints of Fern #6AC668
RGB
CMYK
RGB Variations
Color information
#6AC668 (or 0x6AC668) is known color: Fern. HEX triplet: 6A, C6 and 68. RGB value is (106,198,104). Sum of RGB (Red+Green+Blue) = 106+198+104=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #6AC668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC668 is #953997. Grayscale: #A0A0A0. Windows color (decimal): -9779608 or 6866538. OLE color: 6866538.
HSL color Cylindrical-coordinate representation of color #6AC668: hue angle of 118.72º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC668 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 198 | 104 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.22 |
| HSL | 118.72º | 0.45% | 0.59% | - |
| HSV(B) | 118.72º | 0.47% | 0.78% | - |
| XYZ | 28.64 | 44.45 | 20.17 | - |
| YUV | 159.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 198 | 104 | 0.46 | 0 | 0.47 | 0.22 | 118.72 | 0.45 | 0.59 |
| Hex | 6A | C6 | 68 | 2E | 0 | 2F | 16 | 77 | 2D | 3B |
| Octal | 152 | 306 | 150 | 56 | 0 | 57 | 26 | 167 | 55 | 73 |
| Binary | 1101010 | 11000110 | 1101000 | 101110 | 0 | 101111 | 10110 | 1110111 | 101101 | 111011 |
Color Harmonies of #6AC668
Complementary color
Monochromatic Colors of #6AC668
Black with #6AC668
Text Example
Text Example
White with #6AC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC668; }
p { color: rgb(106,198,104); }
H1.HeaderClassName
{
color: #6AC668;
}
.AnyTagClassName
{
color: #6AC668;
}
</style>
background-color css
<style>
a { background-color: #6AC668; }
a { background-color: rgb(106,198,104); }
div.DivClassName
{
background-color: #6AC668;
}
.BgClassName
{
background-color: #6AC668;
}
</style>
border-color css
<style>
span { border-color: #6AC668; }
span { border-color: rgb(106,198,104); }
td.TdClassName
{
border-color: #6AC668;
}
.TagClassName
{
border-color: #6AC668;
}
</style>