Shades of Fern #75BA7D
Tints of Fern #75BA7D
RGB
CMYK
RGB Variations
Color information
#75BA7D (or 0x75BA7D) is known color: Fern. HEX triplet: 75, BA and 7D. RGB value is (117,186,125). Sum of RGB (Red+Green+Blue) = 117+186+125=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA7D is #8A4582. Grayscale: #9E9E9E. Windows color (decimal): -9061763 or 8239733. OLE color: 8239733.
HSL color Cylindrical-coordinate representation of color #75BA7D: hue angle of 126.96º 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 #75BA7D is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 186 | 125 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.27 |
| HSL | 126.96º | 0.33% | 0.59% | - |
| HSV(B) | 126.96º | 0.37% | 0.73% | - |
| XYZ | 28.6 | 40.38 | 25.69 | - |
| YUV | 158.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 186 | 125 | 0.37 | 0 | 0.33 | 0.27 | 126.96 | 0.33 | 0.59 |
| Hex | 75 | BA | 7D | 25 | 0 | 21 | 1B | 7F | 21 | 3B |
| Octal | 165 | 272 | 175 | 45 | 0 | 41 | 33 | 177 | 41 | 73 |
| Binary | 1110101 | 10111010 | 1111101 | 100101 | 0 | 100001 | 11011 | 1111111 | 100001 | 111011 |
Color Harmonies of #75BA7D
Complementary color
Monochromatic Colors of #75BA7D
Black with #75BA7D
Text Example
Text Example
White with #75BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BA7D; }
p { color: rgb(117,186,125); }
H1.HeaderClassName
{
color: #75BA7D;
}
.AnyTagClassName
{
color: #75BA7D;
}
</style>
background-color css
<style>
a { background-color: #75BA7D; }
a { background-color: rgb(117,186,125); }
div.DivClassName
{
background-color: #75BA7D;
}
.BgClassName
{
background-color: #75BA7D;
}
</style>
border-color css
<style>
span { border-color: #75BA7D; }
span { border-color: rgb(117,186,125); }
td.TdClassName
{
border-color: #75BA7D;
}
.TagClassName
{
border-color: #75BA7D;
}
</style>