Html Css Color HEX #0B705A Tropical Rain Forest
📋 copy color: '#0B705A'red 11 ◦ green 112 ◦ blue 90
Shades of Tropical Rain Forest #0B705A
Tints of Tropical Rain Forest #0B705A
RGB
CMYK
RGB Variations
Color information
#0B705A (or 0x0B705A) is known color: Tropical Rain Forest. HEX triplet: 0B, 70 and 5A. RGB value is (11,112,90). Sum of RGB (Red+Green+Blue) = 11+112+90=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #0B705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B705A is #F48FA5. Grayscale: #4F4F4F. Windows color (decimal): -16027558 or 5926923. OLE color: 5926923.
HSL color Cylindrical-coordinate representation of color #0B705A: hue angle of 166.93º 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 #0B705A is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 90 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.56 |
| HSL | 166.93º | 0.82% | 0.24% | - |
| HSV(B) | 166.93º | 0.9% | 0.44% | - |
| XYZ | 7.78 | 12.4 | 11.66 | - |
| YUV | 79.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 90 | 0.90 | 0 | 0.20 | 0.56 | 166.93 | 0.82 | 0.24 |
| Hex | B | 70 | 5A | 5A | 0 | 14 | 38 | A7 | 52 | 18 |
| Octal | 13 | 160 | 132 | 132 | 0 | 24 | 70 | 247 | 122 | 30 |
| Binary | 1011 | 1110000 | 1011010 | 1011010 | 0 | 10100 | 111000 | 10100111 | 1010010 | 11000 |
Color Harmonies of #0B705A
Complementary color
Monochromatic Colors of #0B705A
Black with #0B705A
Text Example
Text Example
White with #0B705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B705A; }
p { color: rgb(11,112,90); }
H1.HeaderClassName
{
color: #0B705A;
}
.AnyTagClassName
{
color: #0B705A;
}
</style>
background-color css
<style>
a { background-color: #0B705A; }
a { background-color: rgb(11,112,90); }
div.DivClassName
{
background-color: #0B705A;
}
.BgClassName
{
background-color: #0B705A;
}
</style>
border-color css
<style>
span { border-color: #0B705A; }
span { border-color: rgb(11,112,90); }
td.TdClassName
{
border-color: #0B705A;
}
.TagClassName
{
border-color: #0B705A;
}
</style>