Html Css Color HEX #0D6B5B Tropical Rain Forest
📋 copy color: '#0D6B5B'red 13 ◦ green 107 ◦ blue 91
Shades of Tropical Rain Forest #0D6B5B
Tints of Tropical Rain Forest #0D6B5B
RGB
CMYK
RGB Variations
Color information
#0D6B5B (or 0x0D6B5B) is known color: Tropical Rain Forest. HEX triplet: 0D, 6B and 5B. RGB value is (13,107,91). Sum of RGB (Red+Green+Blue) = 13+107+91=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #0D6B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6B5B is #F294A4. Grayscale: #4D4D4D. Windows color (decimal): -15897765 or 5991181. OLE color: 5991181.
HSL color Cylindrical-coordinate representation of color #0D6B5B: hue angle of 169.79º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6B5B is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 107 | 91 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.58 |
| HSL | 169.79º | 0.78% | 0.24% | - |
| HSV(B) | 169.79º | 0.88% | 0.42% | - |
| XYZ | 7.31 | 11.36 | 11.7 | - |
| YUV | 77.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 107 | 91 | 0.88 | 0 | 0.15 | 0.58 | 169.79 | 0.78 | 0.24 |
| Hex | D | 6B | 5B | 58 | 0 | F | 3A | AA | 4E | 18 |
| Octal | 15 | 153 | 133 | 130 | 0 | 17 | 72 | 252 | 116 | 30 |
| Binary | 1101 | 1101011 | 1011011 | 1011000 | 0 | 1111 | 111010 | 10101010 | 1001110 | 11000 |
Color Harmonies of #0D6B5B
Complementary color
Monochromatic Colors of #0D6B5B
Black with #0D6B5B
Text Example
Text Example
White with #0D6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6B5B; }
p { color: rgb(13,107,91); }
H1.HeaderClassName
{
color: #0D6B5B;
}
.AnyTagClassName
{
color: #0D6B5B;
}
</style>
background-color css
<style>
a { background-color: #0D6B5B; }
a { background-color: rgb(13,107,91); }
div.DivClassName
{
background-color: #0D6B5B;
}
.BgClassName
{
background-color: #0D6B5B;
}
</style>
border-color css
<style>
span { border-color: #0D6B5B; }
span { border-color: rgb(13,107,91); }
td.TdClassName
{
border-color: #0D6B5B;
}
.TagClassName
{
border-color: #0D6B5B;
}
</style>