Html Css Color HEX #0D765C Tropical Rain Forest
📋 copy color: '#0D765C'red 13 ◦ green 118 ◦ blue 92
Shades of Tropical Rain Forest #0D765C
Tints of Tropical Rain Forest #0D765C
RGB
CMYK
RGB Variations
Color information
#0D765C (or 0x0D765C) is known color: Tropical Rain Forest. HEX triplet: 0D, 76 and 5C. RGB value is (13,118,92). Sum of RGB (Red+Green+Blue) = 13+118+92=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #0D765C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D765C is #F289A3. Grayscale: #535353. Windows color (decimal): -15894948 or 6059533. OLE color: 6059533.
HSL color Cylindrical-coordinate representation of color #0D765C: hue angle of 165.14º 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 #0D765C is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 92 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.54 |
| HSL | 165.14º | 0.8% | 0.26% | - |
| HSV(B) | 165.14º | 0.89% | 0.46% | - |
| XYZ | 8.58 | 13.82 | 12.34 | - |
| YUV | 83.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 92 | 0.89 | 0 | 0.22 | 0.54 | 165.14 | 0.8 | 0.26 |
| Hex | D | 76 | 5C | 59 | 0 | 16 | 36 | A5 | 50 | 1A |
| Octal | 15 | 166 | 134 | 131 | 0 | 26 | 66 | 245 | 120 | 32 |
| Binary | 1101 | 1110110 | 1011100 | 1011001 | 0 | 10110 | 110110 | 10100101 | 1010000 | 11010 |
Color Harmonies of #0D765C
Complementary color
Monochromatic Colors of #0D765C
Black with #0D765C
Text Example
Text Example
White with #0D765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D765C; }
p { color: rgb(13,118,92); }
H1.HeaderClassName
{
color: #0D765C;
}
.AnyTagClassName
{
color: #0D765C;
}
</style>
background-color css
<style>
a { background-color: #0D765C; }
a { background-color: rgb(13,118,92); }
div.DivClassName
{
background-color: #0D765C;
}
.BgClassName
{
background-color: #0D765C;
}
</style>
border-color css
<style>
span { border-color: #0D765C; }
span { border-color: rgb(13,118,92); }
td.TdClassName
{
border-color: #0D765C;
}
.TagClassName
{
border-color: #0D765C;
}
</style>