Html Css Color HEX #0B6B5B Tropical Rain Forest
📋 copy color: '#0B6B5B'red 11 ◦ green 107 ◦ blue 91
Shades of Tropical Rain Forest #0B6B5B
Tints of Tropical Rain Forest #0B6B5B
RGB
CMYK
RGB Variations
Color information
#0B6B5B (or 0x0B6B5B) is known color: Tropical Rain Forest. HEX triplet: 0B, 6B and 5B. RGB value is (11,107,91). Sum of RGB (Red+Green+Blue) = 11+107+91=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B5B is #F494A4. Grayscale: #4C4C4C. Windows color (decimal): -16028837 or 5991179. OLE color: 5991179.
HSL color Cylindrical-coordinate representation of color #0B6B5B: hue angle of 170º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6B5B is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 107 | 91 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.58 |
| HSL | 170º | 0.81% | 0.23% | - |
| HSV(B) | 170º | 0.9% | 0.42% | - |
| XYZ | 7.28 | 11.34 | 11.7 | - |
| YUV | 76.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 107 | 91 | 0.90 | 0 | 0.15 | 0.58 | 170 | 0.81 | 0.23 |
| Hex | B | 6B | 5B | 5A | 0 | F | 3A | AA | 51 | 17 |
| Octal | 13 | 153 | 133 | 132 | 0 | 17 | 72 | 252 | 121 | 27 |
| Binary | 1011 | 1101011 | 1011011 | 1011010 | 0 | 1111 | 111010 | 10101010 | 1010001 | 10111 |
Color Harmonies of #0B6B5B
Complementary color
Monochromatic Colors of #0B6B5B
Black with #0B6B5B
Text Example
Text Example
White with #0B6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6B5B; }
p { color: rgb(11,107,91); }
H1.HeaderClassName
{
color: #0B6B5B;
}
.AnyTagClassName
{
color: #0B6B5B;
}
</style>
background-color css
<style>
a { background-color: #0B6B5B; }
a { background-color: rgb(11,107,91); }
div.DivClassName
{
background-color: #0B6B5B;
}
.BgClassName
{
background-color: #0B6B5B;
}
</style>
border-color css
<style>
span { border-color: #0B6B5B; }
span { border-color: rgb(11,107,91); }
td.TdClassName
{
border-color: #0B6B5B;
}
.TagClassName
{
border-color: #0B6B5B;
}
</style>