Html Css Color HEX #0E7062 Tropical Rain Forest
📋 copy color: '#0E7062'red 14 ◦ green 112 ◦ blue 98
Shades of Tropical Rain Forest #0E7062
Tints of Tropical Rain Forest #0E7062
RGB
CMYK
RGB Variations
Color information
#0E7062 (or 0x0E7062) is known color: Tropical Rain Forest. HEX triplet: 0E, 70 and 62. RGB value is (14,112,98). Sum of RGB (Red+Green+Blue) = 14+112+98=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7062 is #F18F9D. Grayscale: #515151. Windows color (decimal): -15830942 or 6451214. OLE color: 6451214.
HSL color Cylindrical-coordinate representation of color #0E7062: hue angle of 171.43º 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 #0E7062 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 112 | 98 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.56 |
| HSL | 171.43º | 0.78% | 0.25% | - |
| HSV(B) | 171.43º | 0.88% | 0.44% | - |
| XYZ | 8.18 | 12.56 | 13.55 | - |
| YUV | 81.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 98 | 0.88 | 0 | 0.13 | 0.56 | 171.43 | 0.78 | 0.25 |
| Hex | E | 70 | 62 | 58 | 0 | D | 38 | AB | 4E | 19 |
| Octal | 16 | 160 | 142 | 130 | 0 | 15 | 70 | 253 | 116 | 31 |
| Binary | 1110 | 1110000 | 1100010 | 1011000 | 0 | 1101 | 111000 | 10101011 | 1001110 | 11001 |
Color Harmonies of #0E7062
Complementary color
Monochromatic Colors of #0E7062
Black with #0E7062
Text Example
Text Example
White with #0E7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7062; }
p { color: rgb(14,112,98); }
H1.HeaderClassName
{
color: #0E7062;
}
.AnyTagClassName
{
color: #0E7062;
}
</style>
background-color css
<style>
a { background-color: #0E7062; }
a { background-color: rgb(14,112,98); }
div.DivClassName
{
background-color: #0E7062;
}
.BgClassName
{
background-color: #0E7062;
}
</style>
border-color css
<style>
span { border-color: #0E7062; }
span { border-color: rgb(14,112,98); }
td.TdClassName
{
border-color: #0E7062;
}
.TagClassName
{
border-color: #0E7062;
}
</style>