Shades of Fern #75B86C
Tints of Fern #75B86C
RGB
CMYK
RGB Variations
Color information
#75B86C (or 0x75B86C) is known color: Fern. HEX triplet: 75, B8 and 6C. RGB value is (117,184,108). Sum of RGB (Red+Green+Blue) = 117+184+108=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #75B86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B86C is #8A4793. Grayscale: #9B9B9B. Windows color (decimal): -9062292 or 7125109. OLE color: 7125109.
HSL color Cylindrical-coordinate representation of color #75B86C: hue angle of 112.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75B86C is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 184 | 108 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.28 |
| HSL | 112.89º | 0.35% | 0.57% | - |
| HSV(B) | 112.89º | 0.41% | 0.72% | - |
| XYZ | 27.18 | 39.15 | 20.31 | - |
| YUV | 155.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 184 | 108 | 0.36 | 0 | 0.41 | 0.28 | 112.89 | 0.35 | 0.57 |
| Hex | 75 | B8 | 6C | 24 | 0 | 29 | 1C | 71 | 23 | 39 |
| Octal | 165 | 270 | 154 | 44 | 0 | 51 | 34 | 161 | 43 | 71 |
| Binary | 1110101 | 10111000 | 1101100 | 100100 | 0 | 101001 | 11100 | 1110001 | 100011 | 111001 |
Color Harmonies of #75B86C
Complementary color
Monochromatic Colors of #75B86C
Black with #75B86C
Text Example
Text Example
White with #75B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B86C; }
p { color: rgb(117,184,108); }
H1.HeaderClassName
{
color: #75B86C;
}
.AnyTagClassName
{
color: #75B86C;
}
</style>
background-color css
<style>
a { background-color: #75B86C; }
a { background-color: rgb(117,184,108); }
div.DivClassName
{
background-color: #75B86C;
}
.BgClassName
{
background-color: #75B86C;
}
</style>
border-color css
<style>
span { border-color: #75B86C; }
span { border-color: rgb(117,184,108); }
td.TdClassName
{
border-color: #75B86C;
}
.TagClassName
{
border-color: #75B86C;
}
</style>