Html Css Color HEX #0B735D Tropical Rain Forest
📋 copy color: '#0B735D'red 11 ◦ green 115 ◦ blue 93
Shades of Tropical Rain Forest #0B735D
Tints of Tropical Rain Forest #0B735D
RGB
CMYK
RGB Variations
Color information
#0B735D (or 0x0B735D) is known color: Tropical Rain Forest. HEX triplet: 0B, 73 and 5D. RGB value is (11,115,93). Sum of RGB (Red+Green+Blue) = 11+115+93=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #0B735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B735D is #F48CA2. Grayscale: #515151. Windows color (decimal): -16026787 or 6124299. OLE color: 6124299.
HSL color Cylindrical-coordinate representation of color #0B735D: hue angle of 167.31º 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 #0B735D is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 93 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.55 |
| HSL | 167.31º | 0.83% | 0.25% | - |
| HSV(B) | 167.31º | 0.9% | 0.45% | - |
| XYZ | 8.24 | 13.12 | 12.45 | - |
| YUV | 81.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 93 | 0.90 | 0 | 0.19 | 0.55 | 167.31 | 0.83 | 0.25 |
| Hex | B | 73 | 5D | 5A | 0 | 13 | 37 | A7 | 53 | 19 |
| Octal | 13 | 163 | 135 | 132 | 0 | 23 | 67 | 247 | 123 | 31 |
| Binary | 1011 | 1110011 | 1011101 | 1011010 | 0 | 10011 | 110111 | 10100111 | 1010011 | 11001 |
Color Harmonies of #0B735D
Complementary color
Monochromatic Colors of #0B735D
Black with #0B735D
Text Example
Text Example
White with #0B735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B735D; }
p { color: rgb(11,115,93); }
H1.HeaderClassName
{
color: #0B735D;
}
.AnyTagClassName
{
color: #0B735D;
}
</style>
background-color css
<style>
a { background-color: #0B735D; }
a { background-color: rgb(11,115,93); }
div.DivClassName
{
background-color: #0B735D;
}
.BgClassName
{
background-color: #0B735D;
}
</style>
border-color css
<style>
span { border-color: #0B735D; }
span { border-color: rgb(11,115,93); }
td.TdClassName
{
border-color: #0B735D;
}
.TagClassName
{
border-color: #0B735D;
}
</style>