Html Css Color HEX #0B735B Tropical Rain Forest
📋 copy color: '#0B735B'red 11 ◦ green 115 ◦ blue 91
Shades of Tropical Rain Forest #0B735B
Tints of Tropical Rain Forest #0B735B
RGB
CMYK
RGB Variations
Color information
#0B735B (or 0x0B735B) is known color: Tropical Rain Forest. HEX triplet: 0B, 73 and 5B. RGB value is (11,115,91). Sum of RGB (Red+Green+Blue) = 11+115+91=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #0B735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B735B is #F48CA4. Grayscale: #515151. Windows color (decimal): -16026789 or 5993227. OLE color: 5993227.
HSL color Cylindrical-coordinate representation of color #0B735B: hue angle of 166.15º 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 #0B735B is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 91 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.55 |
| HSL | 166.15º | 0.83% | 0.25% | - |
| HSV(B) | 166.15º | 0.9% | 0.45% | - |
| XYZ | 8.16 | 13.09 | 11.99 | - |
| YUV | 81.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 91 | 0.90 | 0 | 0.21 | 0.55 | 166.15 | 0.83 | 0.25 |
| Hex | B | 73 | 5B | 5A | 0 | 15 | 37 | A6 | 53 | 19 |
| Octal | 13 | 163 | 133 | 132 | 0 | 25 | 67 | 246 | 123 | 31 |
| Binary | 1011 | 1110011 | 1011011 | 1011010 | 0 | 10101 | 110111 | 10100110 | 1010011 | 11001 |
Color Harmonies of #0B735B
Complementary color
Monochromatic Colors of #0B735B
Black with #0B735B
Text Example
Text Example
White with #0B735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B735B; }
p { color: rgb(11,115,91); }
H1.HeaderClassName
{
color: #0B735B;
}
.AnyTagClassName
{
color: #0B735B;
}
</style>
background-color css
<style>
a { background-color: #0B735B; }
a { background-color: rgb(11,115,91); }
div.DivClassName
{
background-color: #0B735B;
}
.BgClassName
{
background-color: #0B735B;
}
</style>
border-color css
<style>
span { border-color: #0B735B; }
span { border-color: rgb(11,115,91); }
td.TdClassName
{
border-color: #0B735B;
}
.TagClassName
{
border-color: #0B735B;
}
</style>