Shades of Fern #72C174
Tints of Fern #72C174
RGB
CMYK
RGB Variations
Color information
#72C174 (or 0x72C174) is known color: Fern. HEX triplet: 72, C1 and 74. RGB value is (114,193,116). Sum of RGB (Red+Green+Blue) = 114+193+116=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #72C174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C174 is #8D3E8B. Grayscale: #A0A0A0. Windows color (decimal): -9256588 or 7651698. OLE color: 7651698.
HSL color Cylindrical-coordinate representation of color #72C174: hue angle of 121.52º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C174 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 116 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.24 |
| HSL | 121.52º | 0.39% | 0.6% | - |
| HSV(B) | 121.52º | 0.41% | 0.76% | - |
| XYZ | 29.16 | 42.98 | 23.28 | - |
| YUV | 160.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 116 | 0.41 | 0 | 0.40 | 0.24 | 121.52 | 0.39 | 0.6 |
| Hex | 72 | C1 | 74 | 29 | 0 | 28 | 18 | 7A | 27 | 3C |
| Octal | 162 | 301 | 164 | 51 | 0 | 50 | 30 | 172 | 47 | 74 |
| Binary | 1110010 | 11000001 | 1110100 | 101001 | 0 | 101000 | 11000 | 1111010 | 100111 | 111100 |
Color Harmonies of #72C174
Complementary color
Monochromatic Colors of #72C174
Black with #72C174
Text Example
Text Example
White with #72C174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C174; }
p { color: rgb(114,193,116); }
H1.HeaderClassName
{
color: #72C174;
}
.AnyTagClassName
{
color: #72C174;
}
</style>
background-color css
<style>
a { background-color: #72C174; }
a { background-color: rgb(114,193,116); }
div.DivClassName
{
background-color: #72C174;
}
.BgClassName
{
background-color: #72C174;
}
</style>
border-color css
<style>
span { border-color: #72C174; }
span { border-color: rgb(114,193,116); }
td.TdClassName
{
border-color: #72C174;
}
.TagClassName
{
border-color: #72C174;
}
</style>