Shades of Fern #75B86B
Tints of Fern #75B86B
RGB
CMYK
RGB Variations
Color information
#75B86B (or 0x75B86B) is known color: Fern. HEX triplet: 75, B8 and 6B. RGB value is (117,184,107). Sum of RGB (Red+Green+Blue) = 117+184+107=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #75B86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B86B is #8A4794. Grayscale: #9B9B9B. Windows color (decimal): -9062293 or 7059573. OLE color: 7059573.
HSL color Cylindrical-coordinate representation of color #75B86B: hue angle of 112.21º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75B86B is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 184 | 107 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.28 |
| HSL | 112.21º | 0.35% | 0.57% | - |
| HSV(B) | 112.21º | 0.42% | 0.72% | - |
| XYZ | 27.13 | 39.12 | 20.03 | - |
| YUV | 155.19 | 100.8 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 184 | 107 | 0.36 | 0 | 0.42 | 0.28 | 112.21 | 0.35 | 0.57 |
| Hex | 75 | B8 | 6B | 24 | 0 | 2A | 1C | 70 | 23 | 39 |
| Octal | 165 | 270 | 153 | 44 | 0 | 52 | 34 | 160 | 43 | 71 |
| Binary | 1110101 | 10111000 | 1101011 | 100100 | 0 | 101010 | 11100 | 1110000 | 100011 | 111001 |
Color Harmonies of #75B86B
Complementary color
Monochromatic Colors of #75B86B
Black with #75B86B
Text Example
Text Example
White with #75B86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B86B; }
p { color: rgb(117,184,107); }
H1.HeaderClassName
{
color: #75B86B;
}
.AnyTagClassName
{
color: #75B86B;
}
</style>
background-color css
<style>
a { background-color: #75B86B; }
a { background-color: rgb(117,184,107); }
div.DivClassName
{
background-color: #75B86B;
}
.BgClassName
{
background-color: #75B86B;
}
</style>
border-color css
<style>
span { border-color: #75B86B; }
span { border-color: rgb(117,184,107); }
td.TdClassName
{
border-color: #75B86B;
}
.TagClassName
{
border-color: #75B86B;
}
</style>