Shades of Fern #6BAC71
Tints of Fern #6BAC71
RGB
CMYK
RGB Variations
Color information
#6BAC71 (or 0x6BAC71) is known color: Fern. HEX triplet: 6B, AC and 71. RGB value is (107,172,113). Sum of RGB (Red+Green+Blue) = 107+172+113=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAC71 is #94538E. Grayscale: #929292. Windows color (decimal): -9720719 or 7449707. OLE color: 7449707.
HSL color Cylindrical-coordinate representation of color #6BAC71: hue angle of 125.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC71 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 113 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.33 |
| HSL | 125.54º | 0.28% | 0.55% | - |
| HSV(B) | 125.54º | 0.38% | 0.67% | - |
| XYZ | 23.8 | 33.82 | 20.9 | - |
| YUV | 145.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 113 | 0.38 | 0 | 0.34 | 0.33 | 125.54 | 0.28 | 0.55 |
| Hex | 6B | AC | 71 | 26 | 0 | 22 | 21 | 7E | 1C | 37 |
| Octal | 153 | 254 | 161 | 46 | 0 | 42 | 41 | 176 | 34 | 67 |
| Binary | 1101011 | 10101100 | 1110001 | 100110 | 0 | 100010 | 100001 | 1111110 | 11100 | 110111 |
Color Harmonies of #6BAC71
Complementary color
Monochromatic Colors of #6BAC71
Black with #6BAC71
Text Example
Text Example
White with #6BAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC71; }
p { color: rgb(107,172,113); }
H1.HeaderClassName
{
color: #6BAC71;
}
.AnyTagClassName
{
color: #6BAC71;
}
</style>
background-color css
<style>
a { background-color: #6BAC71; }
a { background-color: rgb(107,172,113); }
div.DivClassName
{
background-color: #6BAC71;
}
.BgClassName
{
background-color: #6BAC71;
}
</style>
border-color css
<style>
span { border-color: #6BAC71; }
span { border-color: rgb(107,172,113); }
td.TdClassName
{
border-color: #6BAC71;
}
.TagClassName
{
border-color: #6BAC71;
}
</style>