Shades of Fern #74B56D
Tints of Fern #74B56D
RGB
CMYK
RGB Variations
Color information
#74B56D (or 0x74B56D) is known color: Fern. HEX triplet: 74, B5 and 6D. RGB value is (116,181,109). Sum of RGB (Red+Green+Blue) = 116+181+109=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #74B56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B56D is #8B4A92. Grayscale: #999999. Windows color (decimal): -9128595 or 7189876. OLE color: 7189876.
HSL color Cylindrical-coordinate representation of color #74B56D: hue angle of 114.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74B56D is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 109 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.29 |
| HSL | 114.17º | 0.33% | 0.57% | - |
| HSV(B) | 114.17º | 0.4% | 0.71% | - |
| XYZ | 26.49 | 37.86 | 20.38 | - |
| YUV | 153.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 109 | 0.36 | 0 | 0.40 | 0.29 | 114.17 | 0.33 | 0.57 |
| Hex | 74 | B5 | 6D | 24 | 0 | 28 | 1D | 72 | 21 | 39 |
| Octal | 164 | 265 | 155 | 44 | 0 | 50 | 35 | 162 | 41 | 71 |
| Binary | 1110100 | 10110101 | 1101101 | 100100 | 0 | 101000 | 11101 | 1110010 | 100001 | 111001 |
Color Harmonies of #74B56D
Complementary color
Monochromatic Colors of #74B56D
Black with #74B56D
Text Example
Text Example
White with #74B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B56D; }
p { color: rgb(116,181,109); }
H1.HeaderClassName
{
color: #74B56D;
}
.AnyTagClassName
{
color: #74B56D;
}
</style>
background-color css
<style>
a { background-color: #74B56D; }
a { background-color: rgb(116,181,109); }
div.DivClassName
{
background-color: #74B56D;
}
.BgClassName
{
background-color: #74B56D;
}
</style>
border-color css
<style>
span { border-color: #74B56D; }
span { border-color: rgb(116,181,109); }
td.TdClassName
{
border-color: #74B56D;
}
.TagClassName
{
border-color: #74B56D;
}
</style>