Html Css Color HEX #0D7658 Tropical Rain Forest
📋 copy color: '#0D7658'red 13 ◦ green 118 ◦ blue 88
Shades of Tropical Rain Forest #0D7658
Tints of Tropical Rain Forest #0D7658
RGB
CMYK
RGB Variations
Color information
#0D7658 (or 0x0D7658) is known color: Tropical Rain Forest. HEX triplet: 0D, 76 and 58. RGB value is (13,118,88). Sum of RGB (Red+Green+Blue) = 13+118+88=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7658 is #F289A7. Grayscale: #535353. Windows color (decimal): -15894952 or 5797389. OLE color: 5797389.
HSL color Cylindrical-coordinate representation of color #0D7658: hue angle of 162.86º 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 #0D7658 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 88 | - |
| CMYK | 0.89 | 0 | 0.25 | 0.54 |
| HSL | 162.86º | 0.8% | 0.26% | - |
| HSV(B) | 162.86º | 0.89% | 0.46% | - |
| XYZ | 8.41 | 13.75 | 11.44 | - |
| YUV | 83.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 88 | 0.89 | 0 | 0.25 | 0.54 | 162.86 | 0.8 | 0.26 |
| Hex | D | 76 | 58 | 59 | 0 | 19 | 36 | A3 | 50 | 1A |
| Octal | 15 | 166 | 130 | 131 | 0 | 31 | 66 | 243 | 120 | 32 |
| Binary | 1101 | 1110110 | 1011000 | 1011001 | 0 | 11001 | 110110 | 10100011 | 1010000 | 11010 |
Color Harmonies of #0D7658
Complementary color
Monochromatic Colors of #0D7658
Black with #0D7658
Text Example
Text Example
White with #0D7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7658; }
p { color: rgb(13,118,88); }
H1.HeaderClassName
{
color: #0D7658;
}
.AnyTagClassName
{
color: #0D7658;
}
</style>
background-color css
<style>
a { background-color: #0D7658; }
a { background-color: rgb(13,118,88); }
div.DivClassName
{
background-color: #0D7658;
}
.BgClassName
{
background-color: #0D7658;
}
</style>
border-color css
<style>
span { border-color: #0D7658; }
span { border-color: rgb(13,118,88); }
td.TdClassName
{
border-color: #0D7658;
}
.TagClassName
{
border-color: #0D7658;
}
</style>