Html Css Color HEX #0D705F Tropical Rain Forest
📋 copy color: '#0D705F'red 13 ◦ green 112 ◦ blue 95
Shades of Tropical Rain Forest #0D705F
Tints of Tropical Rain Forest #0D705F
RGB
CMYK
RGB Variations
Color information
#0D705F (or 0x0D705F) is known color: Tropical Rain Forest. HEX triplet: 0D, 70 and 5F. RGB value is (13,112,95). Sum of RGB (Red+Green+Blue) = 13+112+95=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #0D705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D705F is #F28FA0. Grayscale: #505050. Windows color (decimal): -15896481 or 6254605. OLE color: 6254605.
HSL color Cylindrical-coordinate representation of color #0D705F: hue angle of 169.7º 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 #0D705F is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 95 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.56 |
| HSL | 169.7º | 0.79% | 0.25% | - |
| HSV(B) | 169.7º | 0.88% | 0.44% | - |
| XYZ | 8.03 | 12.5 | 12.82 | - |
| YUV | 80.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 95 | 0.88 | 0 | 0.15 | 0.56 | 169.7 | 0.79 | 0.25 |
| Hex | D | 70 | 5F | 58 | 0 | F | 38 | AA | 4F | 19 |
| Octal | 15 | 160 | 137 | 130 | 0 | 17 | 70 | 252 | 117 | 31 |
| Binary | 1101 | 1110000 | 1011111 | 1011000 | 0 | 1111 | 111000 | 10101010 | 1001111 | 11001 |
Color Harmonies of #0D705F
Complementary color
Monochromatic Colors of #0D705F
Black with #0D705F
Text Example
Text Example
White with #0D705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D705F; }
p { color: rgb(13,112,95); }
H1.HeaderClassName
{
color: #0D705F;
}
.AnyTagClassName
{
color: #0D705F;
}
</style>
background-color css
<style>
a { background-color: #0D705F; }
a { background-color: rgb(13,112,95); }
div.DivClassName
{
background-color: #0D705F;
}
.BgClassName
{
background-color: #0D705F;
}
</style>
border-color css
<style>
span { border-color: #0D705F; }
span { border-color: rgb(13,112,95); }
td.TdClassName
{
border-color: #0D705F;
}
.TagClassName
{
border-color: #0D705F;
}
</style>