Shades of Fern #74BA79
Tints of Fern #74BA79
RGB
CMYK
RGB Variations
Color information
#74BA79 (or 0x74BA79) is known color: Fern. HEX triplet: 74, BA and 79. RGB value is (116,186,121). Sum of RGB (Red+Green+Blue) = 116+186+121=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA79 is #8B4586. Grayscale: #9D9D9D. Windows color (decimal): -9127303 or 7977588. OLE color: 7977588.
HSL color Cylindrical-coordinate representation of color #74BA79: hue angle of 124.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA79 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 121 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.27 |
| HSL | 124.29º | 0.34% | 0.59% | - |
| HSV(B) | 124.29º | 0.38% | 0.73% | - |
| XYZ | 28.21 | 40.21 | 24.36 | - |
| YUV | 157.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 121 | 0.38 | 0 | 0.35 | 0.27 | 124.29 | 0.34 | 0.59 |
| Hex | 74 | BA | 79 | 26 | 0 | 23 | 1B | 7C | 22 | 3B |
| Octal | 164 | 272 | 171 | 46 | 0 | 43 | 33 | 174 | 42 | 73 |
| Binary | 1110100 | 10111010 | 1111001 | 100110 | 0 | 100011 | 11011 | 1111100 | 100010 | 111011 |
Color Harmonies of #74BA79
Complementary color
Monochromatic Colors of #74BA79
Black with #74BA79
Text Example
Text Example
White with #74BA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA79; }
p { color: rgb(116,186,121); }
H1.HeaderClassName
{
color: #74BA79;
}
.AnyTagClassName
{
color: #74BA79;
}
</style>
background-color css
<style>
a { background-color: #74BA79; }
a { background-color: rgb(116,186,121); }
div.DivClassName
{
background-color: #74BA79;
}
.BgClassName
{
background-color: #74BA79;
}
</style>
border-color css
<style>
span { border-color: #74BA79; }
span { border-color: rgb(116,186,121); }
td.TdClassName
{
border-color: #74BA79;
}
.TagClassName
{
border-color: #74BA79;
}
</style>