Shades of Fern #74BC78
Tints of Fern #74BC78
RGB
CMYK
RGB Variations
Color information
#74BC78 (or 0x74BC78) is known color: Fern. HEX triplet: 74, BC and 78. RGB value is (116,188,120). Sum of RGB (Red+Green+Blue) = 116+188+120=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC78 is #8B4387. Grayscale: #9E9E9E. Windows color (decimal): -9126792 or 7912564. OLE color: 7912564.
HSL color Cylindrical-coordinate representation of color #74BC78: hue angle of 123.33º 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 #74BC78 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 120 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.26 |
| HSL | 123.33º | 0.35% | 0.6% | - |
| HSV(B) | 123.33º | 0.38% | 0.74% | - |
| XYZ | 28.58 | 41.04 | 24.18 | - |
| YUV | 158.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 120 | 0.38 | 0 | 0.36 | 0.26 | 123.33 | 0.35 | 0.6 |
| Hex | 74 | BC | 78 | 26 | 0 | 24 | 1A | 7B | 23 | 3C |
| Octal | 164 | 274 | 170 | 46 | 0 | 44 | 32 | 173 | 43 | 74 |
| Binary | 1110100 | 10111100 | 1111000 | 100110 | 0 | 100100 | 11010 | 1111011 | 100011 | 111100 |
Color Harmonies of #74BC78
Complementary color
Monochromatic Colors of #74BC78
Black with #74BC78
Text Example
Text Example
White with #74BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC78; }
p { color: rgb(116,188,120); }
H1.HeaderClassName
{
color: #74BC78;
}
.AnyTagClassName
{
color: #74BC78;
}
</style>
background-color css
<style>
a { background-color: #74BC78; }
a { background-color: rgb(116,188,120); }
div.DivClassName
{
background-color: #74BC78;
}
.BgClassName
{
background-color: #74BC78;
}
</style>
border-color css
<style>
span { border-color: #74BC78; }
span { border-color: rgb(116,188,120); }
td.TdClassName
{
border-color: #74BC78;
}
.TagClassName
{
border-color: #74BC78;
}
</style>