Shades of Fern #74B37C
Tints of Fern #74B37C
RGB
CMYK
RGB Variations
Color information
#74B37C (or 0x74B37C) is known color: Fern. HEX triplet: 74, B3 and 7C. RGB value is (116,179,124). Sum of RGB (Red+Green+Blue) = 116+179+124=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #74B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B37C is #8B4C83. Grayscale: #9A9A9A. Windows color (decimal): -9129092 or 8172404. OLE color: 8172404.
HSL color Cylindrical-coordinate representation of color #74B37C: hue angle of 127.62º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74B37C is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 124 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.30 |
| HSL | 127.62º | 0.29% | 0.58% | - |
| HSV(B) | 127.62º | 0.35% | 0.7% | - |
| XYZ | 26.96 | 37.41 | 24.87 | - |
| YUV | 153.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 124 | 0.35 | 0 | 0.31 | 0.30 | 127.62 | 0.29 | 0.58 |
| Hex | 74 | B3 | 7C | 23 | 0 | 1F | 1E | 80 | 1D | 3A |
| Octal | 164 | 263 | 174 | 43 | 0 | 37 | 36 | 200 | 35 | 72 |
| Binary | 1110100 | 10110011 | 1111100 | 100011 | 0 | 11111 | 11110 | 10000000 | 11101 | 111010 |
Color Harmonies of #74B37C
Complementary color
Monochromatic Colors of #74B37C
Black with #74B37C
Text Example
Text Example
White with #74B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B37C; }
p { color: rgb(116,179,124); }
H1.HeaderClassName
{
color: #74B37C;
}
.AnyTagClassName
{
color: #74B37C;
}
</style>
background-color css
<style>
a { background-color: #74B37C; }
a { background-color: rgb(116,179,124); }
div.DivClassName
{
background-color: #74B37C;
}
.BgClassName
{
background-color: #74B37C;
}
</style>
border-color css
<style>
span { border-color: #74B37C; }
span { border-color: rgb(116,179,124); }
td.TdClassName
{
border-color: #74B37C;
}
.TagClassName
{
border-color: #74B37C;
}
</style>