Html Css Color HEX #0D715E Tropical Rain Forest
📋 copy color: '#0D715E'red 13 ◦ green 113 ◦ blue 94
Shades of Tropical Rain Forest #0D715E
Tints of Tropical Rain Forest #0D715E
RGB
CMYK
RGB Variations
Color information
#0D715E (or 0x0D715E) is known color: Tropical Rain Forest. HEX triplet: 0D, 71 and 5E. RGB value is (13,113,94). Sum of RGB (Red+Green+Blue) = 13+113+94=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #0D715E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D715E is #F28EA1. Grayscale: #505050. Windows color (decimal): -15896226 or 6189325. OLE color: 6189325.
HSL color Cylindrical-coordinate representation of color #0D715E: hue angle of 168.6º 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 #0D715E is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 94 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.56 |
| HSL | 168.6º | 0.79% | 0.25% | - |
| HSV(B) | 168.6º | 0.88% | 0.44% | - |
| XYZ | 8.09 | 12.7 | 12.62 | - |
| YUV | 80.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 94 | 0.88 | 0 | 0.17 | 0.56 | 168.6 | 0.79 | 0.25 |
| Hex | D | 71 | 5E | 58 | 0 | 11 | 38 | A9 | 4F | 19 |
| Octal | 15 | 161 | 136 | 130 | 0 | 21 | 70 | 251 | 117 | 31 |
| Binary | 1101 | 1110001 | 1011110 | 1011000 | 0 | 10001 | 111000 | 10101001 | 1001111 | 11001 |
Color Harmonies of #0D715E
Complementary color
Monochromatic Colors of #0D715E
Black with #0D715E
Text Example
Text Example
White with #0D715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D715E; }
p { color: rgb(13,113,94); }
H1.HeaderClassName
{
color: #0D715E;
}
.AnyTagClassName
{
color: #0D715E;
}
</style>
background-color css
<style>
a { background-color: #0D715E; }
a { background-color: rgb(13,113,94); }
div.DivClassName
{
background-color: #0D715E;
}
.BgClassName
{
background-color: #0D715E;
}
</style>
border-color css
<style>
span { border-color: #0D715E; }
span { border-color: rgb(13,113,94); }
td.TdClassName
{
border-color: #0D715E;
}
.TagClassName
{
border-color: #0D715E;
}
</style>