Shades of Fern #74B76D
Tints of Fern #74B76D
RGB
CMYK
RGB Variations
Color information
#74B76D (or 0x74B76D) is known color: Fern. HEX triplet: 74, B7 and 6D. RGB value is (116,183,109). Sum of RGB (Red+Green+Blue) = 116+183+109=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #74B76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B76D is #8B4892. Grayscale: #9A9A9A. Windows color (decimal): -9128083 or 7190388. OLE color: 7190388.
HSL color Cylindrical-coordinate representation of color #74B76D: hue angle of 114.32º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74B76D is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 109 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.28 |
| HSL | 114.32º | 0.34% | 0.57% | - |
| HSV(B) | 114.32º | 0.4% | 0.72% | - |
| XYZ | 26.9 | 38.68 | 20.52 | - |
| YUV | 154.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 109 | 0.37 | 0 | 0.40 | 0.28 | 114.32 | 0.34 | 0.57 |
| Hex | 74 | B7 | 6D | 25 | 0 | 28 | 1C | 72 | 22 | 39 |
| Octal | 164 | 267 | 155 | 45 | 0 | 50 | 34 | 162 | 42 | 71 |
| Binary | 1110100 | 10110111 | 1101101 | 100101 | 0 | 101000 | 11100 | 1110010 | 100010 | 111001 |
Color Harmonies of #74B76D
Complementary color
Monochromatic Colors of #74B76D
Black with #74B76D
Text Example
Text Example
White with #74B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B76D; }
p { color: rgb(116,183,109); }
H1.HeaderClassName
{
color: #74B76D;
}
.AnyTagClassName
{
color: #74B76D;
}
</style>
background-color css
<style>
a { background-color: #74B76D; }
a { background-color: rgb(116,183,109); }
div.DivClassName
{
background-color: #74B76D;
}
.BgClassName
{
background-color: #74B76D;
}
</style>
border-color css
<style>
span { border-color: #74B76D; }
span { border-color: rgb(116,183,109); }
td.TdClassName
{
border-color: #74B76D;
}
.TagClassName
{
border-color: #74B76D;
}
</style>