Html Css Color HEX #0B7459 Tropical Rain Forest
📋 copy color: '#0B7459'red 11 ◦ green 116 ◦ blue 89
Shades of Tropical Rain Forest #0B7459
Tints of Tropical Rain Forest #0B7459
RGB
CMYK
RGB Variations
Color information
#0B7459 (or 0x0B7459) is known color: Tropical Rain Forest. HEX triplet: 0B, 74 and 59. RGB value is (11,116,89). Sum of RGB (Red+Green+Blue) = 11+116+89=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #0B7459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7459 is #F48BA6. Grayscale: #515151. Windows color (decimal): -16026535 or 5862411. OLE color: 5862411.
HSL color Cylindrical-coordinate representation of color #0B7459: hue angle of 164.57º 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 #0B7459 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 116 | 89 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.55 |
| HSL | 164.57º | 0.83% | 0.25% | - |
| HSV(B) | 164.57º | 0.91% | 0.45% | - |
| XYZ | 8.19 | 13.28 | 11.58 | - |
| YUV | 81.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 89 | 0.91 | 0 | 0.23 | 0.55 | 164.57 | 0.83 | 0.25 |
| Hex | B | 74 | 59 | 5B | 0 | 17 | 37 | A5 | 53 | 19 |
| Octal | 13 | 164 | 131 | 133 | 0 | 27 | 67 | 245 | 123 | 31 |
| Binary | 1011 | 1110100 | 1011001 | 1011011 | 0 | 10111 | 110111 | 10100101 | 1010011 | 11001 |
Color Harmonies of #0B7459
Complementary color
Monochromatic Colors of #0B7459
Black with #0B7459
Text Example
Text Example
White with #0B7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7459; }
p { color: rgb(11,116,89); }
H1.HeaderClassName
{
color: #0B7459;
}
.AnyTagClassName
{
color: #0B7459;
}
</style>
background-color css
<style>
a { background-color: #0B7459; }
a { background-color: rgb(11,116,89); }
div.DivClassName
{
background-color: #0B7459;
}
.BgClassName
{
background-color: #0B7459;
}
</style>
border-color css
<style>
span { border-color: #0B7459; }
span { border-color: rgb(11,116,89); }
td.TdClassName
{
border-color: #0B7459;
}
.TagClassName
{
border-color: #0B7459;
}
</style>