Shades of Fern #74B478
Tints of Fern #74B478
RGB
CMYK
RGB Variations
Color information
#74B478 (or 0x74B478) is known color: Fern. HEX triplet: 74, B4 and 78. RGB value is (116,180,120). Sum of RGB (Red+Green+Blue) = 116+180+120=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #74B478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B478 is #8B4B87. Grayscale: #9A9A9A. Windows color (decimal): -9128840 or 7910516. OLE color: 7910516.
HSL color Cylindrical-coordinate representation of color #74B478: hue angle of 123.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B478 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 180 | 120 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.29 |
| HSL | 123.75º | 0.3% | 0.58% | - |
| HSV(B) | 123.75º | 0.36% | 0.71% | - |
| XYZ | 26.91 | 37.71 | 23.63 | - |
| YUV | 154.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 180 | 120 | 0.36 | 0 | 0.33 | 0.29 | 123.75 | 0.3 | 0.58 |
| Hex | 74 | B4 | 78 | 24 | 0 | 21 | 1D | 7C | 1E | 3A |
| Octal | 164 | 264 | 170 | 44 | 0 | 41 | 35 | 174 | 36 | 72 |
| Binary | 1110100 | 10110100 | 1111000 | 100100 | 0 | 100001 | 11101 | 1111100 | 11110 | 111010 |
Color Harmonies of #74B478
Complementary color
Monochromatic Colors of #74B478
Black with #74B478
Text Example
Text Example
White with #74B478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B478; }
p { color: rgb(116,180,120); }
H1.HeaderClassName
{
color: #74B478;
}
.AnyTagClassName
{
color: #74B478;
}
</style>
background-color css
<style>
a { background-color: #74B478; }
a { background-color: rgb(116,180,120); }
div.DivClassName
{
background-color: #74B478;
}
.BgClassName
{
background-color: #74B478;
}
</style>
border-color css
<style>
span { border-color: #74B478; }
span { border-color: rgb(116,180,120); }
td.TdClassName
{
border-color: #74B478;
}
.TagClassName
{
border-color: #74B478;
}
</style>