Shades of Fern #74C075
Tints of Fern #74C075
RGB
CMYK
RGB Variations
Color information
#74C075 (or 0x74C075) is known color: Fern. HEX triplet: 74, C0 and 75. RGB value is (116,192,117). Sum of RGB (Red+Green+Blue) = 116+192+117=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #74C075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C075 is #8B3F8A. Grayscale: #A0A0A0. Windows color (decimal): -9125771 or 7716980. OLE color: 7716980.
HSL color Cylindrical-coordinate representation of color #74C075: hue angle of 120.79º 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 #74C075 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 117 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.25 |
| HSL | 120.79º | 0.38% | 0.6% | - |
| HSV(B) | 120.79º | 0.4% | 0.75% | - |
| XYZ | 29.26 | 42.7 | 23.53 | - |
| YUV | 160.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 117 | 0.40 | 0 | 0.39 | 0.25 | 120.79 | 0.38 | 0.6 |
| Hex | 74 | C0 | 75 | 28 | 0 | 27 | 19 | 79 | 26 | 3C |
| Octal | 164 | 300 | 165 | 50 | 0 | 47 | 31 | 171 | 46 | 74 |
| Binary | 1110100 | 11000000 | 1110101 | 101000 | 0 | 100111 | 11001 | 1111001 | 100110 | 111100 |
Color Harmonies of #74C075
Complementary color
Monochromatic Colors of #74C075
Black with #74C075
Text Example
Text Example
White with #74C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C075; }
p { color: rgb(116,192,117); }
H1.HeaderClassName
{
color: #74C075;
}
.AnyTagClassName
{
color: #74C075;
}
</style>
background-color css
<style>
a { background-color: #74C075; }
a { background-color: rgb(116,192,117); }
div.DivClassName
{
background-color: #74C075;
}
.BgClassName
{
background-color: #74C075;
}
</style>
border-color css
<style>
span { border-color: #74C075; }
span { border-color: rgb(116,192,117); }
td.TdClassName
{
border-color: #74C075;
}
.TagClassName
{
border-color: #74C075;
}
</style>