Html Css Color HEX #0D7160 Tropical Rain Forest
📋 copy color: '#0D7160'red 13 ◦ green 113 ◦ blue 96
Shades of Tropical Rain Forest #0D7160
Tints of Tropical Rain Forest #0D7160
RGB
CMYK
RGB Variations
Color information
#0D7160 (or 0x0D7160) is known color: Tropical Rain Forest. HEX triplet: 0D, 71 and 60. RGB value is (13,113,96). Sum of RGB (Red+Green+Blue) = 13+113+96=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7160 is #F28E9F. Grayscale: #515151. Windows color (decimal): -15896224 or 6320397. OLE color: 6320397.
HSL color Cylindrical-coordinate representation of color #0D7160: hue angle of 169.8º degrees, saturation: 0.79, 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 #0D7160 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 96 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.56 |
| HSL | 169.8º | 0.79% | 0.25% | - |
| HSV(B) | 169.8º | 0.88% | 0.44% | - |
| XYZ | 8.18 | 12.74 | 13.09 | - |
| YUV | 81.16 | 136.37 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 96 | 0.88 | 0 | 0.15 | 0.56 | 169.8 | 0.79 | 0.25 |
| Hex | D | 71 | 60 | 58 | 0 | F | 38 | AA | 4F | 19 |
| Octal | 15 | 161 | 140 | 130 | 0 | 17 | 70 | 252 | 117 | 31 |
| Binary | 1101 | 1110001 | 1100000 | 1011000 | 0 | 1111 | 111000 | 10101010 | 1001111 | 11001 |
Color Harmonies of #0D7160
Complementary color
Monochromatic Colors of #0D7160
Black with #0D7160
Text Example
Text Example
White with #0D7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7160; }
p { color: rgb(13,113,96); }
H1.HeaderClassName
{
color: #0D7160;
}
.AnyTagClassName
{
color: #0D7160;
}
</style>
background-color css
<style>
a { background-color: #0D7160; }
a { background-color: rgb(13,113,96); }
div.DivClassName
{
background-color: #0D7160;
}
.BgClassName
{
background-color: #0D7160;
}
</style>
border-color css
<style>
span { border-color: #0D7160; }
span { border-color: rgb(13,113,96); }
td.TdClassName
{
border-color: #0D7160;
}
.TagClassName
{
border-color: #0D7160;
}
</style>