Html Css Color HEX #0D725A Tropical Rain Forest
📋 copy color: '#0D725A'red 13 ◦ green 114 ◦ blue 90
Shades of Tropical Rain Forest #0D725A
Tints of Tropical Rain Forest #0D725A
RGB
CMYK
RGB Variations
Color information
#0D725A (or 0x0D725A) is known color: Tropical Rain Forest. HEX triplet: 0D, 72 and 5A. RGB value is (13,114,90). Sum of RGB (Red+Green+Blue) = 13+114+90=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #0D725A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D725A is #F28DA5. Grayscale: #515151. Windows color (decimal): -15895974 or 5927437. OLE color: 5927437.
HSL color Cylindrical-coordinate representation of color #0D725A: hue angle of 165.74º 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 #0D725A is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 114 | 90 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.55 |
| HSL | 165.74º | 0.8% | 0.25% | - |
| HSV(B) | 165.74º | 0.89% | 0.45% | - |
| XYZ | 8.03 | 12.86 | 11.73 | - |
| YUV | 81.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 114 | 90 | 0.89 | 0 | 0.21 | 0.55 | 165.74 | 0.8 | 0.25 |
| Hex | D | 72 | 5A | 59 | 0 | 15 | 37 | A6 | 50 | 19 |
| Octal | 15 | 162 | 132 | 131 | 0 | 25 | 67 | 246 | 120 | 31 |
| Binary | 1101 | 1110010 | 1011010 | 1011001 | 0 | 10101 | 110111 | 10100110 | 1010000 | 11001 |
Color Harmonies of #0D725A
Complementary color
Monochromatic Colors of #0D725A
Black with #0D725A
Text Example
Text Example
White with #0D725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D725A; }
p { color: rgb(13,114,90); }
H1.HeaderClassName
{
color: #0D725A;
}
.AnyTagClassName
{
color: #0D725A;
}
</style>
background-color css
<style>
a { background-color: #0D725A; }
a { background-color: rgb(13,114,90); }
div.DivClassName
{
background-color: #0D725A;
}
.BgClassName
{
background-color: #0D725A;
}
</style>
border-color css
<style>
span { border-color: #0D725A; }
span { border-color: rgb(13,114,90); }
td.TdClassName
{
border-color: #0D725A;
}
.TagClassName
{
border-color: #0D725A;
}
</style>