Shades of Fern #74B46A
Tints of Fern #74B46A
RGB
CMYK
RGB Variations
Color information
#74B46A (or 0x74B46A) is known color: Fern. HEX triplet: 74, B4 and 6A. RGB value is (116,180,106). Sum of RGB (Red+Green+Blue) = 116+180+106=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #74B46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B46A is #8B4B95. Grayscale: #989898. Windows color (decimal): -9128854 or 6993012. OLE color: 6993012.
HSL color Cylindrical-coordinate representation of color #74B46A: hue angle of 111.89º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74B46A is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 106 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.29 |
| HSL | 111.89º | 0.33% | 0.56% | - |
| HSV(B) | 111.89º | 0.41% | 0.71% | - |
| XYZ | 26.13 | 37.4 | 19.48 | - |
| YUV | 152.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 106 | 0.36 | 0 | 0.41 | 0.29 | 111.89 | 0.33 | 0.56 |
| Hex | 74 | B4 | 6A | 24 | 0 | 29 | 1D | 70 | 21 | 38 |
| Octal | 164 | 264 | 152 | 44 | 0 | 51 | 35 | 160 | 41 | 70 |
| Binary | 1110100 | 10110100 | 1101010 | 100100 | 0 | 101001 | 11101 | 1110000 | 100001 | 111000 |
Color Harmonies of #74B46A
Complementary color
Monochromatic Colors of #74B46A
Black with #74B46A
Text Example
Text Example
White with #74B46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B46A; }
p { color: rgb(116,180,106); }
H1.HeaderClassName
{
color: #74B46A;
}
.AnyTagClassName
{
color: #74B46A;
}
</style>
background-color css
<style>
a { background-color: #74B46A; }
a { background-color: rgb(116,180,106); }
div.DivClassName
{
background-color: #74B46A;
}
.BgClassName
{
background-color: #74B46A;
}
</style>
border-color css
<style>
span { border-color: #74B46A; }
span { border-color: rgb(116,180,106); }
td.TdClassName
{
border-color: #74B46A;
}
.TagClassName
{
border-color: #74B46A;
}
</style>