Shades of Fern #72B37B
Tints of Fern #72B37B
RGB
CMYK
RGB Variations
Color information
#72B37B (or 0x72B37B) is known color: Fern. HEX triplet: 72, B3 and 7B. RGB value is (114,179,123). Sum of RGB (Red+Green+Blue) = 114+179+123=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #72B37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B37B is #8D4C84. Grayscale: #999999. Windows color (decimal): -9260165 or 8106866. OLE color: 8106866.
HSL color Cylindrical-coordinate representation of color #72B37B: hue angle of 128.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B37B is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 179 | 123 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.30 |
| HSL | 128.31º | 0.3% | 0.57% | - |
| HSV(B) | 128.31º | 0.36% | 0.7% | - |
| XYZ | 26.63 | 37.25 | 24.52 | - |
| YUV | 153.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 179 | 123 | 0.36 | 0 | 0.31 | 0.30 | 128.31 | 0.3 | 0.57 |
| Hex | 72 | B3 | 7B | 24 | 0 | 1F | 1E | 80 | 1E | 39 |
| Octal | 162 | 263 | 173 | 44 | 0 | 37 | 36 | 200 | 36 | 71 |
| Binary | 1110010 | 10110011 | 1111011 | 100100 | 0 | 11111 | 11110 | 10000000 | 11110 | 111001 |
Color Harmonies of #72B37B
Complementary color
Monochromatic Colors of #72B37B
Black with #72B37B
Text Example
Text Example
White with #72B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B37B; }
p { color: rgb(114,179,123); }
H1.HeaderClassName
{
color: #72B37B;
}
.AnyTagClassName
{
color: #72B37B;
}
</style>
background-color css
<style>
a { background-color: #72B37B; }
a { background-color: rgb(114,179,123); }
div.DivClassName
{
background-color: #72B37B;
}
.BgClassName
{
background-color: #72B37B;
}
</style>
border-color css
<style>
span { border-color: #72B37B; }
span { border-color: rgb(114,179,123); }
td.TdClassName
{
border-color: #72B37B;
}
.TagClassName
{
border-color: #72B37B;
}
</style>