Html Css Color HEX #0D7461 Tropical Rain Forest
📋 copy color: '#0D7461'red 13 ◦ green 116 ◦ blue 97
Shades of Tropical Rain Forest #0D7461
Tints of Tropical Rain Forest #0D7461
RGB
CMYK
RGB Variations
Color information
#0D7461 (or 0x0D7461) is known color: Tropical Rain Forest. HEX triplet: 0D, 74 and 61. RGB value is (13,116,97). Sum of RGB (Red+Green+Blue) = 13+116+97=226 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.75% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7461 is #F28B9E. Grayscale: #535353. Windows color (decimal): -15895455 or 6386701. OLE color: 6386701.
HSL color Cylindrical-coordinate representation of color #0D7461: hue angle of 168.93º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7461 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 97 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.55 |
| HSL | 168.93º | 0.8% | 0.25% | - |
| HSV(B) | 168.93º | 0.89% | 0.45% | - |
| XYZ | 8.57 | 13.44 | 13.45 | - |
| YUV | 83.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 97 | 0.89 | 0 | 0.16 | 0.55 | 168.93 | 0.8 | 0.25 |
| Hex | D | 74 | 61 | 59 | 0 | 10 | 37 | A9 | 50 | 19 |
| Octal | 15 | 164 | 141 | 131 | 0 | 20 | 67 | 251 | 120 | 31 |
| Binary | 1101 | 1110100 | 1100001 | 1011001 | 0 | 10000 | 110111 | 10101001 | 1010000 | 11001 |
Color Harmonies of #0D7461
Complementary color
Monochromatic Colors of #0D7461
Black with #0D7461
Text Example
Text Example
White with #0D7461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7461; }
p { color: rgb(13,116,97); }
H1.HeaderClassName
{
color: #0D7461;
}
.AnyTagClassName
{
color: #0D7461;
}
</style>
background-color css
<style>
a { background-color: #0D7461; }
a { background-color: rgb(13,116,97); }
div.DivClassName
{
background-color: #0D7461;
}
.BgClassName
{
background-color: #0D7461;
}
</style>
border-color css
<style>
span { border-color: #0D7461; }
span { border-color: rgb(13,116,97); }
td.TdClassName
{
border-color: #0D7461;
}
.TagClassName
{
border-color: #0D7461;
}
</style>