Html Css Color HEX #0B785E Tropical Rain Forest
📋 copy color: '#0B785E'red 11 ◦ green 120 ◦ blue 94
Shades of Tropical Rain Forest #0B785E
Tints of Tropical Rain Forest #0B785E
RGB
CMYK
RGB Variations
Color information
#0B785E (or 0x0B785E) is known color: Tropical Rain Forest. HEX triplet: 0B, 78 and 5E. RGB value is (11,120,94). Sum of RGB (Red+Green+Blue) = 11+120+94=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #0B785E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B785E is #F487A1. Grayscale: #545454. Windows color (decimal): -16025506 or 6191115. OLE color: 6191115.
HSL color Cylindrical-coordinate representation of color #0B785E: hue angle of 165.69º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B785E is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 120 | 94 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.53 |
| HSL | 165.69º | 0.83% | 0.26% | - |
| HSV(B) | 165.69º | 0.91% | 0.47% | - |
| XYZ | 8.87 | 14.31 | 12.88 | - |
| YUV | 84.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 94 | 0.91 | 0 | 0.22 | 0.53 | 165.69 | 0.83 | 0.26 |
| Hex | B | 78 | 5E | 5B | 0 | 16 | 35 | A6 | 53 | 1A |
| Octal | 13 | 170 | 136 | 133 | 0 | 26 | 65 | 246 | 123 | 32 |
| Binary | 1011 | 1111000 | 1011110 | 1011011 | 0 | 10110 | 110101 | 10100110 | 1010011 | 11010 |
Color Harmonies of #0B785E
Complementary color
Monochromatic Colors of #0B785E
Black with #0B785E
Text Example
Text Example
White with #0B785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B785E; }
p { color: rgb(11,120,94); }
H1.HeaderClassName
{
color: #0B785E;
}
.AnyTagClassName
{
color: #0B785E;
}
</style>
background-color css
<style>
a { background-color: #0B785E; }
a { background-color: rgb(11,120,94); }
div.DivClassName
{
background-color: #0B785E;
}
.BgClassName
{
background-color: #0B785E;
}
</style>
border-color css
<style>
span { border-color: #0B785E; }
span { border-color: rgb(11,120,94); }
td.TdClassName
{
border-color: #0B785E;
}
.TagClassName
{
border-color: #0B785E;
}
</style>