Shades of Fern #74BB73
Tints of Fern #74BB73
RGB
CMYK
RGB Variations
Color information
#74BB73 (or 0x74BB73) is known color: Fern. HEX triplet: 74, BB and 73. RGB value is (116,187,115). Sum of RGB (Red+Green+Blue) = 116+187+115=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #74BB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BB73 is #8B448C. Grayscale: #9D9D9D. Windows color (decimal): -9127053 or 7584628. OLE color: 7584628.
HSL color Cylindrical-coordinate representation of color #74BB73: hue angle of 119.17º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BB73 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 187 | 115 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.27 |
| HSL | 119.17º | 0.35% | 0.59% | - |
| HSV(B) | 119.17º | 0.39% | 0.73% | - |
| XYZ | 28.07 | 40.49 | 22.56 | - |
| YUV | 157.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 115 | 0.38 | 0 | 0.39 | 0.27 | 119.17 | 0.35 | 0.59 |
| Hex | 74 | BB | 73 | 26 | 0 | 27 | 1B | 77 | 23 | 3B |
| Octal | 164 | 273 | 163 | 46 | 0 | 47 | 33 | 167 | 43 | 73 |
| Binary | 1110100 | 10111011 | 1110011 | 100110 | 0 | 100111 | 11011 | 1110111 | 100011 | 111011 |
Color Harmonies of #74BB73
Complementary color
Monochromatic Colors of #74BB73
Black with #74BB73
Text Example
Text Example
White with #74BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BB73; }
p { color: rgb(116,187,115); }
H1.HeaderClassName
{
color: #74BB73;
}
.AnyTagClassName
{
color: #74BB73;
}
</style>
background-color css
<style>
a { background-color: #74BB73; }
a { background-color: rgb(116,187,115); }
div.DivClassName
{
background-color: #74BB73;
}
.BgClassName
{
background-color: #74BB73;
}
</style>
border-color css
<style>
span { border-color: #74BB73; }
span { border-color: rgb(116,187,115); }
td.TdClassName
{
border-color: #74BB73;
}
.TagClassName
{
border-color: #74BB73;
}
</style>