Shades of Fern #75B17C
Tints of Fern #75B17C
RGB
CMYK
RGB Variations
Color information
#75B17C (or 0x75B17C) is known color: Fern. HEX triplet: 75, B1 and 7C. RGB value is (117,177,124). Sum of RGB (Red+Green+Blue) = 117+177+124=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #75B17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B17C is #8A4E83. Grayscale: #999999. Windows color (decimal): -9064068 or 8171893. OLE color: 8171893.
HSL color Cylindrical-coordinate representation of color #75B17C: hue angle of 127º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75B17C is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 177 | 124 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.31 |
| HSL | 127º | 0.28% | 0.58% | - |
| HSV(B) | 127º | 0.34% | 0.69% | - |
| XYZ | 26.7 | 36.68 | 24.74 | - |
| YUV | 153.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 124 | 0.34 | 0 | 0.30 | 0.31 | 127 | 0.28 | 0.58 |
| Hex | 75 | B1 | 7C | 22 | 0 | 1E | 1F | 7F | 1C | 3A |
| Octal | 165 | 261 | 174 | 42 | 0 | 36 | 37 | 177 | 34 | 72 |
| Binary | 1110101 | 10110001 | 1111100 | 100010 | 0 | 11110 | 11111 | 1111111 | 11100 | 111010 |
Color Harmonies of #75B17C
Complementary color
Monochromatic Colors of #75B17C
Black with #75B17C
Text Example
Text Example
White with #75B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B17C; }
p { color: rgb(117,177,124); }
H1.HeaderClassName
{
color: #75B17C;
}
.AnyTagClassName
{
color: #75B17C;
}
</style>
background-color css
<style>
a { background-color: #75B17C; }
a { background-color: rgb(117,177,124); }
div.DivClassName
{
background-color: #75B17C;
}
.BgClassName
{
background-color: #75B17C;
}
</style>
border-color css
<style>
span { border-color: #75B17C; }
span { border-color: rgb(117,177,124); }
td.TdClassName
{
border-color: #75B17C;
}
.TagClassName
{
border-color: #75B17C;
}
</style>