Shades of Fern #6ABE68
Tints of Fern #6ABE68
RGB
CMYK
RGB Variations
Color information
#6ABE68 (or 0x6ABE68) is known color: Fern. HEX triplet: 6A, BE and 68. RGB value is (106,190,104). Sum of RGB (Red+Green+Blue) = 106+190+104=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABE68 is #954197. Grayscale: #9B9B9B. Windows color (decimal): -9781656 or 6864490. OLE color: 6864490.
HSL color Cylindrical-coordinate representation of color #6ABE68: hue angle of 118.6º degrees, saturation: 0.4, 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 #6ABE68 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 190 | 104 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.25 |
| HSL | 118.6º | 0.4% | 0.58% | - |
| HSV(B) | 118.6º | 0.45% | 0.75% | - |
| XYZ | 26.86 | 40.89 | 19.57 | - |
| YUV | 155.08 | 99.17 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 104 | 0.44 | 0 | 0.45 | 0.25 | 118.6 | 0.4 | 0.58 |
| Hex | 6A | BE | 68 | 2C | 0 | 2D | 19 | 77 | 28 | 3A |
| Octal | 152 | 276 | 150 | 54 | 0 | 55 | 31 | 167 | 50 | 72 |
| Binary | 1101010 | 10111110 | 1101000 | 101100 | 0 | 101101 | 11001 | 1110111 | 101000 | 111010 |
Color Harmonies of #6ABE68
Complementary color
Monochromatic Colors of #6ABE68
Black with #6ABE68
Text Example
Text Example
White with #6ABE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABE68; }
p { color: rgb(106,190,104); }
H1.HeaderClassName
{
color: #6ABE68;
}
.AnyTagClassName
{
color: #6ABE68;
}
</style>
background-color css
<style>
a { background-color: #6ABE68; }
a { background-color: rgb(106,190,104); }
div.DivClassName
{
background-color: #6ABE68;
}
.BgClassName
{
background-color: #6ABE68;
}
</style>
border-color css
<style>
span { border-color: #6ABE68; }
span { border-color: rgb(106,190,104); }
td.TdClassName
{
border-color: #6ABE68;
}
.TagClassName
{
border-color: #6ABE68;
}
</style>