Html Css Color HEX #0B7C59 Tropical Rain Forest
📋 copy color: '#0B7C59'red 11 ◦ green 124 ◦ blue 89
Shades of Tropical Rain Forest #0B7C59
Tints of Tropical Rain Forest #0B7C59
RGB
CMYK
RGB Variations
Color information
#0B7C59 (or 0x0B7C59) is known color: Tropical Rain Forest. HEX triplet: 0B, 7C and 59. RGB value is (11,124,89). Sum of RGB (Red+Green+Blue) = 11+124+89=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7C59 is #F483A6. Grayscale: #565656. Windows color (decimal): -16024487 or 5864459. OLE color: 5864459.
HSL color Cylindrical-coordinate representation of color #0B7C59: hue angle of 161.42º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C59 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 89 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.51 |
| HSL | 161.42º | 0.84% | 0.26% | - |
| HSV(B) | 161.42º | 0.91% | 0.49% | - |
| XYZ | 9.15 | 15.21 | 11.9 | - |
| YUV | 86.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 89 | 0.91 | 0 | 0.28 | 0.51 | 161.42 | 0.84 | 0.26 |
| Hex | B | 7C | 59 | 5B | 0 | 1C | 33 | A1 | 54 | 1A |
| Octal | 13 | 174 | 131 | 133 | 0 | 34 | 63 | 241 | 124 | 32 |
| Binary | 1011 | 1111100 | 1011001 | 1011011 | 0 | 11100 | 110011 | 10100001 | 1010100 | 11010 |
Color Harmonies of #0B7C59
Complementary color
Monochromatic Colors of #0B7C59
Black with #0B7C59
Text Example
Text Example
White with #0B7C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C59; }
p { color: rgb(11,124,89); }
H1.HeaderClassName
{
color: #0B7C59;
}
.AnyTagClassName
{
color: #0B7C59;
}
</style>
background-color css
<style>
a { background-color: #0B7C59; }
a { background-color: rgb(11,124,89); }
div.DivClassName
{
background-color: #0B7C59;
}
.BgClassName
{
background-color: #0B7C59;
}
</style>
border-color css
<style>
span { border-color: #0B7C59; }
span { border-color: rgb(11,124,89); }
td.TdClassName
{
border-color: #0B7C59;
}
.TagClassName
{
border-color: #0B7C59;
}
</style>