Shades of Fern #74B47C
Tints of Fern #74B47C
RGB
CMYK
RGB Variations
Color information
#74B47C (or 0x74B47C) is known color: Fern. HEX triplet: 74, B4 and 7C. RGB value is (116,180,124). Sum of RGB (Red+Green+Blue) = 116+180+124=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 180 - color contains mainly: green. Hex color #74B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B47C is #8B4B83. Grayscale: #9A9A9A. Windows color (decimal): -9128836 or 8172660. OLE color: 8172660.
HSL color Cylindrical-coordinate representation of color #74B47C: hue angle of 127.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B47C is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 124 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.29 |
| HSL | 127.5º | 0.3% | 0.58% | - |
| HSV(B) | 127.5º | 0.36% | 0.71% | - |
| XYZ | 27.16 | 37.81 | 24.94 | - |
| YUV | 154.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 124 | 0.36 | 0 | 0.31 | 0.29 | 127.5 | 0.3 | 0.58 |
| Hex | 74 | B4 | 7C | 24 | 0 | 1F | 1D | 80 | 1E | 3A |
| Octal | 164 | 264 | 174 | 44 | 0 | 37 | 35 | 200 | 36 | 72 |
| Binary | 1110100 | 10110100 | 1111100 | 100100 | 0 | 11111 | 11101 | 10000000 | 11110 | 111010 |
Color Harmonies of #74B47C
Complementary color
Monochromatic Colors of #74B47C
Black with #74B47C
Text Example
Text Example
White with #74B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B47C; }
p { color: rgb(116,180,124); }
H1.HeaderClassName
{
color: #74B47C;
}
.AnyTagClassName
{
color: #74B47C;
}
</style>
background-color css
<style>
a { background-color: #74B47C; }
a { background-color: rgb(116,180,124); }
div.DivClassName
{
background-color: #74B47C;
}
.BgClassName
{
background-color: #74B47C;
}
</style>
border-color css
<style>
span { border-color: #74B47C; }
span { border-color: rgb(116,180,124); }
td.TdClassName
{
border-color: #74B47C;
}
.TagClassName
{
border-color: #74B47C;
}
</style>