Shades of Fern #74BF6B
Tints of Fern #74BF6B
RGB
CMYK
RGB Variations
Color information
#74BF6B (or 0x74BF6B) is known color: Fern. HEX triplet: 74, BF and 6B. RGB value is (116,191,107). Sum of RGB (Red+Green+Blue) = 116+191+107=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF6B is #8B4094. Grayscale: #9F9F9F. Windows color (decimal): -9126037 or 7061364. OLE color: 7061364.
HSL color Cylindrical-coordinate representation of color #74BF6B: hue angle of 113.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74BF6B is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 107 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.25 |
| HSL | 113.57º | 0.4% | 0.58% | - |
| HSV(B) | 113.57º | 0.44% | 0.75% | - |
| XYZ | 28.49 | 42.04 | 20.52 | - |
| YUV | 159 | 98.65 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 107 | 0.39 | 0 | 0.44 | 0.25 | 113.57 | 0.4 | 0.58 |
| Hex | 74 | BF | 6B | 27 | 0 | 2C | 19 | 72 | 28 | 3A |
| Octal | 164 | 277 | 153 | 47 | 0 | 54 | 31 | 162 | 50 | 72 |
| Binary | 1110100 | 10111111 | 1101011 | 100111 | 0 | 101100 | 11001 | 1110010 | 101000 | 111010 |
Color Harmonies of #74BF6B
Complementary color
Monochromatic Colors of #74BF6B
Black with #74BF6B
Text Example
Text Example
White with #74BF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF6B; }
p { color: rgb(116,191,107); }
H1.HeaderClassName
{
color: #74BF6B;
}
.AnyTagClassName
{
color: #74BF6B;
}
</style>
background-color css
<style>
a { background-color: #74BF6B; }
a { background-color: rgb(116,191,107); }
div.DivClassName
{
background-color: #74BF6B;
}
.BgClassName
{
background-color: #74BF6B;
}
</style>
border-color css
<style>
span { border-color: #74BF6B; }
span { border-color: rgb(116,191,107); }
td.TdClassName
{
border-color: #74BF6B;
}
.TagClassName
{
border-color: #74BF6B;
}
</style>