Shades of Fern #75BF6D
Tints of Fern #75BF6D
RGB
CMYK
RGB Variations
Color information
#75BF6D (or 0x75BF6D) is known color: Fern. HEX triplet: 75, BF and 6D. RGB value is (117,191,109). Sum of RGB (Red+Green+Blue) = 117+191+109=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF6D is #8A4092. Grayscale: #9F9F9F. Windows color (decimal): -9060499 or 7192437. OLE color: 7192437.
HSL color Cylindrical-coordinate representation of color #75BF6D: hue angle of 114.15º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75BF6D is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 191 | 109 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.25 |
| HSL | 114.15º | 0.39% | 0.59% | - |
| HSV(B) | 114.15º | 0.43% | 0.75% | - |
| XYZ | 28.73 | 42.15 | 21.09 | - |
| YUV | 159.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 191 | 109 | 0.39 | 0 | 0.43 | 0.25 | 114.15 | 0.39 | 0.59 |
| Hex | 75 | BF | 6D | 27 | 0 | 2B | 19 | 72 | 27 | 3B |
| Octal | 165 | 277 | 155 | 47 | 0 | 53 | 31 | 162 | 47 | 73 |
| Binary | 1110101 | 10111111 | 1101101 | 100111 | 0 | 101011 | 11001 | 1110010 | 100111 | 111011 |
Color Harmonies of #75BF6D
Complementary color
Monochromatic Colors of #75BF6D
Black with #75BF6D
Text Example
Text Example
White with #75BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BF6D; }
p { color: rgb(117,191,109); }
H1.HeaderClassName
{
color: #75BF6D;
}
.AnyTagClassName
{
color: #75BF6D;
}
</style>
background-color css
<style>
a { background-color: #75BF6D; }
a { background-color: rgb(117,191,109); }
div.DivClassName
{
background-color: #75BF6D;
}
.BgClassName
{
background-color: #75BF6D;
}
</style>
border-color css
<style>
span { border-color: #75BF6D; }
span { border-color: rgb(117,191,109); }
td.TdClassName
{
border-color: #75BF6D;
}
.TagClassName
{
border-color: #75BF6D;
}
</style>