Shades of Fern #72C177
Tints of Fern #72C177
RGB
CMYK
RGB Variations
Color information
#72C177 (or 0x72C177) is known color: Fern. HEX triplet: 72, C1 and 77. RGB value is (114,193,119). Sum of RGB (Red+Green+Blue) = 114+193+119=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #72C177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C177 is #8D3E88. Grayscale: #A1A1A1. Windows color (decimal): -9256585 or 7848306. OLE color: 7848306.
HSL color Cylindrical-coordinate representation of color #72C177: hue angle of 123.8º 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 #72C177 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 119 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.24 |
| HSL | 123.8º | 0.39% | 0.6% | - |
| HSV(B) | 123.8º | 0.41% | 0.76% | - |
| XYZ | 29.34 | 43.05 | 24.22 | - |
| YUV | 160.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 119 | 0.41 | 0 | 0.38 | 0.24 | 123.8 | 0.39 | 0.6 |
| Hex | 72 | C1 | 77 | 29 | 0 | 26 | 18 | 7C | 27 | 3C |
| Octal | 162 | 301 | 167 | 51 | 0 | 46 | 30 | 174 | 47 | 74 |
| Binary | 1110010 | 11000001 | 1110111 | 101001 | 0 | 100110 | 11000 | 1111100 | 100111 | 111100 |
Color Harmonies of #72C177
Complementary color
Monochromatic Colors of #72C177
Black with #72C177
Text Example
Text Example
White with #72C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C177; }
p { color: rgb(114,193,119); }
H1.HeaderClassName
{
color: #72C177;
}
.AnyTagClassName
{
color: #72C177;
}
</style>
background-color css
<style>
a { background-color: #72C177; }
a { background-color: rgb(114,193,119); }
div.DivClassName
{
background-color: #72C177;
}
.BgClassName
{
background-color: #72C177;
}
</style>
border-color css
<style>
span { border-color: #72C177; }
span { border-color: rgb(114,193,119); }
td.TdClassName
{
border-color: #72C177;
}
.TagClassName
{
border-color: #72C177;
}
</style>