Shades of Fern #74BA7A
Tints of Fern #74BA7A
RGB
CMYK
RGB Variations
Color information
#74BA7A (or 0x74BA7A) is known color: Fern. HEX triplet: 74, BA and 7A. RGB value is (116,186,122). Sum of RGB (Red+Green+Blue) = 116+186+122=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA7A is #8B4585. Grayscale: #9D9D9D. Windows color (decimal): -9127302 or 8043124. OLE color: 8043124.
HSL color Cylindrical-coordinate representation of color #74BA7A: hue angle of 125.14º 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 #74BA7A is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 122 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.27 |
| HSL | 125.14º | 0.34% | 0.59% | - |
| HSV(B) | 125.14º | 0.38% | 0.73% | - |
| XYZ | 28.27 | 40.24 | 24.69 | - |
| YUV | 157.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 122 | 0.38 | 0 | 0.34 | 0.27 | 125.14 | 0.34 | 0.59 |
| Hex | 74 | BA | 7A | 26 | 0 | 22 | 1B | 7D | 22 | 3B |
| Octal | 164 | 272 | 172 | 46 | 0 | 42 | 33 | 175 | 42 | 73 |
| Binary | 1110100 | 10111010 | 1111010 | 100110 | 0 | 100010 | 11011 | 1111101 | 100010 | 111011 |
Color Harmonies of #74BA7A
Complementary color
Monochromatic Colors of #74BA7A
Black with #74BA7A
Text Example
Text Example
White with #74BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA7A; }
p { color: rgb(116,186,122); }
H1.HeaderClassName
{
color: #74BA7A;
}
.AnyTagClassName
{
color: #74BA7A;
}
</style>
background-color css
<style>
a { background-color: #74BA7A; }
a { background-color: rgb(116,186,122); }
div.DivClassName
{
background-color: #74BA7A;
}
.BgClassName
{
background-color: #74BA7A;
}
</style>
border-color css
<style>
span { border-color: #74BA7A; }
span { border-color: rgb(116,186,122); }
td.TdClassName
{
border-color: #74BA7A;
}
.TagClassName
{
border-color: #74BA7A;
}
</style>