Shades of Fern #6FBA7A
Tints of Fern #6FBA7A
RGB
CMYK
RGB Variations
Color information
#6FBA7A (or 0x6FBA7A) is known color: Fern. HEX triplet: 6F, BA and 7A. RGB value is (111,186,122). Sum of RGB (Red+Green+Blue) = 111+186+122=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA7A is #904585. Grayscale: #9C9C9C. Windows color (decimal): -9454982 or 8043119. OLE color: 8043119.
HSL color Cylindrical-coordinate representation of color #6FBA7A: hue angle of 128.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA7A is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 122 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.27 |
| HSL | 128.8º | 0.35% | 0.58% | - |
| HSV(B) | 128.8º | 0.4% | 0.73% | - |
| XYZ | 27.63 | 39.9 | 24.66 | - |
| YUV | 156.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 122 | 0.40 | 0 | 0.34 | 0.27 | 128.8 | 0.35 | 0.58 |
| Hex | 6F | BA | 7A | 28 | 0 | 22 | 1B | 81 | 23 | 3A |
| Octal | 157 | 272 | 172 | 50 | 0 | 42 | 33 | 201 | 43 | 72 |
| Binary | 1101111 | 10111010 | 1111010 | 101000 | 0 | 100010 | 11011 | 10000001 | 100011 | 111010 |
Color Harmonies of #6FBA7A
Complementary color
Monochromatic Colors of #6FBA7A
Black with #6FBA7A
Text Example
Text Example
White with #6FBA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA7A; }
p { color: rgb(111,186,122); }
H1.HeaderClassName
{
color: #6FBA7A;
}
.AnyTagClassName
{
color: #6FBA7A;
}
</style>
background-color css
<style>
a { background-color: #6FBA7A; }
a { background-color: rgb(111,186,122); }
div.DivClassName
{
background-color: #6FBA7A;
}
.BgClassName
{
background-color: #6FBA7A;
}
</style>
border-color css
<style>
span { border-color: #6FBA7A; }
span { border-color: rgb(111,186,122); }
td.TdClassName
{
border-color: #6FBA7A;
}
.TagClassName
{
border-color: #6FBA7A;
}
</style>