Shades of Fern #75BC6F
Tints of Fern #75BC6F
RGB
CMYK
RGB Variations
Color information
#75BC6F (or 0x75BC6F) is known color: Fern. HEX triplet: 75, BC and 6F. RGB value is (117,188,111). Sum of RGB (Red+Green+Blue) = 117+188+111=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC6F is #8A4390. Grayscale: #9E9E9E. Windows color (decimal): -9061265 or 7322741. OLE color: 7322741.
HSL color Cylindrical-coordinate representation of color #75BC6F: hue angle of 115.32º 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 #75BC6F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 111 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.26 |
| HSL | 115.32º | 0.36% | 0.59% | - |
| HSV(B) | 115.32º | 0.41% | 0.74% | - |
| XYZ | 28.19 | 40.9 | 21.45 | - |
| YUV | 157.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 111 | 0.38 | 0 | 0.41 | 0.26 | 115.32 | 0.36 | 0.59 |
| Hex | 75 | BC | 6F | 26 | 0 | 29 | 1A | 73 | 24 | 3B |
| Octal | 165 | 274 | 157 | 46 | 0 | 51 | 32 | 163 | 44 | 73 |
| Binary | 1110101 | 10111100 | 1101111 | 100110 | 0 | 101001 | 11010 | 1110011 | 100100 | 111011 |
Color Harmonies of #75BC6F
Complementary color
Monochromatic Colors of #75BC6F
Black with #75BC6F
Text Example
Text Example
White with #75BC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BC6F; }
p { color: rgb(117,188,111); }
H1.HeaderClassName
{
color: #75BC6F;
}
.AnyTagClassName
{
color: #75BC6F;
}
</style>
background-color css
<style>
a { background-color: #75BC6F; }
a { background-color: rgb(117,188,111); }
div.DivClassName
{
background-color: #75BC6F;
}
.BgClassName
{
background-color: #75BC6F;
}
</style>
border-color css
<style>
span { border-color: #75BC6F; }
span { border-color: rgb(117,188,111); }
td.TdClassName
{
border-color: #75BC6F;
}
.TagClassName
{
border-color: #75BC6F;
}
</style>