Html Css Color HEX #0B745D Tropical Rain Forest
📋 copy color: '#0B745D'red 11 ◦ green 116 ◦ blue 93
Shades of Tropical Rain Forest #0B745D
Tints of Tropical Rain Forest #0B745D
RGB
CMYK
RGB Variations
Color information
#0B745D (or 0x0B745D) is known color: Tropical Rain Forest. HEX triplet: 0B, 74 and 5D. RGB value is (11,116,93). Sum of RGB (Red+Green+Blue) = 11+116+93=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #0B745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B745D is #F48BA2. Grayscale: #515151. Windows color (decimal): -16026531 or 6124555. OLE color: 6124555.
HSL color Cylindrical-coordinate representation of color #0B745D: hue angle of 166.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B745D is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 116 | 93 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.55 |
| HSL | 166.86º | 0.83% | 0.25% | - |
| HSV(B) | 166.86º | 0.91% | 0.45% | - |
| XYZ | 8.36 | 13.35 | 12.49 | - |
| YUV | 81.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 93 | 0.91 | 0 | 0.20 | 0.55 | 166.86 | 0.83 | 0.25 |
| Hex | B | 74 | 5D | 5B | 0 | 14 | 37 | A7 | 53 | 19 |
| Octal | 13 | 164 | 135 | 133 | 0 | 24 | 67 | 247 | 123 | 31 |
| Binary | 1011 | 1110100 | 1011101 | 1011011 | 0 | 10100 | 110111 | 10100111 | 1010011 | 11001 |
Color Harmonies of #0B745D
Complementary color
Monochromatic Colors of #0B745D
Black with #0B745D
Text Example
Text Example
White with #0B745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B745D; }
p { color: rgb(11,116,93); }
H1.HeaderClassName
{
color: #0B745D;
}
.AnyTagClassName
{
color: #0B745D;
}
</style>
background-color css
<style>
a { background-color: #0B745D; }
a { background-color: rgb(11,116,93); }
div.DivClassName
{
background-color: #0B745D;
}
.BgClassName
{
background-color: #0B745D;
}
</style>
border-color css
<style>
span { border-color: #0B745D; }
span { border-color: rgb(11,116,93); }
td.TdClassName
{
border-color: #0B745D;
}
.TagClassName
{
border-color: #0B745D;
}
</style>