Shades of Fern #74B86D
Tints of Fern #74B86D
RGB
CMYK
RGB Variations
Color information
#74B86D (or 0x74B86D) is known color: Fern. HEX triplet: 74, B8 and 6D. RGB value is (116,184,109). Sum of RGB (Red+Green+Blue) = 116+184+109=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 184 - color contains mainly: green. Hex color #74B86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B86D is #8B4792. Grayscale: #9B9B9B. Windows color (decimal): -9127827 or 7190644. OLE color: 7190644.
HSL color Cylindrical-coordinate representation of color #74B86D: hue angle of 114.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74B86D is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 184 | 109 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.28 |
| HSL | 114.4º | 0.35% | 0.57% | - |
| HSV(B) | 114.4º | 0.41% | 0.72% | - |
| XYZ | 27.1 | 39.1 | 20.59 | - |
| YUV | 155.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 109 | 0.37 | 0 | 0.41 | 0.28 | 114.4 | 0.35 | 0.57 |
| Hex | 74 | B8 | 6D | 25 | 0 | 29 | 1C | 72 | 23 | 39 |
| Octal | 164 | 270 | 155 | 45 | 0 | 51 | 34 | 162 | 43 | 71 |
| Binary | 1110100 | 10111000 | 1101101 | 100101 | 0 | 101001 | 11100 | 1110010 | 100011 | 111001 |
Color Harmonies of #74B86D
Complementary color
Monochromatic Colors of #74B86D
Black with #74B86D
Text Example
Text Example
White with #74B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B86D; }
p { color: rgb(116,184,109); }
H1.HeaderClassName
{
color: #74B86D;
}
.AnyTagClassName
{
color: #74B86D;
}
</style>
background-color css
<style>
a { background-color: #74B86D; }
a { background-color: rgb(116,184,109); }
div.DivClassName
{
background-color: #74B86D;
}
.BgClassName
{
background-color: #74B86D;
}
</style>
border-color css
<style>
span { border-color: #74B86D; }
span { border-color: rgb(116,184,109); }
td.TdClassName
{
border-color: #74B86D;
}
.TagClassName
{
border-color: #74B86D;
}
</style>