Shades of Fern #6ABE72
Tints of Fern #6ABE72
RGB
CMYK
RGB Variations
Color information
#6ABE72 (or 0x6ABE72) is known color: Fern. HEX triplet: 6A, BE and 72. RGB value is (106,190,114). Sum of RGB (Red+Green+Blue) = 106+190+114=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABE72 is #95418D. Grayscale: #9C9C9C. Windows color (decimal): -9781646 or 7519850. OLE color: 7519850.
HSL color Cylindrical-coordinate representation of color #6ABE72: hue angle of 125.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6ABE72 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 190 | 114 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.25 |
| HSL | 125.71º | 0.39% | 0.58% | - |
| HSV(B) | 125.71º | 0.44% | 0.75% | - |
| XYZ | 27.39 | 41.11 | 22.41 | - |
| YUV | 156.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 114 | 0.44 | 0 | 0.40 | 0.25 | 125.71 | 0.39 | 0.58 |
| Hex | 6A | BE | 72 | 2C | 0 | 28 | 19 | 7E | 27 | 3A |
| Octal | 152 | 276 | 162 | 54 | 0 | 50 | 31 | 176 | 47 | 72 |
| Binary | 1101010 | 10111110 | 1110010 | 101100 | 0 | 101000 | 11001 | 1111110 | 100111 | 111010 |
Color Harmonies of #6ABE72
Complementary color
Monochromatic Colors of #6ABE72
Black with #6ABE72
Text Example
Text Example
White with #6ABE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABE72; }
p { color: rgb(106,190,114); }
H1.HeaderClassName
{
color: #6ABE72;
}
.AnyTagClassName
{
color: #6ABE72;
}
</style>
background-color css
<style>
a { background-color: #6ABE72; }
a { background-color: rgb(106,190,114); }
div.DivClassName
{
background-color: #6ABE72;
}
.BgClassName
{
background-color: #6ABE72;
}
</style>
border-color css
<style>
span { border-color: #6ABE72; }
span { border-color: rgb(106,190,114); }
td.TdClassName
{
border-color: #6ABE72;
}
.TagClassName
{
border-color: #6ABE72;
}
</style>