Shades of Fern #6BAB6F
Tints of Fern #6BAB6F
RGB
CMYK
RGB Variations
Color information
#6BAB6F (or 0x6BAB6F) is known color: Fern. HEX triplet: 6B, AB and 6F. RGB value is (107,171,111). Sum of RGB (Red+Green+Blue) = 107+171+111=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAB6F is #945490. Grayscale: #919191. Windows color (decimal): -9720977 or 7318379. OLE color: 7318379.
HSL color Cylindrical-coordinate representation of color #6BAB6F: hue angle of 123.75º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB6F is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 111 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.33 |
| HSL | 123.75º | 0.28% | 0.55% | - |
| HSV(B) | 123.75º | 0.37% | 0.67% | - |
| XYZ | 23.5 | 33.4 | 20.25 | - |
| YUV | 145.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 111 | 0.37 | 0 | 0.35 | 0.33 | 123.75 | 0.28 | 0.55 |
| Hex | 6B | AB | 6F | 25 | 0 | 23 | 21 | 7C | 1C | 37 |
| Octal | 153 | 253 | 157 | 45 | 0 | 43 | 41 | 174 | 34 | 67 |
| Binary | 1101011 | 10101011 | 1101111 | 100101 | 0 | 100011 | 100001 | 1111100 | 11100 | 110111 |
Color Harmonies of #6BAB6F
Complementary color
Monochromatic Colors of #6BAB6F
Black with #6BAB6F
Text Example
Text Example
White with #6BAB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB6F; }
p { color: rgb(107,171,111); }
H1.HeaderClassName
{
color: #6BAB6F;
}
.AnyTagClassName
{
color: #6BAB6F;
}
</style>
background-color css
<style>
a { background-color: #6BAB6F; }
a { background-color: rgb(107,171,111); }
div.DivClassName
{
background-color: #6BAB6F;
}
.BgClassName
{
background-color: #6BAB6F;
}
</style>
border-color css
<style>
span { border-color: #6BAB6F; }
span { border-color: rgb(107,171,111); }
td.TdClassName
{
border-color: #6BAB6F;
}
.TagClassName
{
border-color: #6BAB6F;
}
</style>