Shades of Fern #6AB16B
Tints of Fern #6AB16B
RGB
CMYK
RGB Variations
Color information
#6AB16B (or 0x6AB16B) is known color: Fern. HEX triplet: 6A, B1 and 6B. RGB value is (106,177,107). Sum of RGB (Red+Green+Blue) = 106+177+107=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB16B is #954E94. Grayscale: #949494. Windows color (decimal): -9784981 or 7057770. OLE color: 7057770.
HSL color Cylindrical-coordinate representation of color #6AB16B: hue angle of 120.85º 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 #6AB16B is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 107 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.31 |
| HSL | 120.85º | 0.31% | 0.55% | - |
| HSV(B) | 120.85º | 0.4% | 0.69% | - |
| XYZ | 24.32 | 35.57 | 19.49 | - |
| YUV | 147.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 107 | 0.40 | 0 | 0.40 | 0.31 | 120.85 | 0.31 | 0.55 |
| Hex | 6A | B1 | 6B | 28 | 0 | 28 | 1F | 79 | 1F | 37 |
| Octal | 152 | 261 | 153 | 50 | 0 | 50 | 37 | 171 | 37 | 67 |
| Binary | 1101010 | 10110001 | 1101011 | 101000 | 0 | 101000 | 11111 | 1111001 | 11111 | 110111 |
Color Harmonies of #6AB16B
Complementary color
Monochromatic Colors of #6AB16B
Black with #6AB16B
Text Example
Text Example
White with #6AB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB16B; }
p { color: rgb(106,177,107); }
H1.HeaderClassName
{
color: #6AB16B;
}
.AnyTagClassName
{
color: #6AB16B;
}
</style>
background-color css
<style>
a { background-color: #6AB16B; }
a { background-color: rgb(106,177,107); }
div.DivClassName
{
background-color: #6AB16B;
}
.BgClassName
{
background-color: #6AB16B;
}
</style>
border-color css
<style>
span { border-color: #6AB16B; }
span { border-color: rgb(106,177,107); }
td.TdClassName
{
border-color: #6AB16B;
}
.TagClassName
{
border-color: #6AB16B;
}
</style>