Shades of Fern #74B875
Tints of Fern #74B875
RGB
CMYK
RGB Variations
Color information
#74B875 (or 0x74B875) is known color: Fern. HEX triplet: 74, B8 and 75. RGB value is (116,184,117). Sum of RGB (Red+Green+Blue) = 116+184+117=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #74B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B875 is #8B478A. Grayscale: #9C9C9C. Windows color (decimal): -9127819 or 7714932. OLE color: 7714932.
HSL color Cylindrical-coordinate representation of color #74B875: hue angle of 120.88º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B875 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 184 | 117 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.28 |
| HSL | 120.88º | 0.32% | 0.59% | - |
| HSV(B) | 120.88º | 0.37% | 0.72% | - |
| XYZ | 27.55 | 39.28 | 22.96 | - |
| YUV | 156.03 | 105.97 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 117 | 0.37 | 0 | 0.36 | 0.28 | 120.88 | 0.32 | 0.59 |
| Hex | 74 | B8 | 75 | 25 | 0 | 24 | 1C | 79 | 20 | 3B |
| Octal | 164 | 270 | 165 | 45 | 0 | 44 | 34 | 171 | 40 | 73 |
| Binary | 1110100 | 10111000 | 1110101 | 100101 | 0 | 100100 | 11100 | 1111001 | 100000 | 111011 |
Color Harmonies of #74B875
Complementary color
Monochromatic Colors of #74B875
Black with #74B875
Text Example
Text Example
White with #74B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B875; }
p { color: rgb(116,184,117); }
H1.HeaderClassName
{
color: #74B875;
}
.AnyTagClassName
{
color: #74B875;
}
</style>
background-color css
<style>
a { background-color: #74B875; }
a { background-color: rgb(116,184,117); }
div.DivClassName
{
background-color: #74B875;
}
.BgClassName
{
background-color: #74B875;
}
</style>
border-color css
<style>
span { border-color: #74B875; }
span { border-color: rgb(116,184,117); }
td.TdClassName
{
border-color: #74B875;
}
.TagClassName
{
border-color: #74B875;
}
</style>