Shades of Fern #6FBC72
Tints of Fern #6FBC72
RGB
CMYK
RGB Variations
Color information
#6FBC72 (or 0x6FBC72) is known color: Fern. HEX triplet: 6F, BC and 72. RGB value is (111,188,114). Sum of RGB (Red+Green+Blue) = 111+188+114=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC72 is #90438D. Grayscale: #9C9C9C. Windows color (decimal): -9454478 or 7519343. OLE color: 7519343.
HSL color Cylindrical-coordinate representation of color #6FBC72: hue angle of 122.34º 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 #6FBC72 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 114 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.26 |
| HSL | 122.34º | 0.36% | 0.59% | - |
| HSV(B) | 122.34º | 0.41% | 0.74% | - |
| XYZ | 27.58 | 40.56 | 22.3 | - |
| YUV | 156.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 114 | 0.41 | 0 | 0.39 | 0.26 | 122.34 | 0.36 | 0.59 |
| Hex | 6F | BC | 72 | 29 | 0 | 27 | 1A | 7A | 24 | 3B |
| Octal | 157 | 274 | 162 | 51 | 0 | 47 | 32 | 172 | 44 | 73 |
| Binary | 1101111 | 10111100 | 1110010 | 101001 | 0 | 100111 | 11010 | 1111010 | 100100 | 111011 |
Color Harmonies of #6FBC72
Complementary color
Monochromatic Colors of #6FBC72
Black with #6FBC72
Text Example
Text Example
White with #6FBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC72; }
p { color: rgb(111,188,114); }
H1.HeaderClassName
{
color: #6FBC72;
}
.AnyTagClassName
{
color: #6FBC72;
}
</style>
background-color css
<style>
a { background-color: #6FBC72; }
a { background-color: rgb(111,188,114); }
div.DivClassName
{
background-color: #6FBC72;
}
.BgClassName
{
background-color: #6FBC72;
}
</style>
border-color css
<style>
span { border-color: #6FBC72; }
span { border-color: rgb(111,188,114); }
td.TdClassName
{
border-color: #6FBC72;
}
.TagClassName
{
border-color: #6FBC72;
}
</style>