Html Css Color HEX #0E7060 Tropical Rain Forest
📋 copy color: '#0E7060'red 14 ◦ green 112 ◦ blue 96
Shades of Tropical Rain Forest #0E7060
Tints of Tropical Rain Forest #0E7060
RGB
CMYK
RGB Variations
Color information
#0E7060 (or 0x0E7060) is known color: Tropical Rain Forest. HEX triplet: 0E, 70 and 60. RGB value is (14,112,96). Sum of RGB (Red+Green+Blue) = 14+112+96=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7060 is #F18F9F. Grayscale: #505050. Windows color (decimal): -15830944 or 6320142. OLE color: 6320142.
HSL color Cylindrical-coordinate representation of color #0E7060: hue angle of 170.2º 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 #0E7060 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 112 | 96 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.56 |
| HSL | 170.2º | 0.78% | 0.25% | - |
| HSV(B) | 170.2º | 0.88% | 0.44% | - |
| XYZ | 8.09 | 12.53 | 13.06 | - |
| YUV | 80.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 96 | 0.88 | 0 | 0.14 | 0.56 | 170.2 | 0.78 | 0.25 |
| Hex | E | 70 | 60 | 58 | 0 | E | 38 | AA | 4E | 19 |
| Octal | 16 | 160 | 140 | 130 | 0 | 16 | 70 | 252 | 116 | 31 |
| Binary | 1110 | 1110000 | 1100000 | 1011000 | 0 | 1110 | 111000 | 10101010 | 1001110 | 11001 |
Color Harmonies of #0E7060
Complementary color
Monochromatic Colors of #0E7060
Black with #0E7060
Text Example
Text Example
White with #0E7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7060; }
p { color: rgb(14,112,96); }
H1.HeaderClassName
{
color: #0E7060;
}
.AnyTagClassName
{
color: #0E7060;
}
</style>
background-color css
<style>
a { background-color: #0E7060; }
a { background-color: rgb(14,112,96); }
div.DivClassName
{
background-color: #0E7060;
}
.BgClassName
{
background-color: #0E7060;
}
</style>
border-color css
<style>
span { border-color: #0E7060; }
span { border-color: rgb(14,112,96); }
td.TdClassName
{
border-color: #0E7060;
}
.TagClassName
{
border-color: #0E7060;
}
</style>