Html Css Color HEX #0B765E Tropical Rain Forest
📋 copy color: '#0B765E'red 11 ◦ green 118 ◦ blue 94
Shades of Tropical Rain Forest #0B765E
Tints of Tropical Rain Forest #0B765E
RGB
CMYK
RGB Variations
Color information
#0B765E (or 0x0B765E) is known color: Tropical Rain Forest. HEX triplet: 0B, 76 and 5E. RGB value is (11,118,94). Sum of RGB (Red+Green+Blue) = 11+118+94=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #0B765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B765E is #F489A1. Grayscale: #535353. Windows color (decimal): -16026018 or 6190603. OLE color: 6190603.
HSL color Cylindrical-coordinate representation of color #0B765E: hue angle of 166.54º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B765E is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 94 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.54 |
| HSL | 166.54º | 0.83% | 0.25% | - |
| HSV(B) | 166.54º | 0.91% | 0.46% | - |
| XYZ | 8.64 | 13.84 | 12.81 | - |
| YUV | 83.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 94 | 0.91 | 0 | 0.20 | 0.54 | 166.54 | 0.83 | 0.25 |
| Hex | B | 76 | 5E | 5B | 0 | 14 | 36 | A7 | 53 | 19 |
| Octal | 13 | 166 | 136 | 133 | 0 | 24 | 66 | 247 | 123 | 31 |
| Binary | 1011 | 1110110 | 1011110 | 1011011 | 0 | 10100 | 110110 | 10100111 | 1010011 | 11001 |
Color Harmonies of #0B765E
Complementary color
Monochromatic Colors of #0B765E
Black with #0B765E
Text Example
Text Example
White with #0B765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B765E; }
p { color: rgb(11,118,94); }
H1.HeaderClassName
{
color: #0B765E;
}
.AnyTagClassName
{
color: #0B765E;
}
</style>
background-color css
<style>
a { background-color: #0B765E; }
a { background-color: rgb(11,118,94); }
div.DivClassName
{
background-color: #0B765E;
}
.BgClassName
{
background-color: #0B765E;
}
</style>
border-color css
<style>
span { border-color: #0B765E; }
span { border-color: rgb(11,118,94); }
td.TdClassName
{
border-color: #0B765E;
}
.TagClassName
{
border-color: #0B765E;
}
</style>