Shades of Fern #6FBC7D
Tints of Fern #6FBC7D
RGB
CMYK
RGB Variations
Color information
#6FBC7D (or 0x6FBC7D) is known color: Fern. HEX triplet: 6F, BC and 7D. RGB value is (111,188,125). Sum of RGB (Red+Green+Blue) = 111+188+125=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC7D is #904382. Grayscale: #9D9D9D. Windows color (decimal): -9454467 or 8240239. OLE color: 8240239.
HSL color Cylindrical-coordinate representation of color #6FBC7D: hue angle of 130.91º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBC7D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 125 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.26 |
| HSL | 130.91º | 0.36% | 0.59% | - |
| HSV(B) | 130.91º | 0.41% | 0.74% | - |
| XYZ | 28.24 | 40.83 | 25.79 | - |
| YUV | 157.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 125 | 0.41 | 0 | 0.34 | 0.26 | 130.91 | 0.36 | 0.59 |
| Hex | 6F | BC | 7D | 29 | 0 | 22 | 1A | 83 | 24 | 3B |
| Octal | 157 | 274 | 175 | 51 | 0 | 42 | 32 | 203 | 44 | 73 |
| Binary | 1101111 | 10111100 | 1111101 | 101001 | 0 | 100010 | 11010 | 10000011 | 100100 | 111011 |
Color Harmonies of #6FBC7D
Complementary color
Monochromatic Colors of #6FBC7D
Black with #6FBC7D
Text Example
Text Example
White with #6FBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC7D; }
p { color: rgb(111,188,125); }
H1.HeaderClassName
{
color: #6FBC7D;
}
.AnyTagClassName
{
color: #6FBC7D;
}
</style>
background-color css
<style>
a { background-color: #6FBC7D; }
a { background-color: rgb(111,188,125); }
div.DivClassName
{
background-color: #6FBC7D;
}
.BgClassName
{
background-color: #6FBC7D;
}
</style>
border-color css
<style>
span { border-color: #6FBC7D; }
span { border-color: rgb(111,188,125); }
td.TdClassName
{
border-color: #6FBC7D;
}
.TagClassName
{
border-color: #6FBC7D;
}
</style>