Shades of Fern #72C170
Tints of Fern #72C170
RGB
CMYK
RGB Variations
Color information
#72C170 (or 0x72C170) is known color: Fern. HEX triplet: 72, C1 and 70. RGB value is (114,193,112). Sum of RGB (Red+Green+Blue) = 114+193+112=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #72C170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C170 is #8D3E8F. Grayscale: #A0A0A0. Windows color (decimal): -9256592 or 7389554. OLE color: 7389554.
HSL color Cylindrical-coordinate representation of color #72C170: hue angle of 118.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72C170 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 112 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.24 |
| HSL | 118.52º | 0.4% | 0.6% | - |
| HSV(B) | 118.52º | 0.42% | 0.76% | - |
| XYZ | 28.93 | 42.89 | 22.08 | - |
| YUV | 160.15 | 100.83 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 112 | 0.41 | 0 | 0.42 | 0.24 | 118.52 | 0.4 | 0.6 |
| Hex | 72 | C1 | 70 | 29 | 0 | 2A | 18 | 77 | 28 | 3C |
| Octal | 162 | 301 | 160 | 51 | 0 | 52 | 30 | 167 | 50 | 74 |
| Binary | 1110010 | 11000001 | 1110000 | 101001 | 0 | 101010 | 11000 | 1110111 | 101000 | 111100 |
Color Harmonies of #72C170
Complementary color
Monochromatic Colors of #72C170
Black with #72C170
Text Example
Text Example
White with #72C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C170; }
p { color: rgb(114,193,112); }
H1.HeaderClassName
{
color: #72C170;
}
.AnyTagClassName
{
color: #72C170;
}
</style>
background-color css
<style>
a { background-color: #72C170; }
a { background-color: rgb(114,193,112); }
div.DivClassName
{
background-color: #72C170;
}
.BgClassName
{
background-color: #72C170;
}
</style>
border-color css
<style>
span { border-color: #72C170; }
span { border-color: rgb(114,193,112); }
td.TdClassName
{
border-color: #72C170;
}
.TagClassName
{
border-color: #72C170;
}
</style>