Shades of Fern #74B96D
Tints of Fern #74B96D
RGB
CMYK
RGB Variations
Color information
#74B96D (or 0x74B96D) is known color: Fern. HEX triplet: 74, B9 and 6D. RGB value is (116,185,109). Sum of RGB (Red+Green+Blue) = 116+185+109=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #74B96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B96D is #8B4692. Grayscale: #9B9B9B. Windows color (decimal): -9127571 or 7190900. OLE color: 7190900.
HSL color Cylindrical-coordinate representation of color #74B96D: hue angle of 114.47º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74B96D is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 109 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.27 |
| HSL | 114.47º | 0.35% | 0.58% | - |
| HSV(B) | 114.47º | 0.41% | 0.73% | - |
| XYZ | 27.31 | 39.52 | 20.66 | - |
| YUV | 155.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 109 | 0.37 | 0 | 0.41 | 0.27 | 114.47 | 0.35 | 0.58 |
| Hex | 74 | B9 | 6D | 25 | 0 | 29 | 1B | 72 | 23 | 3A |
| Octal | 164 | 271 | 155 | 45 | 0 | 51 | 33 | 162 | 43 | 72 |
| Binary | 1110100 | 10111001 | 1101101 | 100101 | 0 | 101001 | 11011 | 1110010 | 100011 | 111010 |
Color Harmonies of #74B96D
Complementary color
Monochromatic Colors of #74B96D
Black with #74B96D
Text Example
Text Example
White with #74B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B96D; }
p { color: rgb(116,185,109); }
H1.HeaderClassName
{
color: #74B96D;
}
.AnyTagClassName
{
color: #74B96D;
}
</style>
background-color css
<style>
a { background-color: #74B96D; }
a { background-color: rgb(116,185,109); }
div.DivClassName
{
background-color: #74B96D;
}
.BgClassName
{
background-color: #74B96D;
}
</style>
border-color css
<style>
span { border-color: #74B96D; }
span { border-color: rgb(116,185,109); }
td.TdClassName
{
border-color: #74B96D;
}
.TagClassName
{
border-color: #74B96D;
}
</style>