Html Css Color HEX #0B735C Tropical Rain Forest
📋 copy color: '#0B735C'red 11 ◦ green 115 ◦ blue 92
Shades of Tropical Rain Forest #0B735C
Tints of Tropical Rain Forest #0B735C
RGB
CMYK
RGB Variations
Color information
#0B735C (or 0x0B735C) is known color: Tropical Rain Forest. HEX triplet: 0B, 73 and 5C. RGB value is (11,115,92). Sum of RGB (Red+Green+Blue) = 11+115+92=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #0B735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B735C is #F48CA3. Grayscale: #515151. Windows color (decimal): -16026788 or 6058763. OLE color: 6058763.
HSL color Cylindrical-coordinate representation of color #0B735C: hue angle of 166.73º 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 #0B735C is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 92 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.55 |
| HSL | 166.73º | 0.83% | 0.25% | - |
| HSV(B) | 166.73º | 0.9% | 0.45% | - |
| XYZ | 8.2 | 13.11 | 12.22 | - |
| YUV | 81.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 92 | 0.90 | 0 | 0.20 | 0.55 | 166.73 | 0.83 | 0.25 |
| Hex | B | 73 | 5C | 5A | 0 | 14 | 37 | A7 | 53 | 19 |
| Octal | 13 | 163 | 134 | 132 | 0 | 24 | 67 | 247 | 123 | 31 |
| Binary | 1011 | 1110011 | 1011100 | 1011010 | 0 | 10100 | 110111 | 10100111 | 1010011 | 11001 |
Color Harmonies of #0B735C
Complementary color
Monochromatic Colors of #0B735C
Black with #0B735C
Text Example
Text Example
White with #0B735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B735C; }
p { color: rgb(11,115,92); }
H1.HeaderClassName
{
color: #0B735C;
}
.AnyTagClassName
{
color: #0B735C;
}
</style>
background-color css
<style>
a { background-color: #0B735C; }
a { background-color: rgb(11,115,92); }
div.DivClassName
{
background-color: #0B735C;
}
.BgClassName
{
background-color: #0B735C;
}
</style>
border-color css
<style>
span { border-color: #0B735C; }
span { border-color: rgb(11,115,92); }
td.TdClassName
{
border-color: #0B735C;
}
.TagClassName
{
border-color: #0B735C;
}
</style>