Shades of Fern #6AB16C
Tints of Fern #6AB16C
RGB
CMYK
RGB Variations
Color information
#6AB16C (or 0x6AB16C) is known color: Fern. HEX triplet: 6A, B1 and 6C. RGB value is (106,177,108). Sum of RGB (Red+Green+Blue) = 106+177+108=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB16C is #954E93. Grayscale: #949494. Windows color (decimal): -9784980 or 7123306. OLE color: 7123306.
HSL color Cylindrical-coordinate representation of color #6AB16C: hue angle of 121.69º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB16C is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 108 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.31 |
| HSL | 121.69º | 0.31% | 0.55% | - |
| HSV(B) | 121.69º | 0.4% | 0.69% | - |
| XYZ | 24.37 | 35.59 | 19.77 | - |
| YUV | 147.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 108 | 0.40 | 0 | 0.39 | 0.31 | 121.69 | 0.31 | 0.55 |
| Hex | 6A | B1 | 6C | 28 | 0 | 27 | 1F | 7A | 1F | 37 |
| Octal | 152 | 261 | 154 | 50 | 0 | 47 | 37 | 172 | 37 | 67 |
| Binary | 1101010 | 10110001 | 1101100 | 101000 | 0 | 100111 | 11111 | 1111010 | 11111 | 110111 |
Color Harmonies of #6AB16C
Complementary color
Monochromatic Colors of #6AB16C
Black with #6AB16C
Text Example
Text Example
White with #6AB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB16C; }
p { color: rgb(106,177,108); }
H1.HeaderClassName
{
color: #6AB16C;
}
.AnyTagClassName
{
color: #6AB16C;
}
</style>
background-color css
<style>
a { background-color: #6AB16C; }
a { background-color: rgb(106,177,108); }
div.DivClassName
{
background-color: #6AB16C;
}
.BgClassName
{
background-color: #6AB16C;
}
</style>
border-color css
<style>
span { border-color: #6AB16C; }
span { border-color: rgb(106,177,108); }
td.TdClassName
{
border-color: #6AB16C;
}
.TagClassName
{
border-color: #6AB16C;
}
</style>