Shades of Fern #6AB160
Tints of Fern #6AB160
RGB
CMYK
RGB Variations
Color information
#6AB160 (or 0x6AB160) is known color: Fern. HEX triplet: 6A, B1 and 60. RGB value is (106,177,96). Sum of RGB (Red+Green+Blue) = 106+177+96=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB160 is #954E9F. Grayscale: #929292. Windows color (decimal): -9784992 or 6336874. OLE color: 6336874.
HSL color Cylindrical-coordinate representation of color #6AB160: hue angle of 112.59º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AB160 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 96 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.31 |
| HSL | 112.59º | 0.34% | 0.54% | - |
| HSV(B) | 112.59º | 0.46% | 0.69% | - |
| XYZ | 23.78 | 35.35 | 16.64 | - |
| YUV | 146.54 | 99.48 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 96 | 0.40 | 0 | 0.46 | 0.31 | 112.59 | 0.34 | 0.54 |
| Hex | 6A | B1 | 60 | 28 | 0 | 2E | 1F | 71 | 22 | 36 |
| Octal | 152 | 261 | 140 | 50 | 0 | 56 | 37 | 161 | 42 | 66 |
| Binary | 1101010 | 10110001 | 1100000 | 101000 | 0 | 101110 | 11111 | 1110001 | 100010 | 110110 |
Color Harmonies of #6AB160
Complementary color
Monochromatic Colors of #6AB160
Black with #6AB160
Text Example
Text Example
White with #6AB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB160; }
p { color: rgb(106,177,96); }
H1.HeaderClassName
{
color: #6AB160;
}
.AnyTagClassName
{
color: #6AB160;
}
</style>
background-color css
<style>
a { background-color: #6AB160; }
a { background-color: rgb(106,177,96); }
div.DivClassName
{
background-color: #6AB160;
}
.BgClassName
{
background-color: #6AB160;
}
</style>
border-color css
<style>
span { border-color: #6AB160; }
span { border-color: rgb(106,177,96); }
td.TdClassName
{
border-color: #6AB160;
}
.TagClassName
{
border-color: #6AB160;
}
</style>