Shades of Fern #75BD6E
Tints of Fern #75BD6E
RGB
CMYK
RGB Variations
Color information
#75BD6E (or 0x75BD6E) is known color: Fern. HEX triplet: 75, BD and 6E. RGB value is (117,189,110). Sum of RGB (Red+Green+Blue) = 117+189+110=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD6E is #8A4291. Grayscale: #9E9E9E. Windows color (decimal): -9061010 or 7257461. OLE color: 7257461.
HSL color Cylindrical-coordinate representation of color #75BD6E: hue angle of 114.68º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75BD6E is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 189 | 110 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.26 |
| HSL | 114.68º | 0.37% | 0.59% | - |
| HSV(B) | 114.68º | 0.42% | 0.74% | - |
| XYZ | 28.35 | 41.3 | 21.23 | - |
| YUV | 158.47 | 100.65 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 110 | 0.38 | 0 | 0.42 | 0.26 | 114.68 | 0.37 | 0.59 |
| Hex | 75 | BD | 6E | 26 | 0 | 2A | 1A | 73 | 25 | 3B |
| Octal | 165 | 275 | 156 | 46 | 0 | 52 | 32 | 163 | 45 | 73 |
| Binary | 1110101 | 10111101 | 1101110 | 100110 | 0 | 101010 | 11010 | 1110011 | 100101 | 111011 |
Color Harmonies of #75BD6E
Complementary color
Monochromatic Colors of #75BD6E
Black with #75BD6E
Text Example
Text Example
White with #75BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BD6E; }
p { color: rgb(117,189,110); }
H1.HeaderClassName
{
color: #75BD6E;
}
.AnyTagClassName
{
color: #75BD6E;
}
</style>
background-color css
<style>
a { background-color: #75BD6E; }
a { background-color: rgb(117,189,110); }
div.DivClassName
{
background-color: #75BD6E;
}
.BgClassName
{
background-color: #75BD6E;
}
</style>
border-color css
<style>
span { border-color: #75BD6E; }
span { border-color: rgb(117,189,110); }
td.TdClassName
{
border-color: #75BD6E;
}
.TagClassName
{
border-color: #75BD6E;
}
</style>