Html Css Color HEX #0D7659 Tropical Rain Forest
📋 copy color: '#0D7659'red 13 ◦ green 118 ◦ blue 89
Shades of Tropical Rain Forest #0D7659
Tints of Tropical Rain Forest #0D7659
RGB
CMYK
RGB Variations
Color information
#0D7659 (or 0x0D7659) is known color: Tropical Rain Forest. HEX triplet: 0D, 76 and 59. RGB value is (13,118,89). Sum of RGB (Red+Green+Blue) = 13+118+89=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7659 is #F289A6. Grayscale: #535353. Windows color (decimal): -15894951 or 5862925. OLE color: 5862925.
HSL color Cylindrical-coordinate representation of color #0D7659: hue angle of 163.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7659 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 89 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.54 |
| HSL | 163.43º | 0.8% | 0.26% | - |
| HSV(B) | 163.43º | 0.89% | 0.46% | - |
| XYZ | 8.45 | 13.76 | 11.66 | - |
| YUV | 83.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 89 | 0.89 | 0 | 0.25 | 0.54 | 163.43 | 0.8 | 0.26 |
| Hex | D | 76 | 59 | 59 | 0 | 19 | 36 | A3 | 50 | 1A |
| Octal | 15 | 166 | 131 | 131 | 0 | 31 | 66 | 243 | 120 | 32 |
| Binary | 1101 | 1110110 | 1011001 | 1011001 | 0 | 11001 | 110110 | 10100011 | 1010000 | 11010 |
Color Harmonies of #0D7659
Complementary color
Monochromatic Colors of #0D7659
Black with #0D7659
Text Example
Text Example
White with #0D7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7659; }
p { color: rgb(13,118,89); }
H1.HeaderClassName
{
color: #0D7659;
}
.AnyTagClassName
{
color: #0D7659;
}
</style>
background-color css
<style>
a { background-color: #0D7659; }
a { background-color: rgb(13,118,89); }
div.DivClassName
{
background-color: #0D7659;
}
.BgClassName
{
background-color: #0D7659;
}
</style>
border-color css
<style>
span { border-color: #0D7659; }
span { border-color: rgb(13,118,89); }
td.TdClassName
{
border-color: #0D7659;
}
.TagClassName
{
border-color: #0D7659;
}
</style>