Shades of Fern #74B36C
Tints of Fern #74B36C
RGB
CMYK
RGB Variations
Color information
#74B36C (or 0x74B36C) is known color: Fern. HEX triplet: 74, B3 and 6C. RGB value is (116,179,108). Sum of RGB (Red+Green+Blue) = 116+179+108=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #74B36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B36C is #8B4C93. Grayscale: #989898. Windows color (decimal): -9129108 or 7123828. OLE color: 7123828.
HSL color Cylindrical-coordinate representation of color #74B36C: hue angle of 113.24º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74B36C is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 179 | 108 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.30 |
| HSL | 113.24º | 0.32% | 0.56% | - |
| HSV(B) | 113.24º | 0.4% | 0.7% | - |
| XYZ | 26.03 | 37.04 | 19.96 | - |
| YUV | 152.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 179 | 108 | 0.35 | 0 | 0.40 | 0.30 | 113.24 | 0.32 | 0.56 |
| Hex | 74 | B3 | 6C | 23 | 0 | 28 | 1E | 71 | 20 | 38 |
| Octal | 164 | 263 | 154 | 43 | 0 | 50 | 36 | 161 | 40 | 70 |
| Binary | 1110100 | 10110011 | 1101100 | 100011 | 0 | 101000 | 11110 | 1110001 | 100000 | 111000 |
Color Harmonies of #74B36C
Complementary color
Monochromatic Colors of #74B36C
Black with #74B36C
Text Example
Text Example
White with #74B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B36C; }
p { color: rgb(116,179,108); }
H1.HeaderClassName
{
color: #74B36C;
}
.AnyTagClassName
{
color: #74B36C;
}
</style>
background-color css
<style>
a { background-color: #74B36C; }
a { background-color: rgb(116,179,108); }
div.DivClassName
{
background-color: #74B36C;
}
.BgClassName
{
background-color: #74B36C;
}
</style>
border-color css
<style>
span { border-color: #74B36C; }
span { border-color: rgb(116,179,108); }
td.TdClassName
{
border-color: #74B36C;
}
.TagClassName
{
border-color: #74B36C;
}
</style>