Html Css Color HEX #0D755C Tropical Rain Forest
📋 copy color: '#0D755C'red 13 ◦ green 117 ◦ blue 92
Shades of Tropical Rain Forest #0D755C
Tints of Tropical Rain Forest #0D755C
RGB
CMYK
RGB Variations
Color information
#0D755C (or 0x0D755C) is known color: Tropical Rain Forest. HEX triplet: 0D, 75 and 5C. RGB value is (13,117,92). Sum of RGB (Red+Green+Blue) = 13+117+92=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #0D755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D755C is #F28AA3. Grayscale: #535353. Windows color (decimal): -15895204 or 6059277. OLE color: 6059277.
HSL color Cylindrical-coordinate representation of color #0D755C: hue angle of 165.58º 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 #0D755C is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 92 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.54 |
| HSL | 165.58º | 0.8% | 0.25% | - |
| HSV(B) | 165.58º | 0.89% | 0.46% | - |
| XYZ | 8.46 | 13.58 | 12.3 | - |
| YUV | 83.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 92 | 0.89 | 0 | 0.21 | 0.54 | 165.58 | 0.8 | 0.25 |
| Hex | D | 75 | 5C | 59 | 0 | 15 | 36 | A6 | 50 | 19 |
| Octal | 15 | 165 | 134 | 131 | 0 | 25 | 66 | 246 | 120 | 31 |
| Binary | 1101 | 1110101 | 1011100 | 1011001 | 0 | 10101 | 110110 | 10100110 | 1010000 | 11001 |
Color Harmonies of #0D755C
Complementary color
Monochromatic Colors of #0D755C
Black with #0D755C
Text Example
Text Example
White with #0D755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D755C; }
p { color: rgb(13,117,92); }
H1.HeaderClassName
{
color: #0D755C;
}
.AnyTagClassName
{
color: #0D755C;
}
</style>
background-color css
<style>
a { background-color: #0D755C; }
a { background-color: rgb(13,117,92); }
div.DivClassName
{
background-color: #0D755C;
}
.BgClassName
{
background-color: #0D755C;
}
</style>
border-color css
<style>
span { border-color: #0D755C; }
span { border-color: rgb(13,117,92); }
td.TdClassName
{
border-color: #0D755C;
}
.TagClassName
{
border-color: #0D755C;
}
</style>