Html Css Color HEX #0D7558 Tropical Rain Forest
📋 copy color: '#0D7558'red 13 ◦ green 117 ◦ blue 88
Shades of Tropical Rain Forest #0D7558
Tints of Tropical Rain Forest #0D7558
RGB
CMYK
RGB Variations
Color information
#0D7558 (or 0x0D7558) is known color: Tropical Rain Forest. HEX triplet: 0D, 75 and 58. RGB value is (13,117,88). Sum of RGB (Red+Green+Blue) = 13+117+88=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7558 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7558 is #F28AA7. Grayscale: #525252. Windows color (decimal): -15895208 or 5797133. OLE color: 5797133.
HSL color Cylindrical-coordinate representation of color #0D7558: hue angle of 163.27º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7558 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 88 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.54 |
| HSL | 163.27º | 0.8% | 0.25% | - |
| HSV(B) | 163.27º | 0.89% | 0.46% | - |
| XYZ | 8.29 | 13.51 | 11.4 | - |
| YUV | 82.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 88 | 0.89 | 0 | 0.25 | 0.54 | 163.27 | 0.8 | 0.25 |
| Hex | D | 75 | 58 | 59 | 0 | 19 | 36 | A3 | 50 | 19 |
| Octal | 15 | 165 | 130 | 131 | 0 | 31 | 66 | 243 | 120 | 31 |
| Binary | 1101 | 1110101 | 1011000 | 1011001 | 0 | 11001 | 110110 | 10100011 | 1010000 | 11001 |
Color Harmonies of #0D7558
Complementary color
Monochromatic Colors of #0D7558
Black with #0D7558
Text Example
Text Example
White with #0D7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7558; }
p { color: rgb(13,117,88); }
H1.HeaderClassName
{
color: #0D7558;
}
.AnyTagClassName
{
color: #0D7558;
}
</style>
background-color css
<style>
a { background-color: #0D7558; }
a { background-color: rgb(13,117,88); }
div.DivClassName
{
background-color: #0D7558;
}
.BgClassName
{
background-color: #0D7558;
}
</style>
border-color css
<style>
span { border-color: #0D7558; }
span { border-color: rgb(13,117,88); }
td.TdClassName
{
border-color: #0D7558;
}
.TagClassName
{
border-color: #0D7558;
}
</style>