Shades of Fern #74B36D
Tints of Fern #74B36D
RGB
CMYK
RGB Variations
Color information
#74B36D (or 0x74B36D) is known color: Fern. HEX triplet: 74, B3 and 6D. RGB value is (116,179,109). Sum of RGB (Red+Green+Blue) = 116+179+109=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #74B36D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B36D is #8B4C92. Grayscale: #989898. Windows color (decimal): -9129107 or 7189364. OLE color: 7189364.
HSL color Cylindrical-coordinate representation of color #74B36D: hue angle of 114º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74B36D is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 109 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.30 |
| HSL | 114º | 0.32% | 0.56% | - |
| HSV(B) | 114º | 0.39% | 0.7% | - |
| XYZ | 26.08 | 37.06 | 20.25 | - |
| YUV | 152.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 109 | 0.35 | 0 | 0.39 | 0.30 | 114 | 0.32 | 0.56 |
| Hex | 74 | B3 | 6D | 23 | 0 | 27 | 1E | 72 | 20 | 38 |
| Octal | 164 | 263 | 155 | 43 | 0 | 47 | 36 | 162 | 40 | 70 |
| Binary | 1110100 | 10110011 | 1101101 | 100011 | 0 | 100111 | 11110 | 1110010 | 100000 | 111000 |
Color Harmonies of #74B36D
Complementary color
Monochromatic Colors of #74B36D
Black with #74B36D
Text Example
Text Example
White with #74B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B36D; }
p { color: rgb(116,179,109); }
H1.HeaderClassName
{
color: #74B36D;
}
.AnyTagClassName
{
color: #74B36D;
}
</style>
background-color css
<style>
a { background-color: #74B36D; }
a { background-color: rgb(116,179,109); }
div.DivClassName
{
background-color: #74B36D;
}
.BgClassName
{
background-color: #74B36D;
}
</style>
border-color css
<style>
span { border-color: #74B36D; }
span { border-color: rgb(116,179,109); }
td.TdClassName
{
border-color: #74B36D;
}
.TagClassName
{
border-color: #74B36D;
}
</style>