Html Css Color HEX #0B705D Tropical Rain Forest
📋 copy color: '#0B705D'red 11 ◦ green 112 ◦ blue 93
Shades of Tropical Rain Forest #0B705D
Tints of Tropical Rain Forest #0B705D
RGB
CMYK
RGB Variations
Color information
#0B705D (or 0x0B705D) is known color: Tropical Rain Forest. HEX triplet: 0B, 70 and 5D. RGB value is (11,112,93). Sum of RGB (Red+Green+Blue) = 11+112+93=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #0B705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B705D is #F48FA2. Grayscale: #4F4F4F. Windows color (decimal): -16027555 or 6123531. OLE color: 6123531.
HSL color Cylindrical-coordinate representation of color #0B705D: hue angle of 168.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B705D is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 93 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.56 |
| HSL | 168.71º | 0.82% | 0.24% | - |
| HSV(B) | 168.71º | 0.9% | 0.44% | - |
| XYZ | 7.91 | 12.45 | 12.34 | - |
| YUV | 79.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 93 | 0.90 | 0 | 0.17 | 0.56 | 168.71 | 0.82 | 0.24 |
| Hex | B | 70 | 5D | 5A | 0 | 11 | 38 | A9 | 52 | 18 |
| Octal | 13 | 160 | 135 | 132 | 0 | 21 | 70 | 251 | 122 | 30 |
| Binary | 1011 | 1110000 | 1011101 | 1011010 | 0 | 10001 | 111000 | 10101001 | 1010010 | 11000 |
Color Harmonies of #0B705D
Complementary color
Monochromatic Colors of #0B705D
Black with #0B705D
Text Example
Text Example
White with #0B705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B705D; }
p { color: rgb(11,112,93); }
H1.HeaderClassName
{
color: #0B705D;
}
.AnyTagClassName
{
color: #0B705D;
}
</style>
background-color css
<style>
a { background-color: #0B705D; }
a { background-color: rgb(11,112,93); }
div.DivClassName
{
background-color: #0B705D;
}
.BgClassName
{
background-color: #0B705D;
}
</style>
border-color css
<style>
span { border-color: #0B705D; }
span { border-color: rgb(11,112,93); }
td.TdClassName
{
border-color: #0B705D;
}
.TagClassName
{
border-color: #0B705D;
}
</style>