Html Css Color HEX #0B6B5C Tropical Rain Forest
📋 copy color: '#0B6B5C'red 11 ◦ green 107 ◦ blue 92
Shades of Tropical Rain Forest #0B6B5C
Tints of Tropical Rain Forest #0B6B5C
RGB
CMYK
RGB Variations
Color information
#0B6B5C (or 0x0B6B5C) is known color: Tropical Rain Forest. HEX triplet: 0B, 6B and 5C. RGB value is (11,107,92). Sum of RGB (Red+Green+Blue) = 11+107+92=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B5C is #F494A3. Grayscale: #4C4C4C. Windows color (decimal): -16028836 or 6056715. OLE color: 6056715.
HSL color Cylindrical-coordinate representation of color #0B6B5C: hue angle of 170.62º 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 #0B6B5C is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 107 | 92 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.58 |
| HSL | 170.63º | 0.81% | 0.23% | - |
| HSV(B) | 170.63º | 0.9% | 0.42% | - |
| XYZ | 7.33 | 11.36 | 11.93 | - |
| YUV | 76.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 107 | 92 | 0.90 | 0 | 0.14 | 0.58 | 170.63 | 0.81 | 0.23 |
| Hex | B | 6B | 5C | 5A | 0 | E | 3A | AB | 51 | 17 |
| Octal | 13 | 153 | 134 | 132 | 0 | 16 | 72 | 253 | 121 | 27 |
| Binary | 1011 | 1101011 | 1011100 | 1011010 | 0 | 1110 | 111010 | 10101011 | 1010001 | 10111 |
Color Harmonies of #0B6B5C
Complementary color
Monochromatic Colors of #0B6B5C
Black with #0B6B5C
Text Example
Text Example
White with #0B6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6B5C; }
p { color: rgb(11,107,92); }
H1.HeaderClassName
{
color: #0B6B5C;
}
.AnyTagClassName
{
color: #0B6B5C;
}
</style>
background-color css
<style>
a { background-color: #0B6B5C; }
a { background-color: rgb(11,107,92); }
div.DivClassName
{
background-color: #0B6B5C;
}
.BgClassName
{
background-color: #0B6B5C;
}
</style>
border-color css
<style>
span { border-color: #0B6B5C; }
span { border-color: rgb(11,107,92); }
td.TdClassName
{
border-color: #0B6B5C;
}
.TagClassName
{
border-color: #0B6B5C;
}
</style>