Shades of Fern #6BA46A
Tints of Fern #6BA46A
RGB
CMYK
RGB Variations
Color information
#6BA46A (or 0x6BA46A) is known color: Fern. HEX triplet: 6B, A4 and 6A. RGB value is (107,164,106). Sum of RGB (Red+Green+Blue) = 107+164+106=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA46A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA46A is #945B95. Grayscale: #8C8C8C. Windows color (decimal): -9722774 or 6988907. OLE color: 6988907.
HSL color Cylindrical-coordinate representation of color #6BA46A: hue angle of 118.97º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA46A is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 106 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.36 |
| HSL | 118.97º | 0.24% | 0.53% | - |
| HSV(B) | 118.97º | 0.35% | 0.64% | - |
| XYZ | 21.94 | 30.72 | 18.41 | - |
| YUV | 140.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 106 | 0.35 | 0 | 0.35 | 0.36 | 118.97 | 0.24 | 0.53 |
| Hex | 6B | A4 | 6A | 23 | 0 | 23 | 24 | 77 | 18 | 35 |
| Octal | 153 | 244 | 152 | 43 | 0 | 43 | 44 | 167 | 30 | 65 |
| Binary | 1101011 | 10100100 | 1101010 | 100011 | 0 | 100011 | 100100 | 1110111 | 11000 | 110101 |
Color Harmonies of #6BA46A
Complementary color
Monochromatic Colors of #6BA46A
Black with #6BA46A
Text Example
Text Example
White with #6BA46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA46A; }
p { color: rgb(107,164,106); }
H1.HeaderClassName
{
color: #6BA46A;
}
.AnyTagClassName
{
color: #6BA46A;
}
</style>
background-color css
<style>
a { background-color: #6BA46A; }
a { background-color: rgb(107,164,106); }
div.DivClassName
{
background-color: #6BA46A;
}
.BgClassName
{
background-color: #6BA46A;
}
</style>
border-color css
<style>
span { border-color: #6BA46A; }
span { border-color: rgb(107,164,106); }
td.TdClassName
{
border-color: #6BA46A;
}
.TagClassName
{
border-color: #6BA46A;
}
</style>