Shades of Fern #75C16C
Tints of Fern #75C16C
RGB
CMYK
RGB Variations
Color information
#75C16C (or 0x75C16C) is known color: Fern. HEX triplet: 75, C1 and 6C. RGB value is (117,193,108). Sum of RGB (Red+Green+Blue) = 117+193+108=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 193 - color contains mainly: green. Hex color #75C16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C16C is #8A3E93. Grayscale: #A0A0A0. Windows color (decimal): -9059988 or 7127413. OLE color: 7127413.
HSL color Cylindrical-coordinate representation of color #75C16C: hue angle of 113.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75C16C is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 108 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.24 |
| HSL | 113.65º | 0.41% | 0.59% | - |
| HSV(B) | 113.65º | 0.44% | 0.76% | - |
| XYZ | 29.11 | 43 | 20.95 | - |
| YUV | 160.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 108 | 0.39 | 0 | 0.44 | 0.24 | 113.65 | 0.41 | 0.59 |
| Hex | 75 | C1 | 6C | 27 | 0 | 2C | 18 | 72 | 29 | 3B |
| Octal | 165 | 301 | 154 | 47 | 0 | 54 | 30 | 162 | 51 | 73 |
| Binary | 1110101 | 11000001 | 1101100 | 100111 | 0 | 101100 | 11000 | 1110010 | 101001 | 111011 |
Color Harmonies of #75C16C
Complementary color
Monochromatic Colors of #75C16C
Black with #75C16C
Text Example
Text Example
White with #75C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C16C; }
p { color: rgb(117,193,108); }
H1.HeaderClassName
{
color: #75C16C;
}
.AnyTagClassName
{
color: #75C16C;
}
</style>
background-color css
<style>
a { background-color: #75C16C; }
a { background-color: rgb(117,193,108); }
div.DivClassName
{
background-color: #75C16C;
}
.BgClassName
{
background-color: #75C16C;
}
</style>
border-color css
<style>
span { border-color: #75C16C; }
span { border-color: rgb(117,193,108); }
td.TdClassName
{
border-color: #75C16C;
}
.TagClassName
{
border-color: #75C16C;
}
</style>