Html Css Color HEX #0E7265 Tropical Rain Forest
📋 copy color: '#0E7265'red 14 ◦ green 114 ◦ blue 101
Shades of Tropical Rain Forest #0E7265
Tints of Tropical Rain Forest #0E7265
RGB
CMYK
RGB Variations
Color information
#0E7265 (or 0x0E7265) is known color: Tropical Rain Forest. HEX triplet: 0E, 72 and 65. RGB value is (14,114,101). Sum of RGB (Red+Green+Blue) = 14+114+101=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #0E7265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7265 is #F18D9A. Grayscale: #525252. Windows color (decimal): -15830427 or 6648334. OLE color: 6648334.
HSL color Cylindrical-coordinate representation of color #0E7265: hue angle of 172.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7265 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 114 | 101 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.55 |
| HSL | 172.2º | 0.78% | 0.25% | - |
| HSV(B) | 172.2º | 0.88% | 0.45% | - |
| XYZ | 8.55 | 13.07 | 14.38 | - |
| YUV | 82.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 101 | 0.88 | 0 | 0.11 | 0.55 | 172.2 | 0.78 | 0.25 |
| Hex | E | 72 | 65 | 58 | 0 | B | 37 | AC | 4E | 19 |
| Octal | 16 | 162 | 145 | 130 | 0 | 13 | 67 | 254 | 116 | 31 |
| Binary | 1110 | 1110010 | 1100101 | 1011000 | 0 | 1011 | 110111 | 10101100 | 1001110 | 11001 |
Color Harmonies of #0E7265
Complementary color
Monochromatic Colors of #0E7265
Black with #0E7265
Text Example
Text Example
White with #0E7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7265; }
p { color: rgb(14,114,101); }
H1.HeaderClassName
{
color: #0E7265;
}
.AnyTagClassName
{
color: #0E7265;
}
</style>
background-color css
<style>
a { background-color: #0E7265; }
a { background-color: rgb(14,114,101); }
div.DivClassName
{
background-color: #0E7265;
}
.BgClassName
{
background-color: #0E7265;
}
</style>
border-color css
<style>
span { border-color: #0E7265; }
span { border-color: rgb(14,114,101); }
td.TdClassName
{
border-color: #0E7265;
}
.TagClassName
{
border-color: #0E7265;
}
</style>