Html Css Color HEX #0E725E Tropical Rain Forest
📋 copy color: '#0E725E'red 14 ◦ green 114 ◦ blue 94
Shades of Tropical Rain Forest #0E725E
Tints of Tropical Rain Forest #0E725E
RGB
CMYK
RGB Variations
Color information
#0E725E (or 0x0E725E) is known color: Tropical Rain Forest. HEX triplet: 0E, 72 and 5E. RGB value is (14,114,94). Sum of RGB (Red+Green+Blue) = 14+114+94=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #0E725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E725E is #F18DA1. Grayscale: #515151. Windows color (decimal): -15830434 or 6189582. OLE color: 6189582.
HSL color Cylindrical-coordinate representation of color #0E725E: hue angle of 168º 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 #0E725E is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 114 | 94 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.55 |
| HSL | 168º | 0.78% | 0.25% | - |
| HSV(B) | 168º | 0.88% | 0.45% | - |
| XYZ | 8.22 | 12.94 | 12.65 | - |
| YUV | 81.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 94 | 0.88 | 0 | 0.18 | 0.55 | 168 | 0.78 | 0.25 |
| Hex | E | 72 | 5E | 58 | 0 | 12 | 37 | A8 | 4E | 19 |
| Octal | 16 | 162 | 136 | 130 | 0 | 22 | 67 | 250 | 116 | 31 |
| Binary | 1110 | 1110010 | 1011110 | 1011000 | 0 | 10010 | 110111 | 10101000 | 1001110 | 11001 |
Color Harmonies of #0E725E
Complementary color
Monochromatic Colors of #0E725E
Black with #0E725E
Text Example
Text Example
White with #0E725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E725E; }
p { color: rgb(14,114,94); }
H1.HeaderClassName
{
color: #0E725E;
}
.AnyTagClassName
{
color: #0E725E;
}
</style>
background-color css
<style>
a { background-color: #0E725E; }
a { background-color: rgb(14,114,94); }
div.DivClassName
{
background-color: #0E725E;
}
.BgClassName
{
background-color: #0E725E;
}
</style>
border-color css
<style>
span { border-color: #0E725E; }
span { border-color: rgb(14,114,94); }
td.TdClassName
{
border-color: #0E725E;
}
.TagClassName
{
border-color: #0E725E;
}
</style>