Shades of Fern #6AB560
Tints of Fern #6AB560
RGB
CMYK
RGB Variations
Color information
#6AB560 (or 0x6AB560) is known color: Fern. HEX triplet: 6A, B5 and 60. RGB value is (106,181,96). Sum of RGB (Red+Green+Blue) = 106+181+96=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB560 is #954A9F. Grayscale: #959595. Windows color (decimal): -9783968 or 6337898. OLE color: 6337898.
HSL color Cylindrical-coordinate representation of color #6AB560: hue angle of 112.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AB560 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 181 | 96 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.29 |
| HSL | 112.94º | 0.36% | 0.54% | - |
| HSV(B) | 112.94º | 0.47% | 0.71% | - |
| XYZ | 24.58 | 36.96 | 16.9 | - |
| YUV | 148.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 96 | 0.41 | 0 | 0.47 | 0.29 | 112.94 | 0.36 | 0.54 |
| Hex | 6A | B5 | 60 | 29 | 0 | 2F | 1D | 71 | 24 | 36 |
| Octal | 152 | 265 | 140 | 51 | 0 | 57 | 35 | 161 | 44 | 66 |
| Binary | 1101010 | 10110101 | 1100000 | 101001 | 0 | 101111 | 11101 | 1110001 | 100100 | 110110 |
Color Harmonies of #6AB560
Complementary color
Monochromatic Colors of #6AB560
Black with #6AB560
Text Example
Text Example
White with #6AB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB560; }
p { color: rgb(106,181,96); }
H1.HeaderClassName
{
color: #6AB560;
}
.AnyTagClassName
{
color: #6AB560;
}
</style>
background-color css
<style>
a { background-color: #6AB560; }
a { background-color: rgb(106,181,96); }
div.DivClassName
{
background-color: #6AB560;
}
.BgClassName
{
background-color: #6AB560;
}
</style>
border-color css
<style>
span { border-color: #6AB560; }
span { border-color: rgb(106,181,96); }
td.TdClassName
{
border-color: #6AB560;
}
.TagClassName
{
border-color: #6AB560;
}
</style>