Shades of Fern #74B977
Tints of Fern #74B977
RGB
CMYK
RGB Variations
Color information
#74B977 (or 0x74B977) is known color: Fern. HEX triplet: 74, B9 and 77. RGB value is (116,185,119). Sum of RGB (Red+Green+Blue) = 116+185+119=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 185 - color contains mainly: green. Hex color #74B977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B977 is #8B4688. Grayscale: #9D9D9D. Windows color (decimal): -9127561 or 7846260. OLE color: 7846260.
HSL color Cylindrical-coordinate representation of color #74B977: hue angle of 122.61º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B977 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 119 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.27 |
| HSL | 122.61º | 0.33% | 0.59% | - |
| HSV(B) | 122.61º | 0.37% | 0.73% | - |
| XYZ | 27.88 | 39.74 | 23.65 | - |
| YUV | 156.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 119 | 0.37 | 0 | 0.36 | 0.27 | 122.61 | 0.33 | 0.59 |
| Hex | 74 | B9 | 77 | 25 | 0 | 24 | 1B | 7B | 21 | 3B |
| Octal | 164 | 271 | 167 | 45 | 0 | 44 | 33 | 173 | 41 | 73 |
| Binary | 1110100 | 10111001 | 1110111 | 100101 | 0 | 100100 | 11011 | 1111011 | 100001 | 111011 |
Color Harmonies of #74B977
Complementary color
Monochromatic Colors of #74B977
Black with #74B977
Text Example
Text Example
White with #74B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B977; }
p { color: rgb(116,185,119); }
H1.HeaderClassName
{
color: #74B977;
}
.AnyTagClassName
{
color: #74B977;
}
</style>
background-color css
<style>
a { background-color: #74B977; }
a { background-color: rgb(116,185,119); }
div.DivClassName
{
background-color: #74B977;
}
.BgClassName
{
background-color: #74B977;
}
</style>
border-color css
<style>
span { border-color: #74B977; }
span { border-color: rgb(116,185,119); }
td.TdClassName
{
border-color: #74B977;
}
.TagClassName
{
border-color: #74B977;
}
</style>