Shades of Fern #6AB16A
Tints of Fern #6AB16A
RGB
CMYK
RGB Variations
Color information
#6AB16A (or 0x6AB16A) is known color: Fern. HEX triplet: 6A, B1 and 6A. RGB value is (106,177,106). Sum of RGB (Red+Green+Blue) = 106+177+106=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB16A is #954E95. Grayscale: #939393. Windows color (decimal): -9784982 or 6992234. OLE color: 6992234.
HSL color Cylindrical-coordinate representation of color #6AB16A: hue angle of 120º 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 #6AB16A is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 106 | 177 | 106 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.31 |
| HSL | 120º | 0.31% | 0.55% | - |
| HSV(B) | 120º | 0.4% | 0.69% | - |
| XYZ | 24.27 | 35.55 | 19.22 | - |
| YUV | 147.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 106 | 0.40 | 0 | 0.40 | 0.31 | 120 | 0.31 | 0.55 |
| Hex | 6A | B1 | 6A | 28 | 0 | 28 | 1F | 78 | 1F | 37 |
| Octal | 152 | 261 | 152 | 50 | 0 | 50 | 37 | 170 | 37 | 67 |
| Binary | 1101010 | 10110001 | 1101010 | 101000 | 0 | 101000 | 11111 | 1111000 | 11111 | 110111 |
Color Harmonies of #6AB16A
Complementary color
Monochromatic Colors of #6AB16A
Black with #6AB16A
Text Example
Text Example
White with #6AB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB16A; }
p { color: rgb(106,177,106); }
H1.HeaderClassName
{
color: #6AB16A;
}
.AnyTagClassName
{
color: #6AB16A;
}
</style>
background-color css
<style>
a { background-color: #6AB16A; }
a { background-color: rgb(106,177,106); }
div.DivClassName
{
background-color: #6AB16A;
}
.BgClassName
{
background-color: #6AB16A;
}
</style>
border-color css
<style>
span { border-color: #6AB16A; }
span { border-color: rgb(106,177,106); }
td.TdClassName
{
border-color: #6AB16A;
}
.TagClassName
{
border-color: #6AB16A;
}
</style>