Html Css Color HEX #0D7063 Tropical Rain Forest
📋 copy color: '#0D7063'red 13 ◦ green 112 ◦ blue 99
Shades of Tropical Rain Forest #0D7063
Tints of Tropical Rain Forest #0D7063
RGB
CMYK
RGB Variations
Color information
#0D7063 (or 0x0D7063) is known color: Tropical Rain Forest. HEX triplet: 0D, 70 and 63. RGB value is (13,112,99). Sum of RGB (Red+Green+Blue) = 13+112+99=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7063 is #F28F9C. Grayscale: #505050. Windows color (decimal): -15896477 or 6516749. OLE color: 6516749.
HSL color Cylindrical-coordinate representation of color #0D7063: hue angle of 172.12º 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 #0D7063 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 99 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.56 |
| HSL | 172.12º | 0.79% | 0.25% | - |
| HSV(B) | 172.12º | 0.88% | 0.44% | - |
| XYZ | 8.21 | 12.57 | 13.8 | - |
| YUV | 80.92 | 138.2 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 99 | 0.88 | 0 | 0.12 | 0.56 | 172.12 | 0.79 | 0.25 |
| Hex | D | 70 | 63 | 58 | 0 | C | 38 | AC | 4F | 19 |
| Octal | 15 | 160 | 143 | 130 | 0 | 14 | 70 | 254 | 117 | 31 |
| Binary | 1101 | 1110000 | 1100011 | 1011000 | 0 | 1100 | 111000 | 10101100 | 1001111 | 11001 |
Color Harmonies of #0D7063
Complementary color
Monochromatic Colors of #0D7063
Black with #0D7063
Text Example
Text Example
White with #0D7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7063; }
p { color: rgb(13,112,99); }
H1.HeaderClassName
{
color: #0D7063;
}
.AnyTagClassName
{
color: #0D7063;
}
</style>
background-color css
<style>
a { background-color: #0D7063; }
a { background-color: rgb(13,112,99); }
div.DivClassName
{
background-color: #0D7063;
}
.BgClassName
{
background-color: #0D7063;
}
</style>
border-color css
<style>
span { border-color: #0D7063; }
span { border-color: rgb(13,112,99); }
td.TdClassName
{
border-color: #0D7063;
}
.TagClassName
{
border-color: #0D7063;
}
</style>