Shades of Fern #72C07A
Tints of Fern #72C07A
RGB
CMYK
RGB Variations
Color information
#72C07A (or 0x72C07A) is known color: Fern. HEX triplet: 72, C0 and 7A. RGB value is (114,192,122). Sum of RGB (Red+Green+Blue) = 114+192+122=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #72C07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C07A is #8D3F85. Grayscale: #A0A0A0. Windows color (decimal): -9256838 or 8044658. OLE color: 8044658.
HSL color Cylindrical-coordinate representation of color #72C07A: hue angle of 126.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C07A is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 122 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.25 |
| HSL | 126.15º | 0.38% | 0.6% | - |
| HSV(B) | 126.15º | 0.41% | 0.75% | - |
| XYZ | 29.3 | 42.68 | 25.11 | - |
| YUV | 160.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 122 | 0.41 | 0 | 0.36 | 0.25 | 126.15 | 0.38 | 0.6 |
| Hex | 72 | C0 | 7A | 29 | 0 | 24 | 19 | 7E | 26 | 3C |
| Octal | 162 | 300 | 172 | 51 | 0 | 44 | 31 | 176 | 46 | 74 |
| Binary | 1110010 | 11000000 | 1111010 | 101001 | 0 | 100100 | 11001 | 1111110 | 100110 | 111100 |
Color Harmonies of #72C07A
Complementary color
Monochromatic Colors of #72C07A
Black with #72C07A
Text Example
Text Example
White with #72C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C07A; }
p { color: rgb(114,192,122); }
H1.HeaderClassName
{
color: #72C07A;
}
.AnyTagClassName
{
color: #72C07A;
}
</style>
background-color css
<style>
a { background-color: #72C07A; }
a { background-color: rgb(114,192,122); }
div.DivClassName
{
background-color: #72C07A;
}
.BgClassName
{
background-color: #72C07A;
}
</style>
border-color css
<style>
span { border-color: #72C07A; }
span { border-color: rgb(114,192,122); }
td.TdClassName
{
border-color: #72C07A;
}
.TagClassName
{
border-color: #72C07A;
}
</style>