Shades of Fern #6BA46B
Tints of Fern #6BA46B
RGB
CMYK
RGB Variations
Color information
#6BA46B (or 0x6BA46B) is known color: Fern. HEX triplet: 6B, A4 and 6B. RGB value is (107,164,107). Sum of RGB (Red+Green+Blue) = 107+164+107=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA46B is #945B94. Grayscale: #8C8C8C. Windows color (decimal): -9722773 or 7054443. OLE color: 7054443.
HSL color Cylindrical-coordinate representation of color #6BA46B: hue angle of 120º 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 #6BA46B is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 107 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.36 |
| HSL | 120º | 0.24% | 0.53% | - |
| HSV(B) | 120º | 0.35% | 0.64% | - |
| XYZ | 21.99 | 30.74 | 18.68 | - |
| YUV | 140.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 107 | 0.35 | 0 | 0.35 | 0.36 | 120 | 0.24 | 0.53 |
| Hex | 6B | A4 | 6B | 23 | 0 | 23 | 24 | 78 | 18 | 35 |
| Octal | 153 | 244 | 153 | 43 | 0 | 43 | 44 | 170 | 30 | 65 |
| Binary | 1101011 | 10100100 | 1101011 | 100011 | 0 | 100011 | 100100 | 1111000 | 11000 | 110101 |
Color Harmonies of #6BA46B
Complementary color
Monochromatic Colors of #6BA46B
Black with #6BA46B
Text Example
Text Example
White with #6BA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA46B; }
p { color: rgb(107,164,107); }
H1.HeaderClassName
{
color: #6BA46B;
}
.AnyTagClassName
{
color: #6BA46B;
}
</style>
background-color css
<style>
a { background-color: #6BA46B; }
a { background-color: rgb(107,164,107); }
div.DivClassName
{
background-color: #6BA46B;
}
.BgClassName
{
background-color: #6BA46B;
}
</style>
border-color css
<style>
span { border-color: #6BA46B; }
span { border-color: rgb(107,164,107); }
td.TdClassName
{
border-color: #6BA46B;
}
.TagClassName
{
border-color: #6BA46B;
}
</style>