Shades of Fern #75BA75
Tints of Fern #75BA75
RGB
CMYK
RGB Variations
Color information
#75BA75 (or 0x75BA75) is known color: Fern. HEX triplet: 75, BA and 75. RGB value is (117,186,117). Sum of RGB (Red+Green+Blue) = 117+186+117=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA75 is #8A458A. Grayscale: #9D9D9D. Windows color (decimal): -9061771 or 7715445. OLE color: 7715445.
HSL color Cylindrical-coordinate representation of color #75BA75: hue angle of 120º 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 #75BA75 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 117 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.27 |
| HSL | 120º | 0.33% | 0.59% | - |
| HSV(B) | 120º | 0.37% | 0.73% | - |
| XYZ | 28.11 | 40.18 | 23.1 | - |
| YUV | 157.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 117 | 0.37 | 0 | 0.37 | 0.27 | 120 | 0.33 | 0.59 |
| Hex | 75 | BA | 75 | 25 | 0 | 25 | 1B | 78 | 21 | 3B |
| Octal | 165 | 272 | 165 | 45 | 0 | 45 | 33 | 170 | 41 | 73 |
| Binary | 1110101 | 10111010 | 1110101 | 100101 | 0 | 100101 | 11011 | 1111000 | 100001 | 111011 |
Color Harmonies of #75BA75
Complementary color
Monochromatic Colors of #75BA75
Black with #75BA75
Text Example
Text Example
White with #75BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA75; }
p { color: rgb(117,186,117); }
H1.HeaderClassName
{
color: #75BA75;
}
.AnyTagClassName
{
color: #75BA75;
}
</style>
background-color css
<style>
a { background-color: #75BA75; }
a { background-color: rgb(117,186,117); }
div.DivClassName
{
background-color: #75BA75;
}
.BgClassName
{
background-color: #75BA75;
}
</style>
border-color css
<style>
span { border-color: #75BA75; }
span { border-color: rgb(117,186,117); }
td.TdClassName
{
border-color: #75BA75;
}
.TagClassName
{
border-color: #75BA75;
}
</style>