Shades of Fern #74B170
Tints of Fern #74B170
RGB
CMYK
RGB Variations
Color information
#74B170 (or 0x74B170) is known color: Fern. HEX triplet: 74, B1 and 70. RGB value is (116,177,112). Sum of RGB (Red+Green+Blue) = 116+177+112=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #74B170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B170 is #8B4E8F. Grayscale: #979797. Windows color (decimal): -9129616 or 7385460. OLE color: 7385460.
HSL color Cylindrical-coordinate representation of color #74B170: hue angle of 116.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B170 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 177 | 112 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.31 |
| HSL | 116.31º | 0.29% | 0.57% | - |
| HSV(B) | 116.31º | 0.37% | 0.69% | - |
| XYZ | 25.85 | 36.33 | 20.98 | - |
| YUV | 151.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 112 | 0.34 | 0 | 0.37 | 0.31 | 116.31 | 0.29 | 0.57 |
| Hex | 74 | B1 | 70 | 22 | 0 | 25 | 1F | 74 | 1D | 39 |
| Octal | 164 | 261 | 160 | 42 | 0 | 45 | 37 | 164 | 35 | 71 |
| Binary | 1110100 | 10110001 | 1110000 | 100010 | 0 | 100101 | 11111 | 1110100 | 11101 | 111001 |
Color Harmonies of #74B170
Complementary color
Monochromatic Colors of #74B170
Black with #74B170
Text Example
Text Example
White with #74B170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B170; }
p { color: rgb(116,177,112); }
H1.HeaderClassName
{
color: #74B170;
}
.AnyTagClassName
{
color: #74B170;
}
</style>
background-color css
<style>
a { background-color: #74B170; }
a { background-color: rgb(116,177,112); }
div.DivClassName
{
background-color: #74B170;
}
.BgClassName
{
background-color: #74B170;
}
</style>
border-color css
<style>
span { border-color: #74B170; }
span { border-color: rgb(116,177,112); }
td.TdClassName
{
border-color: #74B170;
}
.TagClassName
{
border-color: #74B170;
}
</style>