Shades of Fern #72BA68
Tints of Fern #72BA68
RGB
CMYK
RGB Variations
Color information
#72BA68 (or 0x72BA68) is known color: Fern. HEX triplet: 72, BA and 68. RGB value is (114,186,104). Sum of RGB (Red+Green+Blue) = 114+186+104=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BA68 is #8D4597. Grayscale: #9B9B9B. Windows color (decimal): -9258392 or 6863474. OLE color: 6863474.
HSL color Cylindrical-coordinate representation of color #72BA68: hue angle of 112.68º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72BA68 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 186 | 104 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.27 |
| HSL | 112.68º | 0.37% | 0.57% | - |
| HSV(B) | 112.68º | 0.44% | 0.73% | - |
| XYZ | 27 | 39.69 | 19.34 | - |
| YUV | 155.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 186 | 104 | 0.39 | 0 | 0.44 | 0.27 | 112.68 | 0.37 | 0.57 |
| Hex | 72 | BA | 68 | 27 | 0 | 2C | 1B | 71 | 25 | 39 |
| Octal | 162 | 272 | 150 | 47 | 0 | 54 | 33 | 161 | 45 | 71 |
| Binary | 1110010 | 10111010 | 1101000 | 100111 | 0 | 101100 | 11011 | 1110001 | 100101 | 111001 |
Color Harmonies of #72BA68
Complementary color
Monochromatic Colors of #72BA68
Black with #72BA68
Text Example
Text Example
White with #72BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BA68; }
p { color: rgb(114,186,104); }
H1.HeaderClassName
{
color: #72BA68;
}
.AnyTagClassName
{
color: #72BA68;
}
</style>
background-color css
<style>
a { background-color: #72BA68; }
a { background-color: rgb(114,186,104); }
div.DivClassName
{
background-color: #72BA68;
}
.BgClassName
{
background-color: #72BA68;
}
</style>
border-color css
<style>
span { border-color: #72BA68; }
span { border-color: rgb(114,186,104); }
td.TdClassName
{
border-color: #72BA68;
}
.TagClassName
{
border-color: #72BA68;
}
</style>