Shades of Fern #75B96C
Tints of Fern #75B96C
RGB
CMYK
RGB Variations
Color information
#75B96C (or 0x75B96C) is known color: Fern. HEX triplet: 75, B9 and 6C. RGB value is (117,185,108). Sum of RGB (Red+Green+Blue) = 117+185+108=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #75B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B96C is #8A4693. Grayscale: #9C9C9C. Windows color (decimal): -9062036 or 7125365. OLE color: 7125365.
HSL color Cylindrical-coordinate representation of color #75B96C: hue angle of 112.99º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75B96C is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 185 | 108 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.27 |
| HSL | 112.99º | 0.35% | 0.57% | - |
| HSV(B) | 112.99º | 0.42% | 0.73% | - |
| XYZ | 27.39 | 39.56 | 20.38 | - |
| YUV | 155.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 185 | 108 | 0.37 | 0 | 0.42 | 0.27 | 112.99 | 0.35 | 0.57 |
| Hex | 75 | B9 | 6C | 25 | 0 | 2A | 1B | 71 | 23 | 39 |
| Octal | 165 | 271 | 154 | 45 | 0 | 52 | 33 | 161 | 43 | 71 |
| Binary | 1110101 | 10111001 | 1101100 | 100101 | 0 | 101010 | 11011 | 1110001 | 100011 | 111001 |
Color Harmonies of #75B96C
Complementary color
Monochromatic Colors of #75B96C
Black with #75B96C
Text Example
Text Example
White with #75B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B96C; }
p { color: rgb(117,185,108); }
H1.HeaderClassName
{
color: #75B96C;
}
.AnyTagClassName
{
color: #75B96C;
}
</style>
background-color css
<style>
a { background-color: #75B96C; }
a { background-color: rgb(117,185,108); }
div.DivClassName
{
background-color: #75B96C;
}
.BgClassName
{
background-color: #75B96C;
}
</style>
border-color css
<style>
span { border-color: #75B96C; }
span { border-color: rgb(117,185,108); }
td.TdClassName
{
border-color: #75B96C;
}
.TagClassName
{
border-color: #75B96C;
}
</style>