Shades of Fern #6FBF7C
Tints of Fern #6FBF7C
RGB
CMYK
RGB Variations
Color information
#6FBF7C (or 0x6FBF7C) is known color: Fern. HEX triplet: 6F, BF and 7C. RGB value is (111,191,124). Sum of RGB (Red+Green+Blue) = 111+191+124=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF7C is #904083. Grayscale: #9F9F9F. Windows color (decimal): -9453700 or 8175471. OLE color: 8175471.
HSL color Cylindrical-coordinate representation of color #6FBF7C: hue angle of 129.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBF7C is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 124 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.25 |
| HSL | 129.75º | 0.38% | 0.59% | - |
| HSV(B) | 129.75º | 0.42% | 0.75% | - |
| XYZ | 28.82 | 42.1 | 25.67 | - |
| YUV | 159.44 | 108 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 124 | 0.42 | 0 | 0.35 | 0.25 | 129.75 | 0.38 | 0.59 |
| Hex | 6F | BF | 7C | 2A | 0 | 23 | 19 | 82 | 26 | 3B |
| Octal | 157 | 277 | 174 | 52 | 0 | 43 | 31 | 202 | 46 | 73 |
| Binary | 1101111 | 10111111 | 1111100 | 101010 | 0 | 100011 | 11001 | 10000010 | 100110 | 111011 |
Color Harmonies of #6FBF7C
Complementary color
Monochromatic Colors of #6FBF7C
Black with #6FBF7C
Text Example
Text Example
White with #6FBF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBF7C; }
p { color: rgb(111,191,124); }
H1.HeaderClassName
{
color: #6FBF7C;
}
.AnyTagClassName
{
color: #6FBF7C;
}
</style>
background-color css
<style>
a { background-color: #6FBF7C; }
a { background-color: rgb(111,191,124); }
div.DivClassName
{
background-color: #6FBF7C;
}
.BgClassName
{
background-color: #6FBF7C;
}
</style>
border-color css
<style>
span { border-color: #6FBF7C; }
span { border-color: rgb(111,191,124); }
td.TdClassName
{
border-color: #6FBF7C;
}
.TagClassName
{
border-color: #6FBF7C;
}
</style>