Html Css Color HEX #0B705E Tropical Rain Forest
📋 copy color: '#0B705E'red 11 ◦ green 112 ◦ blue 94
Shades of Tropical Rain Forest #0B705E
Tints of Tropical Rain Forest #0B705E
RGB
CMYK
RGB Variations
Color information
#0B705E (or 0x0B705E) is known color: Tropical Rain Forest. HEX triplet: 0B, 70 and 5E. RGB value is (11,112,94). Sum of RGB (Red+Green+Blue) = 11+112+94=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #0B705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B705E is #F48FA1. Grayscale: #4F4F4F. Windows color (decimal): -16027554 or 6189067. OLE color: 6189067.
HSL color Cylindrical-coordinate representation of color #0B705E: hue angle of 169.31º 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 #0B705E is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 94 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.56 |
| HSL | 169.31º | 0.82% | 0.24% | - |
| HSV(B) | 169.31º | 0.9% | 0.44% | - |
| XYZ | 7.95 | 12.47 | 12.58 | - |
| YUV | 79.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 94 | 0.90 | 0 | 0.16 | 0.56 | 169.31 | 0.82 | 0.24 |
| Hex | B | 70 | 5E | 5A | 0 | 10 | 38 | A9 | 52 | 18 |
| Octal | 13 | 160 | 136 | 132 | 0 | 20 | 70 | 251 | 122 | 30 |
| Binary | 1011 | 1110000 | 1011110 | 1011010 | 0 | 10000 | 111000 | 10101001 | 1010010 | 11000 |
Color Harmonies of #0B705E
Complementary color
Monochromatic Colors of #0B705E
Black with #0B705E
Text Example
Text Example
White with #0B705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B705E; }
p { color: rgb(11,112,94); }
H1.HeaderClassName
{
color: #0B705E;
}
.AnyTagClassName
{
color: #0B705E;
}
</style>
background-color css
<style>
a { background-color: #0B705E; }
a { background-color: rgb(11,112,94); }
div.DivClassName
{
background-color: #0B705E;
}
.BgClassName
{
background-color: #0B705E;
}
</style>
border-color css
<style>
span { border-color: #0B705E; }
span { border-color: rgb(11,112,94); }
td.TdClassName
{
border-color: #0B705E;
}
.TagClassName
{
border-color: #0B705E;
}
</style>