Shades of Fern #72BD7B
Tints of Fern #72BD7B
RGB
CMYK
RGB Variations
Color information
#72BD7B (or 0x72BD7B) is known color: Fern. HEX triplet: 72, BD and 7B. RGB value is (114,189,123). Sum of RGB (Red+Green+Blue) = 114+189+123=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BD7B is #8D4284. Grayscale: #9F9F9F. Windows color (decimal): -9257605 or 8109426. OLE color: 8109426.
HSL color Cylindrical-coordinate representation of color #72BD7B: hue angle of 127.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BD7B is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 123 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.26 |
| HSL | 127.2º | 0.36% | 0.59% | - |
| HSV(B) | 127.2º | 0.4% | 0.74% | - |
| XYZ | 28.71 | 41.4 | 25.22 | - |
| YUV | 159.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 123 | 0.40 | 0 | 0.35 | 0.26 | 127.2 | 0.36 | 0.59 |
| Hex | 72 | BD | 7B | 28 | 0 | 23 | 1A | 7F | 24 | 3B |
| Octal | 162 | 275 | 173 | 50 | 0 | 43 | 32 | 177 | 44 | 73 |
| Binary | 1110010 | 10111101 | 1111011 | 101000 | 0 | 100011 | 11010 | 1111111 | 100100 | 111011 |
Color Harmonies of #72BD7B
Complementary color
Monochromatic Colors of #72BD7B
Black with #72BD7B
Text Example
Text Example
White with #72BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD7B; }
p { color: rgb(114,189,123); }
H1.HeaderClassName
{
color: #72BD7B;
}
.AnyTagClassName
{
color: #72BD7B;
}
</style>
background-color css
<style>
a { background-color: #72BD7B; }
a { background-color: rgb(114,189,123); }
div.DivClassName
{
background-color: #72BD7B;
}
.BgClassName
{
background-color: #72BD7B;
}
</style>
border-color css
<style>
span { border-color: #72BD7B; }
span { border-color: rgb(114,189,123); }
td.TdClassName
{
border-color: #72BD7B;
}
.TagClassName
{
border-color: #72BD7B;
}
</style>