Shades of Fern #6BA966
Tints of Fern #6BA966
RGB
CMYK
RGB Variations
Color information
#6BA966 (or 0x6BA966) is known color: Fern. HEX triplet: 6B, A9 and 66. RGB value is (107,169,102). Sum of RGB (Red+Green+Blue) = 107+169+102=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA966 is #945699. Grayscale: #8F8F8F. Windows color (decimal): -9721498 or 6728043. OLE color: 6728043.
HSL color Cylindrical-coordinate representation of color #6BA966: hue angle of 115.52º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BA966 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 102 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.34 |
| HSL | 115.52º | 0.28% | 0.53% | - |
| HSV(B) | 115.52º | 0.4% | 0.66% | - |
| XYZ | 22.65 | 32.46 | 17.64 | - |
| YUV | 142.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 102 | 0.37 | 0 | 0.40 | 0.34 | 115.52 | 0.28 | 0.53 |
| Hex | 6B | A9 | 66 | 25 | 0 | 28 | 22 | 74 | 1C | 35 |
| Octal | 153 | 251 | 146 | 45 | 0 | 50 | 42 | 164 | 34 | 65 |
| Binary | 1101011 | 10101001 | 1100110 | 100101 | 0 | 101000 | 100010 | 1110100 | 11100 | 110101 |
Color Harmonies of #6BA966
Complementary color
Monochromatic Colors of #6BA966
Black with #6BA966
Text Example
Text Example
White with #6BA966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA966; }
p { color: rgb(107,169,102); }
H1.HeaderClassName
{
color: #6BA966;
}
.AnyTagClassName
{
color: #6BA966;
}
</style>
background-color css
<style>
a { background-color: #6BA966; }
a { background-color: rgb(107,169,102); }
div.DivClassName
{
background-color: #6BA966;
}
.BgClassName
{
background-color: #6BA966;
}
</style>
border-color css
<style>
span { border-color: #6BA966; }
span { border-color: rgb(107,169,102); }
td.TdClassName
{
border-color: #6BA966;
}
.TagClassName
{
border-color: #6BA966;
}
</style>