Shades of Fern #6ABA68
Tints of Fern #6ABA68
RGB
CMYK
RGB Variations
Color information
#6ABA68 (or 0x6ABA68) is known color: Fern. HEX triplet: 6A, BA and 68. RGB value is (106,186,104). Sum of RGB (Red+Green+Blue) = 106+186+104=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABA68 is #954597. Grayscale: #989898. Windows color (decimal): -9782680 or 6863466. OLE color: 6863466.
HSL color Cylindrical-coordinate representation of color #6ABA68: hue angle of 118.54º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABA68 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 186 | 104 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.27 |
| HSL | 118.54º | 0.37% | 0.57% | - |
| HSV(B) | 118.54º | 0.44% | 0.73% | - |
| XYZ | 26 | 39.18 | 19.29 | - |
| YUV | 152.73 | 100.5 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 104 | 0.43 | 0 | 0.44 | 0.27 | 118.54 | 0.37 | 0.57 |
| Hex | 6A | BA | 68 | 2B | 0 | 2C | 1B | 77 | 25 | 39 |
| Octal | 152 | 272 | 150 | 53 | 0 | 54 | 33 | 167 | 45 | 71 |
| Binary | 1101010 | 10111010 | 1101000 | 101011 | 0 | 101100 | 11011 | 1110111 | 100101 | 111001 |
Color Harmonies of #6ABA68
Complementary color
Monochromatic Colors of #6ABA68
Black with #6ABA68
Text Example
Text Example
White with #6ABA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABA68; }
p { color: rgb(106,186,104); }
H1.HeaderClassName
{
color: #6ABA68;
}
.AnyTagClassName
{
color: #6ABA68;
}
</style>
background-color css
<style>
a { background-color: #6ABA68; }
a { background-color: rgb(106,186,104); }
div.DivClassName
{
background-color: #6ABA68;
}
.BgClassName
{
background-color: #6ABA68;
}
</style>
border-color css
<style>
span { border-color: #6ABA68; }
span { border-color: rgb(106,186,104); }
td.TdClassName
{
border-color: #6ABA68;
}
.TagClassName
{
border-color: #6ABA68;
}
</style>