Shades of Fern #74C07A
Tints of Fern #74C07A
RGB
CMYK
RGB Variations
Color information
#74C07A (or 0x74C07A) is known color: Fern. HEX triplet: 74, C0 and 7A. RGB value is (116,192,122). Sum of RGB (Red+Green+Blue) = 116+192+122=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #74C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C07A is #8B3F85. Grayscale: #A1A1A1. Windows color (decimal): -9125766 or 8044660. OLE color: 8044660.
HSL color Cylindrical-coordinate representation of color #74C07A: hue angle of 124.74º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C07A is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 122 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.25 |
| HSL | 124.74º | 0.38% | 0.6% | - |
| HSV(B) | 124.74º | 0.4% | 0.75% | - |
| XYZ | 29.56 | 42.82 | 25.12 | - |
| YUV | 161.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 122 | 0.40 | 0 | 0.36 | 0.25 | 124.74 | 0.38 | 0.6 |
| Hex | 74 | C0 | 7A | 28 | 0 | 24 | 19 | 7D | 26 | 3C |
| Octal | 164 | 300 | 172 | 50 | 0 | 44 | 31 | 175 | 46 | 74 |
| Binary | 1110100 | 11000000 | 1111010 | 101000 | 0 | 100100 | 11001 | 1111101 | 100110 | 111100 |
Color Harmonies of #74C07A
Complementary color
Monochromatic Colors of #74C07A
Black with #74C07A
Text Example
Text Example
White with #74C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C07A; }
p { color: rgb(116,192,122); }
H1.HeaderClassName
{
color: #74C07A;
}
.AnyTagClassName
{
color: #74C07A;
}
</style>
background-color css
<style>
a { background-color: #74C07A; }
a { background-color: rgb(116,192,122); }
div.DivClassName
{
background-color: #74C07A;
}
.BgClassName
{
background-color: #74C07A;
}
</style>
border-color css
<style>
span { border-color: #74C07A; }
span { border-color: rgb(116,192,122); }
td.TdClassName
{
border-color: #74C07A;
}
.TagClassName
{
border-color: #74C07A;
}
</style>