Shades of Fern #6FBA72
Tints of Fern #6FBA72
RGB
CMYK
RGB Variations
Color information
#6FBA72 (or 0x6FBA72) is known color: Fern. HEX triplet: 6F, BA and 72. RGB value is (111,186,114). Sum of RGB (Red+Green+Blue) = 111+186+114=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBA72 is #90458D. Grayscale: #9B9B9B. Windows color (decimal): -9454990 or 7518831. OLE color: 7518831.
HSL color Cylindrical-coordinate representation of color #6FBA72: hue angle of 122.4º 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 #6FBA72 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 114 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.27 |
| HSL | 122.4º | 0.35% | 0.58% | - |
| HSV(B) | 122.4º | 0.4% | 0.73% | - |
| XYZ | 27.15 | 39.71 | 22.15 | - |
| YUV | 155.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 114 | 0.40 | 0 | 0.39 | 0.27 | 122.4 | 0.35 | 0.58 |
| Hex | 6F | BA | 72 | 28 | 0 | 27 | 1B | 7A | 23 | 3A |
| Octal | 157 | 272 | 162 | 50 | 0 | 47 | 33 | 172 | 43 | 72 |
| Binary | 1101111 | 10111010 | 1110010 | 101000 | 0 | 100111 | 11011 | 1111010 | 100011 | 111010 |
Color Harmonies of #6FBA72
Complementary color
Monochromatic Colors of #6FBA72
Black with #6FBA72
Text Example
Text Example
White with #6FBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA72; }
p { color: rgb(111,186,114); }
H1.HeaderClassName
{
color: #6FBA72;
}
.AnyTagClassName
{
color: #6FBA72;
}
</style>
background-color css
<style>
a { background-color: #6FBA72; }
a { background-color: rgb(111,186,114); }
div.DivClassName
{
background-color: #6FBA72;
}
.BgClassName
{
background-color: #6FBA72;
}
</style>
border-color css
<style>
span { border-color: #6FBA72; }
span { border-color: rgb(111,186,114); }
td.TdClassName
{
border-color: #6FBA72;
}
.TagClassName
{
border-color: #6FBA72;
}
</style>