Html Css Color HEX #0B735E Tropical Rain Forest
📋 copy color: '#0B735E'red 11 ◦ green 115 ◦ blue 94
Shades of Tropical Rain Forest #0B735E
Tints of Tropical Rain Forest #0B735E
RGB
CMYK
RGB Variations
Color information
#0B735E (or 0x0B735E) is known color: Tropical Rain Forest. HEX triplet: 0B, 73 and 5E. RGB value is (11,115,94). Sum of RGB (Red+Green+Blue) = 11+115+94=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #0B735E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B735E is #F48CA1. Grayscale: #515151. Windows color (decimal): -16026786 or 6189835. OLE color: 6189835.
HSL color Cylindrical-coordinate representation of color #0B735E: hue angle of 167.88º 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 #0B735E is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 94 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.55 |
| HSL | 167.88º | 0.83% | 0.25% | - |
| HSV(B) | 167.88º | 0.9% | 0.45% | - |
| XYZ | 8.29 | 13.14 | 12.69 | - |
| YUV | 81.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 94 | 0.90 | 0 | 0.18 | 0.55 | 167.88 | 0.83 | 0.25 |
| Hex | B | 73 | 5E | 5A | 0 | 12 | 37 | A8 | 53 | 19 |
| Octal | 13 | 163 | 136 | 132 | 0 | 22 | 67 | 250 | 123 | 31 |
| Binary | 1011 | 1110011 | 1011110 | 1011010 | 0 | 10010 | 110111 | 10101000 | 1010011 | 11001 |
Color Harmonies of #0B735E
Complementary color
Monochromatic Colors of #0B735E
Black with #0B735E
Text Example
Text Example
White with #0B735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B735E; }
p { color: rgb(11,115,94); }
H1.HeaderClassName
{
color: #0B735E;
}
.AnyTagClassName
{
color: #0B735E;
}
</style>
background-color css
<style>
a { background-color: #0B735E; }
a { background-color: rgb(11,115,94); }
div.DivClassName
{
background-color: #0B735E;
}
.BgClassName
{
background-color: #0B735E;
}
</style>
border-color css
<style>
span { border-color: #0B735E; }
span { border-color: rgb(11,115,94); }
td.TdClassName
{
border-color: #0B735E;
}
.TagClassName
{
border-color: #0B735E;
}
</style>