Html Css Color HEX #0D755E Tropical Rain Forest
📋 copy color: '#0D755E'red 13 ◦ green 117 ◦ blue 94
Shades of Tropical Rain Forest #0D755E
Tints of Tropical Rain Forest #0D755E
RGB
CMYK
RGB Variations
Color information
#0D755E (or 0x0D755E) is known color: Tropical Rain Forest. HEX triplet: 0D, 75 and 5E. RGB value is (13,117,94). Sum of RGB (Red+Green+Blue) = 13+117+94=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #0D755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D755E is #F28AA1. Grayscale: #535353. Windows color (decimal): -15895202 or 6190349. OLE color: 6190349.
HSL color Cylindrical-coordinate representation of color #0D755E: hue angle of 166.73º 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 #0D755E is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 94 | - |
| CMYK | 0.89 | 0 | 0.20 | 0.54 |
| HSL | 166.73º | 0.8% | 0.25% | - |
| HSV(B) | 166.73º | 0.89% | 0.46% | - |
| XYZ | 8.55 | 13.62 | 12.77 | - |
| YUV | 83.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 94 | 0.89 | 0 | 0.20 | 0.54 | 166.73 | 0.8 | 0.25 |
| Hex | D | 75 | 5E | 59 | 0 | 14 | 36 | A7 | 50 | 19 |
| Octal | 15 | 165 | 136 | 131 | 0 | 24 | 66 | 247 | 120 | 31 |
| Binary | 1101 | 1110101 | 1011110 | 1011001 | 0 | 10100 | 110110 | 10100111 | 1010000 | 11001 |
Color Harmonies of #0D755E
Complementary color
Monochromatic Colors of #0D755E
Black with #0D755E
Text Example
Text Example
White with #0D755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D755E; }
p { color: rgb(13,117,94); }
H1.HeaderClassName
{
color: #0D755E;
}
.AnyTagClassName
{
color: #0D755E;
}
</style>
background-color css
<style>
a { background-color: #0D755E; }
a { background-color: rgb(13,117,94); }
div.DivClassName
{
background-color: #0D755E;
}
.BgClassName
{
background-color: #0D755E;
}
</style>
border-color css
<style>
span { border-color: #0D755E; }
span { border-color: rgb(13,117,94); }
td.TdClassName
{
border-color: #0D755E;
}
.TagClassName
{
border-color: #0D755E;
}
</style>