Html Css Color HEX #0E7059 Tropical Rain Forest
📋 copy color: '#0E7059'red 14 ◦ green 112 ◦ blue 89
Shades of Tropical Rain Forest #0E7059
Tints of Tropical Rain Forest #0E7059
RGB
CMYK
RGB Variations
Color information
#0E7059 (or 0x0E7059) is known color: Tropical Rain Forest. HEX triplet: 0E, 70 and 59. RGB value is (14,112,89). Sum of RGB (Red+Green+Blue) = 14+112+89=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7059 is #F18FA6. Grayscale: #505050. Windows color (decimal): -15830951 or 5861390. OLE color: 5861390.
HSL color Cylindrical-coordinate representation of color #0E7059: hue angle of 165.92º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7059 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 112 | 89 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.56 |
| HSL | 165.92º | 0.78% | 0.25% | - |
| HSV(B) | 165.92º | 0.88% | 0.44% | - |
| XYZ | 7.78 | 12.4 | 11.44 | - |
| YUV | 80.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 89 | 0.88 | 0 | 0.21 | 0.56 | 165.92 | 0.78 | 0.25 |
| Hex | E | 70 | 59 | 58 | 0 | 15 | 38 | A6 | 4E | 19 |
| Octal | 16 | 160 | 131 | 130 | 0 | 25 | 70 | 246 | 116 | 31 |
| Binary | 1110 | 1110000 | 1011001 | 1011000 | 0 | 10101 | 111000 | 10100110 | 1001110 | 11001 |
Color Harmonies of #0E7059
Complementary color
Monochromatic Colors of #0E7059
Black with #0E7059
Text Example
Text Example
White with #0E7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7059; }
p { color: rgb(14,112,89); }
H1.HeaderClassName
{
color: #0E7059;
}
.AnyTagClassName
{
color: #0E7059;
}
</style>
background-color css
<style>
a { background-color: #0E7059; }
a { background-color: rgb(14,112,89); }
div.DivClassName
{
background-color: #0E7059;
}
.BgClassName
{
background-color: #0E7059;
}
</style>
border-color css
<style>
span { border-color: #0E7059; }
span { border-color: rgb(14,112,89); }
td.TdClassName
{
border-color: #0E7059;
}
.TagClassName
{
border-color: #0E7059;
}
</style>