Shades of Fern #72C07B
Tints of Fern #72C07B
RGB
CMYK
RGB Variations
Color information
#72C07B (or 0x72C07B) is known color: Fern. HEX triplet: 72, C0 and 7B. RGB value is (114,192,123). Sum of RGB (Red+Green+Blue) = 114+192+123=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #72C07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C07B is #8D3F84. Grayscale: #A1A1A1. Windows color (decimal): -9256837 or 8110194. OLE color: 8110194.
HSL color Cylindrical-coordinate representation of color #72C07B: hue angle of 126.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C07B is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 123 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.25 |
| HSL | 126.92º | 0.38% | 0.6% | - |
| HSV(B) | 126.92º | 0.41% | 0.75% | - |
| XYZ | 29.36 | 42.71 | 25.43 | - |
| YUV | 160.81 | 106.66 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 123 | 0.41 | 0 | 0.36 | 0.25 | 126.92 | 0.38 | 0.6 |
| Hex | 72 | C0 | 7B | 29 | 0 | 24 | 19 | 7F | 26 | 3C |
| Octal | 162 | 300 | 173 | 51 | 0 | 44 | 31 | 177 | 46 | 74 |
| Binary | 1110010 | 11000000 | 1111011 | 101001 | 0 | 100100 | 11001 | 1111111 | 100110 | 111100 |
Color Harmonies of #72C07B
Complementary color
Monochromatic Colors of #72C07B
Black with #72C07B
Text Example
Text Example
White with #72C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C07B; }
p { color: rgb(114,192,123); }
H1.HeaderClassName
{
color: #72C07B;
}
.AnyTagClassName
{
color: #72C07B;
}
</style>
background-color css
<style>
a { background-color: #72C07B; }
a { background-color: rgb(114,192,123); }
div.DivClassName
{
background-color: #72C07B;
}
.BgClassName
{
background-color: #72C07B;
}
</style>
border-color css
<style>
span { border-color: #72C07B; }
span { border-color: rgb(114,192,123); }
td.TdClassName
{
border-color: #72C07B;
}
.TagClassName
{
border-color: #72C07B;
}
</style>