Html Css Color HEX #0B7363 Tropical Rain Forest
📋 copy color: '#0B7363'red 11 ◦ green 115 ◦ blue 99
Shades of Tropical Rain Forest #0B7363
Tints of Tropical Rain Forest #0B7363
RGB
CMYK
RGB Variations
Color information
#0B7363 (or 0x0B7363) is known color: Tropical Rain Forest. HEX triplet: 0B, 73 and 63. RGB value is (11,115,99). Sum of RGB (Red+Green+Blue) = 11+115+99=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7363 is #F48C9C. Grayscale: #525252. Windows color (decimal): -16026781 or 6517515. OLE color: 6517515.
HSL color Cylindrical-coordinate representation of color #0B7363: hue angle of 170.77º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7363 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 99 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.55 |
| HSL | 170.77º | 0.83% | 0.25% | - |
| HSV(B) | 170.77º | 0.9% | 0.45% | - |
| XYZ | 8.52 | 13.23 | 13.91 | - |
| YUV | 82.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 99 | 0.90 | 0 | 0.14 | 0.55 | 170.77 | 0.83 | 0.25 |
| Hex | B | 73 | 63 | 5A | 0 | E | 37 | AB | 53 | 19 |
| Octal | 13 | 163 | 143 | 132 | 0 | 16 | 67 | 253 | 123 | 31 |
| Binary | 1011 | 1110011 | 1100011 | 1011010 | 0 | 1110 | 110111 | 10101011 | 1010011 | 11001 |
Color Harmonies of #0B7363
Complementary color
Monochromatic Colors of #0B7363
Black with #0B7363
Text Example
Text Example
White with #0B7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7363; }
p { color: rgb(11,115,99); }
H1.HeaderClassName
{
color: #0B7363;
}
.AnyTagClassName
{
color: #0B7363;
}
</style>
background-color css
<style>
a { background-color: #0B7363; }
a { background-color: rgb(11,115,99); }
div.DivClassName
{
background-color: #0B7363;
}
.BgClassName
{
background-color: #0B7363;
}
</style>
border-color css
<style>
span { border-color: #0B7363; }
span { border-color: rgb(11,115,99); }
td.TdClassName
{
border-color: #0B7363;
}
.TagClassName
{
border-color: #0B7363;
}
</style>