Html Css Color HEX #0B7B59 Tropical Rain Forest
📋 copy color: '#0B7B59'red 11 ◦ green 123 ◦ blue 89
Shades of Tropical Rain Forest #0B7B59
Tints of Tropical Rain Forest #0B7B59
RGB
CMYK
RGB Variations
Color information
#0B7B59 (or 0x0B7B59) is known color: Tropical Rain Forest. HEX triplet: 0B, 7B and 59. RGB value is (11,123,89). Sum of RGB (Red+Green+Blue) = 11+123+89=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #0B7B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7B59 is #F484A6. Grayscale: #555555. Windows color (decimal): -16024743 or 5864203. OLE color: 5864203.
HSL color Cylindrical-coordinate representation of color #0B7B59: hue angle of 161.79º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7B59 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 123 | 89 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.52 |
| HSL | 161.79º | 0.84% | 0.26% | - |
| HSV(B) | 161.79º | 0.91% | 0.48% | - |
| XYZ | 9.02 | 14.96 | 11.86 | - |
| YUV | 85.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 123 | 89 | 0.91 | 0 | 0.28 | 0.52 | 161.79 | 0.84 | 0.26 |
| Hex | B | 7B | 59 | 5B | 0 | 1C | 34 | A2 | 54 | 1A |
| Octal | 13 | 173 | 131 | 133 | 0 | 34 | 64 | 242 | 124 | 32 |
| Binary | 1011 | 1111011 | 1011001 | 1011011 | 0 | 11100 | 110100 | 10100010 | 1010100 | 11010 |
Color Harmonies of #0B7B59
Complementary color
Monochromatic Colors of #0B7B59
Black with #0B7B59
Text Example
Text Example
White with #0B7B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7B59; }
p { color: rgb(11,123,89); }
H1.HeaderClassName
{
color: #0B7B59;
}
.AnyTagClassName
{
color: #0B7B59;
}
</style>
background-color css
<style>
a { background-color: #0B7B59; }
a { background-color: rgb(11,123,89); }
div.DivClassName
{
background-color: #0B7B59;
}
.BgClassName
{
background-color: #0B7B59;
}
</style>
border-color css
<style>
span { border-color: #0B7B59; }
span { border-color: rgb(11,123,89); }
td.TdClassName
{
border-color: #0B7B59;
}
.TagClassName
{
border-color: #0B7B59;
}
</style>