Shades of Fern #72BC7B
Tints of Fern #72BC7B
RGB
CMYK
RGB Variations
Color information
#72BC7B (or 0x72BC7B) is known color: Fern. HEX triplet: 72, BC and 7B. RGB value is (114,188,123). Sum of RGB (Red+Green+Blue) = 114+188+123=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC7B is #8D4384. Grayscale: #9E9E9E. Windows color (decimal): -9257861 or 8109170. OLE color: 8109170.
HSL color Cylindrical-coordinate representation of color #72BC7B: hue angle of 127.3º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BC7B is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 123 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.26 |
| HSL | 127.3º | 0.36% | 0.59% | - |
| HSV(B) | 127.3º | 0.39% | 0.74% | - |
| XYZ | 28.5 | 40.97 | 25.15 | - |
| YUV | 158.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 123 | 0.39 | 0 | 0.35 | 0.26 | 127.3 | 0.36 | 0.59 |
| Hex | 72 | BC | 7B | 27 | 0 | 23 | 1A | 7F | 24 | 3B |
| Octal | 162 | 274 | 173 | 47 | 0 | 43 | 32 | 177 | 44 | 73 |
| Binary | 1110010 | 10111100 | 1111011 | 100111 | 0 | 100011 | 11010 | 1111111 | 100100 | 111011 |
Color Harmonies of #72BC7B
Complementary color
Monochromatic Colors of #72BC7B
Black with #72BC7B
Text Example
Text Example
White with #72BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC7B; }
p { color: rgb(114,188,123); }
H1.HeaderClassName
{
color: #72BC7B;
}
.AnyTagClassName
{
color: #72BC7B;
}
</style>
background-color css
<style>
a { background-color: #72BC7B; }
a { background-color: rgb(114,188,123); }
div.DivClassName
{
background-color: #72BC7B;
}
.BgClassName
{
background-color: #72BC7B;
}
</style>
border-color css
<style>
span { border-color: #72BC7B; }
span { border-color: rgb(114,188,123); }
td.TdClassName
{
border-color: #72BC7B;
}
.TagClassName
{
border-color: #72BC7B;
}
</style>