Shades of Fern #72BC6B
Tints of Fern #72BC6B
RGB
CMYK
RGB Variations
Color information
#72BC6B (or 0x72BC6B) is known color: Fern. HEX triplet: 72, BC and 6B. RGB value is (114,188,107). Sum of RGB (Red+Green+Blue) = 114+188+107=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC6B is #8D4394. Grayscale: #9C9C9C. Windows color (decimal): -9257877 or 7060594. OLE color: 7060594.
HSL color Cylindrical-coordinate representation of color #72BC6B: hue angle of 114.81º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72BC6B is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 107 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.26 |
| HSL | 114.81º | 0.38% | 0.58% | - |
| HSV(B) | 114.81º | 0.43% | 0.74% | - |
| XYZ | 27.58 | 40.61 | 20.29 | - |
| YUV | 156.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 107 | 0.39 | 0 | 0.43 | 0.26 | 114.81 | 0.38 | 0.58 |
| Hex | 72 | BC | 6B | 27 | 0 | 2B | 1A | 73 | 26 | 3A |
| Octal | 162 | 274 | 153 | 47 | 0 | 53 | 32 | 163 | 46 | 72 |
| Binary | 1110010 | 10111100 | 1101011 | 100111 | 0 | 101011 | 11010 | 1110011 | 100110 | 111010 |
Color Harmonies of #72BC6B
Complementary color
Monochromatic Colors of #72BC6B
Black with #72BC6B
Text Example
Text Example
White with #72BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC6B; }
p { color: rgb(114,188,107); }
H1.HeaderClassName
{
color: #72BC6B;
}
.AnyTagClassName
{
color: #72BC6B;
}
</style>
background-color css
<style>
a { background-color: #72BC6B; }
a { background-color: rgb(114,188,107); }
div.DivClassName
{
background-color: #72BC6B;
}
.BgClassName
{
background-color: #72BC6B;
}
</style>
border-color css
<style>
span { border-color: #72BC6B; }
span { border-color: rgb(114,188,107); }
td.TdClassName
{
border-color: #72BC6B;
}
.TagClassName
{
border-color: #72BC6B;
}
</style>