Shades of Fern #72BC68
Tints of Fern #72BC68
RGB
CMYK
RGB Variations
Color information
#72BC68 (or 0x72BC68) is known color: Fern. HEX triplet: 72, BC and 68. RGB value is (114,188,104). Sum of RGB (Red+Green+Blue) = 114+188+104=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC68 is #8D4397. Grayscale: #9C9C9C. Windows color (decimal): -9257880 or 6863986. OLE color: 6863986.
HSL color Cylindrical-coordinate representation of color #72BC68: hue angle of 112.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72BC68 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 104 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.26 |
| HSL | 112.86º | 0.39% | 0.57% | - |
| HSV(B) | 112.86º | 0.45% | 0.74% | - |
| XYZ | 27.42 | 40.54 | 19.48 | - |
| YUV | 156.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 104 | 0.39 | 0 | 0.45 | 0.26 | 112.86 | 0.39 | 0.57 |
| Hex | 72 | BC | 68 | 27 | 0 | 2D | 1A | 71 | 27 | 39 |
| Octal | 162 | 274 | 150 | 47 | 0 | 55 | 32 | 161 | 47 | 71 |
| Binary | 1110010 | 10111100 | 1101000 | 100111 | 0 | 101101 | 11010 | 1110001 | 100111 | 111001 |
Color Harmonies of #72BC68
Complementary color
Monochromatic Colors of #72BC68
Black with #72BC68
Text Example
Text Example
White with #72BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC68; }
p { color: rgb(114,188,104); }
H1.HeaderClassName
{
color: #72BC68;
}
.AnyTagClassName
{
color: #72BC68;
}
</style>
background-color css
<style>
a { background-color: #72BC68; }
a { background-color: rgb(114,188,104); }
div.DivClassName
{
background-color: #72BC68;
}
.BgClassName
{
background-color: #72BC68;
}
</style>
border-color css
<style>
span { border-color: #72BC68; }
span { border-color: rgb(114,188,104); }
td.TdClassName
{
border-color: #72BC68;
}
.TagClassName
{
border-color: #72BC68;
}
</style>