Shades of Fern #74B76B
Tints of Fern #74B76B
RGB
CMYK
RGB Variations
Color information
#74B76B (or 0x74B76B) is known color: Fern. HEX triplet: 74, B7 and 6B. RGB value is (116,183,107). Sum of RGB (Red+Green+Blue) = 116+183+107=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #74B76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B76B is #8B4894. Grayscale: #9A9A9A. Windows color (decimal): -9128085 or 7059316. OLE color: 7059316.
HSL color Cylindrical-coordinate representation of color #74B76B: hue angle of 112.89º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74B76B is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 183 | 107 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.28 |
| HSL | 112.89º | 0.35% | 0.57% | - |
| HSV(B) | 112.89º | 0.42% | 0.72% | - |
| XYZ | 26.79 | 38.64 | 19.96 | - |
| YUV | 154.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 183 | 107 | 0.37 | 0 | 0.42 | 0.28 | 112.89 | 0.35 | 0.57 |
| Hex | 74 | B7 | 6B | 25 | 0 | 2A | 1C | 71 | 23 | 39 |
| Octal | 164 | 267 | 153 | 45 | 0 | 52 | 34 | 161 | 43 | 71 |
| Binary | 1110100 | 10110111 | 1101011 | 100101 | 0 | 101010 | 11100 | 1110001 | 100011 | 111001 |
Color Harmonies of #74B76B
Complementary color
Monochromatic Colors of #74B76B
Black with #74B76B
Text Example
Text Example
White with #74B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B76B; }
p { color: rgb(116,183,107); }
H1.HeaderClassName
{
color: #74B76B;
}
.AnyTagClassName
{
color: #74B76B;
}
</style>
background-color css
<style>
a { background-color: #74B76B; }
a { background-color: rgb(116,183,107); }
div.DivClassName
{
background-color: #74B76B;
}
.BgClassName
{
background-color: #74B76B;
}
</style>
border-color css
<style>
span { border-color: #74B76B; }
span { border-color: rgb(116,183,107); }
td.TdClassName
{
border-color: #74B76B;
}
.TagClassName
{
border-color: #74B76B;
}
</style>