Shades of Fern #74B66C
Tints of Fern #74B66C
RGB
CMYK
RGB Variations
Color information
#74B66C (or 0x74B66C) is known color: Fern. HEX triplet: 74, B6 and 6C. RGB value is (116,182,108). Sum of RGB (Red+Green+Blue) = 116+182+108=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #74B66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B66C is #8B4993. Grayscale: #9A9A9A. Windows color (decimal): -9128340 or 7124596. OLE color: 7124596.
HSL color Cylindrical-coordinate representation of color #74B66C: hue angle of 113.51º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74B66C is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 182 | 108 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.29 |
| HSL | 113.51º | 0.34% | 0.57% | - |
| HSV(B) | 113.51º | 0.41% | 0.71% | - |
| XYZ | 26.64 | 38.25 | 20.17 | - |
| YUV | 153.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 182 | 108 | 0.36 | 0 | 0.41 | 0.29 | 113.51 | 0.34 | 0.57 |
| Hex | 74 | B6 | 6C | 24 | 0 | 29 | 1D | 72 | 22 | 39 |
| Octal | 164 | 266 | 154 | 44 | 0 | 51 | 35 | 162 | 42 | 71 |
| Binary | 1110100 | 10110110 | 1101100 | 100100 | 0 | 101001 | 11101 | 1110010 | 100010 | 111001 |
Color Harmonies of #74B66C
Complementary color
Monochromatic Colors of #74B66C
Black with #74B66C
Text Example
Text Example
White with #74B66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B66C; }
p { color: rgb(116,182,108); }
H1.HeaderClassName
{
color: #74B66C;
}
.AnyTagClassName
{
color: #74B66C;
}
</style>
background-color css
<style>
a { background-color: #74B66C; }
a { background-color: rgb(116,182,108); }
div.DivClassName
{
background-color: #74B66C;
}
.BgClassName
{
background-color: #74B66C;
}
</style>
border-color css
<style>
span { border-color: #74B66C; }
span { border-color: rgb(116,182,108); }
td.TdClassName
{
border-color: #74B66C;
}
.TagClassName
{
border-color: #74B66C;
}
</style>