Html Css Color HEX #0E705F Tropical Rain Forest
📋 copy color: '#0E705F'red 14 ◦ green 112 ◦ blue 95
Shades of Tropical Rain Forest #0E705F
Tints of Tropical Rain Forest #0E705F
RGB
CMYK
RGB Variations
Color information
#0E705F (or 0x0E705F) is known color: Tropical Rain Forest. HEX triplet: 0E, 70 and 5F. RGB value is (14,112,95). Sum of RGB (Red+Green+Blue) = 14+112+95=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #0E705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E705F is #F18FA0. Grayscale: #505050. Windows color (decimal): -15830945 or 6254606. OLE color: 6254606.
HSL color Cylindrical-coordinate representation of color #0E705F: hue angle of 169.59º 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 #0E705F is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 112 | 95 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.56 |
| HSL | 169.59º | 0.78% | 0.25% | - |
| HSV(B) | 169.59º | 0.88% | 0.44% | - |
| XYZ | 8.04 | 12.51 | 12.82 | - |
| YUV | 80.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 95 | 0.88 | 0 | 0.15 | 0.56 | 169.59 | 0.78 | 0.25 |
| Hex | E | 70 | 5F | 58 | 0 | F | 38 | AA | 4E | 19 |
| Octal | 16 | 160 | 137 | 130 | 0 | 17 | 70 | 252 | 116 | 31 |
| Binary | 1110 | 1110000 | 1011111 | 1011000 | 0 | 1111 | 111000 | 10101010 | 1001110 | 11001 |
Color Harmonies of #0E705F
Complementary color
Monochromatic Colors of #0E705F
Black with #0E705F
Text Example
Text Example
White with #0E705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E705F; }
p { color: rgb(14,112,95); }
H1.HeaderClassName
{
color: #0E705F;
}
.AnyTagClassName
{
color: #0E705F;
}
</style>
background-color css
<style>
a { background-color: #0E705F; }
a { background-color: rgb(14,112,95); }
div.DivClassName
{
background-color: #0E705F;
}
.BgClassName
{
background-color: #0E705F;
}
</style>
border-color css
<style>
span { border-color: #0E705F; }
span { border-color: rgb(14,112,95); }
td.TdClassName
{
border-color: #0E705F;
}
.TagClassName
{
border-color: #0E705F;
}
</style>