Html Css Color HEX #0B7257 Tropical Rain Forest
📋 copy color: '#0B7257'red 11 ◦ green 114 ◦ blue 87
Shades of Tropical Rain Forest #0B7257
Tints of Tropical Rain Forest #0B7257
RGB
CMYK
RGB Variations
Color information
#0B7257 (or 0x0B7257) is known color: Tropical Rain Forest. HEX triplet: 0B, 72 and 57. RGB value is (11,114,87). Sum of RGB (Red+Green+Blue) = 11+114+87=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #0B7257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7257 is #F48DA8. Grayscale: #505050. Windows color (decimal): -16027049 or 5730827. OLE color: 5730827.
HSL color Cylindrical-coordinate representation of color #0B7257: hue angle of 164.27º degrees, saturation: 0.82, 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 #0B7257 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 114 | 87 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.55 |
| HSL | 164.27º | 0.82% | 0.25% | - |
| HSV(B) | 164.27º | 0.9% | 0.45% | - |
| XYZ | 7.88 | 12.79 | 11.07 | - |
| YUV | 80.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 87 | 0.90 | 0 | 0.24 | 0.55 | 164.27 | 0.82 | 0.25 |
| Hex | B | 72 | 57 | 5A | 0 | 18 | 37 | A4 | 52 | 19 |
| Octal | 13 | 162 | 127 | 132 | 0 | 30 | 67 | 244 | 122 | 31 |
| Binary | 1011 | 1110010 | 1010111 | 1011010 | 0 | 11000 | 110111 | 10100100 | 1010010 | 11001 |
Color Harmonies of #0B7257
Complementary color
Monochromatic Colors of #0B7257
Black with #0B7257
Text Example
Text Example
White with #0B7257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7257; }
p { color: rgb(11,114,87); }
H1.HeaderClassName
{
color: #0B7257;
}
.AnyTagClassName
{
color: #0B7257;
}
</style>
background-color css
<style>
a { background-color: #0B7257; }
a { background-color: rgb(11,114,87); }
div.DivClassName
{
background-color: #0B7257;
}
.BgClassName
{
background-color: #0B7257;
}
</style>
border-color css
<style>
span { border-color: #0B7257; }
span { border-color: rgb(11,114,87); }
td.TdClassName
{
border-color: #0B7257;
}
.TagClassName
{
border-color: #0B7257;
}
</style>