Shades of Fern #74BD76
Tints of Fern #74BD76
RGB
CMYK
RGB Variations
Color information
#74BD76 (or 0x74BD76) is known color: Fern. HEX triplet: 74, BD and 76. RGB value is (116,189,118). Sum of RGB (Red+Green+Blue) = 116+189+118=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD76 is #8B4289. Grayscale: #9F9F9F. Windows color (decimal): -9126538 or 7781748. OLE color: 7781748.
HSL color Cylindrical-coordinate representation of color #74BD76: hue angle of 121.64º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BD76 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 118 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.26 |
| HSL | 121.64º | 0.36% | 0.6% | - |
| HSV(B) | 121.64º | 0.39% | 0.74% | - |
| XYZ | 28.67 | 41.42 | 23.62 | - |
| YUV | 159.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 118 | 0.39 | 0 | 0.38 | 0.26 | 121.64 | 0.36 | 0.6 |
| Hex | 74 | BD | 76 | 27 | 0 | 26 | 1A | 7A | 24 | 3C |
| Octal | 164 | 275 | 166 | 47 | 0 | 46 | 32 | 172 | 44 | 74 |
| Binary | 1110100 | 10111101 | 1110110 | 100111 | 0 | 100110 | 11010 | 1111010 | 100100 | 111100 |
Color Harmonies of #74BD76
Complementary color
Monochromatic Colors of #74BD76
Black with #74BD76
Text Example
Text Example
White with #74BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD76; }
p { color: rgb(116,189,118); }
H1.HeaderClassName
{
color: #74BD76;
}
.AnyTagClassName
{
color: #74BD76;
}
</style>
background-color css
<style>
a { background-color: #74BD76; }
a { background-color: rgb(116,189,118); }
div.DivClassName
{
background-color: #74BD76;
}
.BgClassName
{
background-color: #74BD76;
}
</style>
border-color css
<style>
span { border-color: #74BD76; }
span { border-color: rgb(116,189,118); }
td.TdClassName
{
border-color: #74BD76;
}
.TagClassName
{
border-color: #74BD76;
}
</style>