Shades of Fern #72C06C
Tints of Fern #72C06C
RGB
CMYK
RGB Variations
Color information
#72C06C (or 0x72C06C) is known color: Fern. HEX triplet: 72, C0 and 6C. RGB value is (114,192,108). Sum of RGB (Red+Green+Blue) = 114+192+108=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #72C06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C06C is #8D3F93. Grayscale: #9F9F9F. Windows color (decimal): -9256852 or 7127154. OLE color: 7127154.
HSL color Cylindrical-coordinate representation of color #72C06C: hue angle of 115.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72C06C is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 108 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.25 |
| HSL | 115.71º | 0.4% | 0.59% | - |
| HSV(B) | 115.71º | 0.44% | 0.75% | - |
| XYZ | 28.5 | 42.36 | 20.86 | - |
| YUV | 159.1 | 99.16 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 108 | 0.41 | 0 | 0.44 | 0.25 | 115.71 | 0.4 | 0.59 |
| Hex | 72 | C0 | 6C | 29 | 0 | 2C | 19 | 74 | 28 | 3B |
| Octal | 162 | 300 | 154 | 51 | 0 | 54 | 31 | 164 | 50 | 73 |
| Binary | 1110010 | 11000000 | 1101100 | 101001 | 0 | 101100 | 11001 | 1110100 | 101000 | 111011 |
Color Harmonies of #72C06C
Complementary color
Monochromatic Colors of #72C06C
Black with #72C06C
Text Example
Text Example
White with #72C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C06C; }
p { color: rgb(114,192,108); }
H1.HeaderClassName
{
color: #72C06C;
}
.AnyTagClassName
{
color: #72C06C;
}
</style>
background-color css
<style>
a { background-color: #72C06C; }
a { background-color: rgb(114,192,108); }
div.DivClassName
{
background-color: #72C06C;
}
.BgClassName
{
background-color: #72C06C;
}
</style>
border-color css
<style>
span { border-color: #72C06C; }
span { border-color: rgb(114,192,108); }
td.TdClassName
{
border-color: #72C06C;
}
.TagClassName
{
border-color: #72C06C;
}
</style>