Shades of Fern #6BAA6D
Tints of Fern #6BAA6D
RGB
CMYK
RGB Variations
Color information
#6BAA6D (or 0x6BAA6D) is known color: Fern. HEX triplet: 6B, AA and 6D. RGB value is (107,170,109). Sum of RGB (Red+Green+Blue) = 107+170+109=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA6D is #945592. Grayscale: #909090. Windows color (decimal): -9721235 or 7187051. OLE color: 7187051.
HSL color Cylindrical-coordinate representation of color #6BAA6D: hue angle of 121.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA6D is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 109 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.33 |
| HSL | 121.9º | 0.27% | 0.54% | - |
| HSV(B) | 121.9º | 0.37% | 0.67% | - |
| XYZ | 23.2 | 32.98 | 19.61 | - |
| YUV | 144.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 109 | 0.37 | 0 | 0.36 | 0.33 | 121.9 | 0.27 | 0.54 |
| Hex | 6B | AA | 6D | 25 | 0 | 24 | 21 | 7A | 1B | 36 |
| Octal | 153 | 252 | 155 | 45 | 0 | 44 | 41 | 172 | 33 | 66 |
| Binary | 1101011 | 10101010 | 1101101 | 100101 | 0 | 100100 | 100001 | 1111010 | 11011 | 110110 |
Color Harmonies of #6BAA6D
Complementary color
Monochromatic Colors of #6BAA6D
Black with #6BAA6D
Text Example
Text Example
White with #6BAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA6D; }
p { color: rgb(107,170,109); }
H1.HeaderClassName
{
color: #6BAA6D;
}
.AnyTagClassName
{
color: #6BAA6D;
}
</style>
background-color css
<style>
a { background-color: #6BAA6D; }
a { background-color: rgb(107,170,109); }
div.DivClassName
{
background-color: #6BAA6D;
}
.BgClassName
{
background-color: #6BAA6D;
}
</style>
border-color css
<style>
span { border-color: #6BAA6D; }
span { border-color: rgb(107,170,109); }
td.TdClassName
{
border-color: #6BAA6D;
}
.TagClassName
{
border-color: #6BAA6D;
}
</style>