Shades of Fern #74BC77
Tints of Fern #74BC77
RGB
CMYK
RGB Variations
Color information
#74BC77 (or 0x74BC77) is known color: Fern. HEX triplet: 74, BC and 77. RGB value is (116,188,119). Sum of RGB (Red+Green+Blue) = 116+188+119=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC77 is #8B4388. Grayscale: #9E9E9E. Windows color (decimal): -9126793 or 7847028. OLE color: 7847028.
HSL color Cylindrical-coordinate representation of color #74BC77: hue angle of 122.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BC77 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 119 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.26 |
| HSL | 122.5º | 0.35% | 0.6% | - |
| HSV(B) | 122.5º | 0.38% | 0.74% | - |
| XYZ | 28.52 | 41.01 | 23.87 | - |
| YUV | 158.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 119 | 0.38 | 0 | 0.37 | 0.26 | 122.5 | 0.35 | 0.6 |
| Hex | 74 | BC | 77 | 26 | 0 | 25 | 1A | 7B | 23 | 3C |
| Octal | 164 | 274 | 167 | 46 | 0 | 45 | 32 | 173 | 43 | 74 |
| Binary | 1110100 | 10111100 | 1110111 | 100110 | 0 | 100101 | 11010 | 1111011 | 100011 | 111100 |
Color Harmonies of #74BC77
Complementary color
Monochromatic Colors of #74BC77
Black with #74BC77
Text Example
Text Example
White with #74BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC77; }
p { color: rgb(116,188,119); }
H1.HeaderClassName
{
color: #74BC77;
}
.AnyTagClassName
{
color: #74BC77;
}
</style>
background-color css
<style>
a { background-color: #74BC77; }
a { background-color: rgb(116,188,119); }
div.DivClassName
{
background-color: #74BC77;
}
.BgClassName
{
background-color: #74BC77;
}
</style>
border-color css
<style>
span { border-color: #74BC77; }
span { border-color: rgb(116,188,119); }
td.TdClassName
{
border-color: #74BC77;
}
.TagClassName
{
border-color: #74BC77;
}
</style>