Html Css Color HEX #0D7759 Tropical Rain Forest
📋 copy color: '#0D7759'red 13 ◦ green 119 ◦ blue 89
Shades of Tropical Rain Forest #0D7759
Tints of Tropical Rain Forest #0D7759
RGB
CMYK
RGB Variations
Color information
#0D7759 (or 0x0D7759) is known color: Tropical Rain Forest. HEX triplet: 0D, 77 and 59. RGB value is (13,119,89). Sum of RGB (Red+Green+Blue) = 13+119+89=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7759 is #F288A6. Grayscale: #535353. Windows color (decimal): -15894695 or 5863181. OLE color: 5863181.
HSL color Cylindrical-coordinate representation of color #0D7759: hue angle of 163.02º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7759 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 89 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.53 |
| HSL | 163.02º | 0.8% | 0.26% | - |
| HSV(B) | 163.02º | 0.89% | 0.47% | - |
| XYZ | 8.57 | 14 | 11.7 | - |
| YUV | 83.89 | 130.88 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 89 | 0.89 | 0 | 0.25 | 0.53 | 163.02 | 0.8 | 0.26 |
| Hex | D | 77 | 59 | 59 | 0 | 19 | 35 | A3 | 50 | 1A |
| Octal | 15 | 167 | 131 | 131 | 0 | 31 | 65 | 243 | 120 | 32 |
| Binary | 1101 | 1110111 | 1011001 | 1011001 | 0 | 11001 | 110101 | 10100011 | 1010000 | 11010 |
Color Harmonies of #0D7759
Complementary color
Monochromatic Colors of #0D7759
Black with #0D7759
Text Example
Text Example
White with #0D7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7759; }
p { color: rgb(13,119,89); }
H1.HeaderClassName
{
color: #0D7759;
}
.AnyTagClassName
{
color: #0D7759;
}
</style>
background-color css
<style>
a { background-color: #0D7759; }
a { background-color: rgb(13,119,89); }
div.DivClassName
{
background-color: #0D7759;
}
.BgClassName
{
background-color: #0D7759;
}
</style>
border-color css
<style>
span { border-color: #0D7759; }
span { border-color: rgb(13,119,89); }
td.TdClassName
{
border-color: #0D7759;
}
.TagClassName
{
border-color: #0D7759;
}
</style>