Shades of Fern #75B17A
Tints of Fern #75B17A
RGB
CMYK
RGB Variations
Color information
#75B17A (or 0x75B17A) is known color: Fern. HEX triplet: 75, B1 and 7A. RGB value is (117,177,122). Sum of RGB (Red+Green+Blue) = 117+177+122=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #75B17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75B17A is #8A4E85. Grayscale: #989898. Windows color (decimal): -9064070 or 8040821. OLE color: 8040821.
HSL color Cylindrical-coordinate representation of color #75B17A: hue angle of 125º 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 #75B17A is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 177 | 122 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.31 |
| HSL | 125º | 0.28% | 0.58% | - |
| HSV(B) | 125º | 0.34% | 0.69% | - |
| XYZ | 26.57 | 36.63 | 24.08 | - |
| YUV | 152.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 177 | 122 | 0.34 | 0 | 0.31 | 0.31 | 125 | 0.28 | 0.58 |
| Hex | 75 | B1 | 7A | 22 | 0 | 1F | 1F | 7D | 1C | 3A |
| Octal | 165 | 261 | 172 | 42 | 0 | 37 | 37 | 175 | 34 | 72 |
| Binary | 1110101 | 10110001 | 1111010 | 100010 | 0 | 11111 | 11111 | 1111101 | 11100 | 111010 |
Color Harmonies of #75B17A
Complementary color
Monochromatic Colors of #75B17A
Black with #75B17A
Text Example
Text Example
White with #75B17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B17A; }
p { color: rgb(117,177,122); }
H1.HeaderClassName
{
color: #75B17A;
}
.AnyTagClassName
{
color: #75B17A;
}
</style>
background-color css
<style>
a { background-color: #75B17A; }
a { background-color: rgb(117,177,122); }
div.DivClassName
{
background-color: #75B17A;
}
.BgClassName
{
background-color: #75B17A;
}
</style>
border-color css
<style>
span { border-color: #75B17A; }
span { border-color: rgb(117,177,122); }
td.TdClassName
{
border-color: #75B17A;
}
.TagClassName
{
border-color: #75B17A;
}
</style>