Html Css Color HEX #0D7463 Tropical Rain Forest
📋 copy color: '#0D7463'red 13 ◦ green 116 ◦ blue 99
Shades of Tropical Rain Forest #0D7463
Tints of Tropical Rain Forest #0D7463
RGB
CMYK
RGB Variations
Color information
#0D7463 (or 0x0D7463) is known color: Tropical Rain Forest. HEX triplet: 0D, 74 and 63. RGB value is (13,116,99). Sum of RGB (Red+Green+Blue) = 13+116+99=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7463 is #F28B9C. Grayscale: #535353. Windows color (decimal): -15895453 or 6517773. OLE color: 6517773.
HSL color Cylindrical-coordinate representation of color #0D7463: hue angle of 170.1º 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 #0D7463 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 99 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.55 |
| HSL | 170.1º | 0.8% | 0.25% | - |
| HSV(B) | 170.1º | 0.89% | 0.45% | - |
| XYZ | 8.66 | 13.48 | 13.95 | - |
| YUV | 83.27 | 136.88 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 99 | 0.89 | 0 | 0.15 | 0.55 | 170.1 | 0.8 | 0.25 |
| Hex | D | 74 | 63 | 59 | 0 | F | 37 | AA | 50 | 19 |
| Octal | 15 | 164 | 143 | 131 | 0 | 17 | 67 | 252 | 120 | 31 |
| Binary | 1101 | 1110100 | 1100011 | 1011001 | 0 | 1111 | 110111 | 10101010 | 1010000 | 11001 |
Color Harmonies of #0D7463
Complementary color
Monochromatic Colors of #0D7463
Black with #0D7463
Text Example
Text Example
White with #0D7463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7463; }
p { color: rgb(13,116,99); }
H1.HeaderClassName
{
color: #0D7463;
}
.AnyTagClassName
{
color: #0D7463;
}
</style>
background-color css
<style>
a { background-color: #0D7463; }
a { background-color: rgb(13,116,99); }
div.DivClassName
{
background-color: #0D7463;
}
.BgClassName
{
background-color: #0D7463;
}
</style>
border-color css
<style>
span { border-color: #0D7463; }
span { border-color: rgb(13,116,99); }
td.TdClassName
{
border-color: #0D7463;
}
.TagClassName
{
border-color: #0D7463;
}
</style>