Shades of Fern #75BA76
Tints of Fern #75BA76
RGB
CMYK
RGB Variations
Color information
#75BA76 (or 0x75BA76) is known color: Fern. HEX triplet: 75, BA and 76. RGB value is (117,186,118). Sum of RGB (Red+Green+Blue) = 117+186+118=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA76 is #8A4589. Grayscale: #9D9D9D. Windows color (decimal): -9061770 or 7780981. OLE color: 7780981.
HSL color Cylindrical-coordinate representation of color #75BA76: hue angle of 120.87º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BA76 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 118 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.27 |
| HSL | 120.87º | 0.33% | 0.59% | - |
| HSV(B) | 120.87º | 0.37% | 0.73% | - |
| XYZ | 28.17 | 40.21 | 23.42 | - |
| YUV | 157.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 118 | 0.37 | 0 | 0.37 | 0.27 | 120.87 | 0.33 | 0.59 |
| Hex | 75 | BA | 76 | 25 | 0 | 25 | 1B | 79 | 21 | 3B |
| Octal | 165 | 272 | 166 | 45 | 0 | 45 | 33 | 171 | 41 | 73 |
| Binary | 1110101 | 10111010 | 1110110 | 100101 | 0 | 100101 | 11011 | 1111001 | 100001 | 111011 |
Color Harmonies of #75BA76
Complementary color
Monochromatic Colors of #75BA76
Black with #75BA76
Text Example
Text Example
White with #75BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA76; }
p { color: rgb(117,186,118); }
H1.HeaderClassName
{
color: #75BA76;
}
.AnyTagClassName
{
color: #75BA76;
}
</style>
background-color css
<style>
a { background-color: #75BA76; }
a { background-color: rgb(117,186,118); }
div.DivClassName
{
background-color: #75BA76;
}
.BgClassName
{
background-color: #75BA76;
}
</style>
border-color css
<style>
span { border-color: #75BA76; }
span { border-color: rgb(117,186,118); }
td.TdClassName
{
border-color: #75BA76;
}
.TagClassName
{
border-color: #75BA76;
}
</style>