Shades of Fern #6BA36B
Tints of Fern #6BA36B
RGB
CMYK
RGB Variations
Color information
#6BA36B (or 0x6BA36B) is known color: Fern. HEX triplet: 6B, A3 and 6B. RGB value is (107,163,107). Sum of RGB (Red+Green+Blue) = 107+163+107=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #6BA36B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA36B is #945C94. Grayscale: #8C8C8C. Windows color (decimal): -9723029 or 7054187. OLE color: 7054187.
HSL color Cylindrical-coordinate representation of color #6BA36B: hue angle of 120º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA36B is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 163 | 107 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.36 |
| HSL | 120º | 0.23% | 0.53% | - |
| HSV(B) | 120º | 0.34% | 0.64% | - |
| XYZ | 21.81 | 30.38 | 18.62 | - |
| YUV | 139.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 163 | 107 | 0.34 | 0 | 0.34 | 0.36 | 120 | 0.23 | 0.53 |
| Hex | 6B | A3 | 6B | 22 | 0 | 22 | 24 | 78 | 17 | 35 |
| Octal | 153 | 243 | 153 | 42 | 0 | 42 | 44 | 170 | 27 | 65 |
| Binary | 1101011 | 10100011 | 1101011 | 100010 | 0 | 100010 | 100100 | 1111000 | 10111 | 110101 |
Color Harmonies of #6BA36B
Complementary color
Monochromatic Colors of #6BA36B
Black with #6BA36B
Text Example
Text Example
White with #6BA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA36B; }
p { color: rgb(107,163,107); }
H1.HeaderClassName
{
color: #6BA36B;
}
.AnyTagClassName
{
color: #6BA36B;
}
</style>
background-color css
<style>
a { background-color: #6BA36B; }
a { background-color: rgb(107,163,107); }
div.DivClassName
{
background-color: #6BA36B;
}
.BgClassName
{
background-color: #6BA36B;
}
</style>
border-color css
<style>
span { border-color: #6BA36B; }
span { border-color: rgb(107,163,107); }
td.TdClassName
{
border-color: #6BA36B;
}
.TagClassName
{
border-color: #6BA36B;
}
</style>