Html Css Color HEX #0E715B Tropical Rain Forest
📋 copy color: '#0E715B'red 14 ◦ green 113 ◦ blue 91
Shades of Tropical Rain Forest #0E715B
Tints of Tropical Rain Forest #0E715B
RGB
CMYK
RGB Variations
Color information
#0E715B (or 0x0E715B) is known color: Tropical Rain Forest. HEX triplet: 0E, 71 and 5B. RGB value is (14,113,91). Sum of RGB (Red+Green+Blue) = 14+113+91=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #0E715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E715B is #F18EA4. Grayscale: #505050. Windows color (decimal): -15830693 or 5992718. OLE color: 5992718.
HSL color Cylindrical-coordinate representation of color #0E715B: hue angle of 166.67º 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 #0E715B is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 113 | 91 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.56 |
| HSL | 166.67º | 0.78% | 0.25% | - |
| HSV(B) | 166.67º | 0.88% | 0.44% | - |
| XYZ | 7.97 | 12.66 | 11.92 | - |
| YUV | 80.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 91 | 0.88 | 0 | 0.19 | 0.56 | 166.67 | 0.78 | 0.25 |
| Hex | E | 71 | 5B | 58 | 0 | 13 | 38 | A7 | 4E | 19 |
| Octal | 16 | 161 | 133 | 130 | 0 | 23 | 70 | 247 | 116 | 31 |
| Binary | 1110 | 1110001 | 1011011 | 1011000 | 0 | 10011 | 111000 | 10100111 | 1001110 | 11001 |
Color Harmonies of #0E715B
Complementary color
Monochromatic Colors of #0E715B
Black with #0E715B
Text Example
Text Example
White with #0E715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E715B; }
p { color: rgb(14,113,91); }
H1.HeaderClassName
{
color: #0E715B;
}
.AnyTagClassName
{
color: #0E715B;
}
</style>
background-color css
<style>
a { background-color: #0E715B; }
a { background-color: rgb(14,113,91); }
div.DivClassName
{
background-color: #0E715B;
}
.BgClassName
{
background-color: #0E715B;
}
</style>
border-color css
<style>
span { border-color: #0E715B; }
span { border-color: rgb(14,113,91); }
td.TdClassName
{
border-color: #0E715B;
}
.TagClassName
{
border-color: #0E715B;
}
</style>