Html Css Color HEX #0E7163 Tropical Rain Forest
📋 copy color: '#0E7163'red 14 ◦ green 113 ◦ blue 99
Shades of Tropical Rain Forest #0E7163
Tints of Tropical Rain Forest #0E7163
RGB
CMYK
RGB Variations
Color information
#0E7163 (or 0x0E7163) is known color: Tropical Rain Forest. HEX triplet: 0E, 71 and 63. RGB value is (14,113,99). Sum of RGB (Red+Green+Blue) = 14+113+99=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #0E7163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7163 is #F18E9C. Grayscale: #515151. Windows color (decimal): -15830685 or 6517006. OLE color: 6517006.
HSL color Cylindrical-coordinate representation of color #0E7163: hue angle of 171.52º 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 #0E7163 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 113 | 99 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.56 |
| HSL | 171.52º | 0.78% | 0.25% | - |
| HSV(B) | 171.52º | 0.88% | 0.44% | - |
| XYZ | 8.34 | 12.8 | 13.84 | - |
| YUV | 81.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 113 | 99 | 0.88 | 0 | 0.12 | 0.56 | 171.52 | 0.78 | 0.25 |
| Hex | E | 71 | 63 | 58 | 0 | C | 38 | AC | 4E | 19 |
| Octal | 16 | 161 | 143 | 130 | 0 | 14 | 70 | 254 | 116 | 31 |
| Binary | 1110 | 1110001 | 1100011 | 1011000 | 0 | 1100 | 111000 | 10101100 | 1001110 | 11001 |
Color Harmonies of #0E7163
Complementary color
Monochromatic Colors of #0E7163
Black with #0E7163
Text Example
Text Example
White with #0E7163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7163; }
p { color: rgb(14,113,99); }
H1.HeaderClassName
{
color: #0E7163;
}
.AnyTagClassName
{
color: #0E7163;
}
</style>
background-color css
<style>
a { background-color: #0E7163; }
a { background-color: rgb(14,113,99); }
div.DivClassName
{
background-color: #0E7163;
}
.BgClassName
{
background-color: #0E7163;
}
</style>
border-color css
<style>
span { border-color: #0E7163; }
span { border-color: rgb(14,113,99); }
td.TdClassName
{
border-color: #0E7163;
}
.TagClassName
{
border-color: #0E7163;
}
</style>