Html Css Color HEX #0D755A Tropical Rain Forest
📋 copy color: '#0D755A'red 13 ◦ green 117 ◦ blue 90
Shades of Tropical Rain Forest #0D755A
Tints of Tropical Rain Forest #0D755A
RGB
CMYK
RGB Variations
Color information
#0D755A (or 0x0D755A) is known color: Tropical Rain Forest. HEX triplet: 0D, 75 and 5A. RGB value is (13,117,90). Sum of RGB (Red+Green+Blue) = 13+117+90=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #0D755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D755A is #F28AA5. Grayscale: #525252. Windows color (decimal): -15895206 or 5928205. OLE color: 5928205.
HSL color Cylindrical-coordinate representation of color #0D755A: hue angle of 164.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D755A is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 90 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.54 |
| HSL | 164.42º | 0.8% | 0.25% | - |
| HSV(B) | 164.42º | 0.89% | 0.46% | - |
| XYZ | 8.37 | 13.55 | 11.85 | - |
| YUV | 82.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 90 | 0.89 | 0 | 0.23 | 0.54 | 164.42 | 0.8 | 0.25 |
| Hex | D | 75 | 5A | 59 | 0 | 17 | 36 | A4 | 50 | 19 |
| Octal | 15 | 165 | 132 | 131 | 0 | 27 | 66 | 244 | 120 | 31 |
| Binary | 1101 | 1110101 | 1011010 | 1011001 | 0 | 10111 | 110110 | 10100100 | 1010000 | 11001 |
Color Harmonies of #0D755A
Complementary color
Monochromatic Colors of #0D755A
Black with #0D755A
Text Example
Text Example
White with #0D755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D755A; }
p { color: rgb(13,117,90); }
H1.HeaderClassName
{
color: #0D755A;
}
.AnyTagClassName
{
color: #0D755A;
}
</style>
background-color css
<style>
a { background-color: #0D755A; }
a { background-color: rgb(13,117,90); }
div.DivClassName
{
background-color: #0D755A;
}
.BgClassName
{
background-color: #0D755A;
}
</style>
border-color css
<style>
span { border-color: #0D755A; }
span { border-color: rgb(13,117,90); }
td.TdClassName
{
border-color: #0D755A;
}
.TagClassName
{
border-color: #0D755A;
}
</style>