Shades of Fern #72C068
Tints of Fern #72C068
RGB
CMYK
RGB Variations
Color information
#72C068 (or 0x72C068) is known color: Fern. HEX triplet: 72, C0 and 68. RGB value is (114,192,104). Sum of RGB (Red+Green+Blue) = 114+192+104=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #72C068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C068 is #8D3F97. Grayscale: #9E9E9E. Windows color (decimal): -9256856 or 6865010. OLE color: 6865010.
HSL color Cylindrical-coordinate representation of color #72C068: hue angle of 113.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72C068 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 104 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.25 |
| HSL | 113.18º | 0.41% | 0.58% | - |
| HSV(B) | 113.18º | 0.46% | 0.75% | - |
| XYZ | 28.29 | 42.28 | 19.77 | - |
| YUV | 158.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 104 | 0.41 | 0 | 0.46 | 0.25 | 113.18 | 0.41 | 0.58 |
| Hex | 72 | C0 | 68 | 29 | 0 | 2E | 19 | 71 | 29 | 3A |
| Octal | 162 | 300 | 150 | 51 | 0 | 56 | 31 | 161 | 51 | 72 |
| Binary | 1110010 | 11000000 | 1101000 | 101001 | 0 | 101110 | 11001 | 1110001 | 101001 | 111010 |
Color Harmonies of #72C068
Complementary color
Monochromatic Colors of #72C068
Black with #72C068
Text Example
Text Example
White with #72C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C068; }
p { color: rgb(114,192,104); }
H1.HeaderClassName
{
color: #72C068;
}
.AnyTagClassName
{
color: #72C068;
}
</style>
background-color css
<style>
a { background-color: #72C068; }
a { background-color: rgb(114,192,104); }
div.DivClassName
{
background-color: #72C068;
}
.BgClassName
{
background-color: #72C068;
}
</style>
border-color css
<style>
span { border-color: #72C068; }
span { border-color: rgb(114,192,104); }
td.TdClassName
{
border-color: #72C068;
}
.TagClassName
{
border-color: #72C068;
}
</style>