Html Css Color HEX #0D7464 Tropical Rain Forest
📋 copy color: '#0D7464'red 13 ◦ green 116 ◦ blue 100
Shades of Tropical Rain Forest #0D7464
Tints of Tropical Rain Forest #0D7464
RGB
CMYK
RGB Variations
Color information
#0D7464 (or 0x0D7464) is known color: Tropical Rain Forest. HEX triplet: 0D, 74 and 64. RGB value is (13,116,100). Sum of RGB (Red+Green+Blue) = 13+116+100=229 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.68% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7464 is #F28B9B. Grayscale: #535353. Windows color (decimal): -15895452 or 6583309. OLE color: 6583309.
HSL color Cylindrical-coordinate representation of color #0D7464: hue angle of 170.68º 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 #0D7464 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 116 | 100 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.55 |
| HSL | 170.68º | 0.8% | 0.25% | - |
| HSV(B) | 170.68º | 0.89% | 0.45% | - |
| XYZ | 8.71 | 13.5 | 14.2 | - |
| YUV | 83.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 116 | 100 | 0.89 | 0 | 0.14 | 0.55 | 170.68 | 0.8 | 0.25 |
| Hex | D | 74 | 64 | 59 | 0 | E | 37 | AB | 50 | 19 |
| Octal | 15 | 164 | 144 | 131 | 0 | 16 | 67 | 253 | 120 | 31 |
| Binary | 1101 | 1110100 | 1100100 | 1011001 | 0 | 1110 | 110111 | 10101011 | 1010000 | 11001 |
Color Harmonies of #0D7464
Complementary color
Monochromatic Colors of #0D7464
Black with #0D7464
Text Example
Text Example
White with #0D7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7464; }
p { color: rgb(13,116,100); }
H1.HeaderClassName
{
color: #0D7464;
}
.AnyTagClassName
{
color: #0D7464;
}
</style>
background-color css
<style>
a { background-color: #0D7464; }
a { background-color: rgb(13,116,100); }
div.DivClassName
{
background-color: #0D7464;
}
.BgClassName
{
background-color: #0D7464;
}
</style>
border-color css
<style>
span { border-color: #0D7464; }
span { border-color: rgb(13,116,100); }
td.TdClassName
{
border-color: #0D7464;
}
.TagClassName
{
border-color: #0D7464;
}
</style>