Shades of Fern #74BD6B
Tints of Fern #74BD6B
RGB
CMYK
RGB Variations
Color information
#74BD6B (or 0x74BD6B) is known color: Fern. HEX triplet: 74, BD and 6B. RGB value is (116,189,107). Sum of RGB (Red+Green+Blue) = 116+189+107=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD6B is #8B4294. Grayscale: #9E9E9E. Windows color (decimal): -9126549 or 7060852. OLE color: 7060852.
HSL color Cylindrical-coordinate representation of color #74BD6B: hue angle of 113.41º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74BD6B is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 107 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.26 |
| HSL | 113.41º | 0.38% | 0.58% | - |
| HSV(B) | 113.41º | 0.43% | 0.74% | - |
| XYZ | 28.05 | 41.17 | 20.38 | - |
| YUV | 157.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 107 | 0.39 | 0 | 0.43 | 0.26 | 113.41 | 0.38 | 0.58 |
| Hex | 74 | BD | 6B | 27 | 0 | 2B | 1A | 71 | 26 | 3A |
| Octal | 164 | 275 | 153 | 47 | 0 | 53 | 32 | 161 | 46 | 72 |
| Binary | 1110100 | 10111101 | 1101011 | 100111 | 0 | 101011 | 11010 | 1110001 | 100110 | 111010 |
Color Harmonies of #74BD6B
Complementary color
Monochromatic Colors of #74BD6B
Black with #74BD6B
Text Example
Text Example
White with #74BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD6B; }
p { color: rgb(116,189,107); }
H1.HeaderClassName
{
color: #74BD6B;
}
.AnyTagClassName
{
color: #74BD6B;
}
</style>
background-color css
<style>
a { background-color: #74BD6B; }
a { background-color: rgb(116,189,107); }
div.DivClassName
{
background-color: #74BD6B;
}
.BgClassName
{
background-color: #74BD6B;
}
</style>
border-color css
<style>
span { border-color: #74BD6B; }
span { border-color: rgb(116,189,107); }
td.TdClassName
{
border-color: #74BD6B;
}
.TagClassName
{
border-color: #74BD6B;
}
</style>