Html Css Color HEX #0B6858 Tropical Rain Forest
📋 copy color: '#0B6858'red 11 ◦ green 104 ◦ blue 88
Shades of Tropical Rain Forest #0B6858
Tints of Tropical Rain Forest #0B6858
RGB
CMYK
RGB Variations
Color information
#0B6858 (or 0x0B6858) is known color: Tropical Rain Forest. HEX triplet: 0B, 68 and 58. RGB value is (11,104,88). Sum of RGB (Red+Green+Blue) = 11+104+88=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #0B6858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6858 is #F497A7. Grayscale: #4A4A4A. Windows color (decimal): -16029608 or 5793803. OLE color: 5793803.
HSL color Cylindrical-coordinate representation of color #0B6858: hue angle of 169.68º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6858 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 104 | 88 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.59 |
| HSL | 169.68º | 0.81% | 0.23% | - |
| HSV(B) | 169.68º | 0.89% | 0.41% | - |
| XYZ | 6.85 | 10.68 | 10.93 | - |
| YUV | 74.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 88 | 0.89 | 0 | 0.15 | 0.59 | 169.68 | 0.81 | 0.23 |
| Hex | B | 68 | 58 | 59 | 0 | F | 3B | AA | 51 | 17 |
| Octal | 13 | 150 | 130 | 131 | 0 | 17 | 73 | 252 | 121 | 27 |
| Binary | 1011 | 1101000 | 1011000 | 1011001 | 0 | 1111 | 111011 | 10101010 | 1010001 | 10111 |
Color Harmonies of #0B6858
Complementary color
Monochromatic Colors of #0B6858
Black with #0B6858
Text Example
Text Example
White with #0B6858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6858; }
p { color: rgb(11,104,88); }
H1.HeaderClassName
{
color: #0B6858;
}
.AnyTagClassName
{
color: #0B6858;
}
</style>
background-color css
<style>
a { background-color: #0B6858; }
a { background-color: rgb(11,104,88); }
div.DivClassName
{
background-color: #0B6858;
}
.BgClassName
{
background-color: #0B6858;
}
</style>
border-color css
<style>
span { border-color: #0B6858; }
span { border-color: rgb(11,104,88); }
td.TdClassName
{
border-color: #0B6858;
}
.TagClassName
{
border-color: #0B6858;
}
</style>