Html Css Color HEX #0B7464 Tropical Rain Forest
📋 copy color: '#0B7464'red 11 ◦ green 116 ◦ blue 100
Shades of Tropical Rain Forest #0B7464
Tints of Tropical Rain Forest #0B7464
RGB
CMYK
RGB Variations
Color information
#0B7464 (or 0x0B7464) is known color: Tropical Rain Forest. HEX triplet: 0B, 74 and 64. RGB value is (11,116,100). Sum of RGB (Red+Green+Blue) = 11+116+100=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #0B7464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7464 is #F48B9B. Grayscale: #525252. Windows color (decimal): -16026524 or 6583307. OLE color: 6583307.
HSL color Cylindrical-coordinate representation of color #0B7464: hue angle of 170.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7464 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 116 | 100 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.55 |
| HSL | 170.86º | 0.83% | 0.25% | - |
| HSV(B) | 170.86º | 0.91% | 0.45% | - |
| XYZ | 8.68 | 13.48 | 14.2 | - |
| YUV | 82.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 100 | 0.91 | 0 | 0.14 | 0.55 | 170.86 | 0.83 | 0.25 |
| Hex | B | 74 | 64 | 5B | 0 | E | 37 | AB | 53 | 19 |
| Octal | 13 | 164 | 144 | 133 | 0 | 16 | 67 | 253 | 123 | 31 |
| Binary | 1011 | 1110100 | 1100100 | 1011011 | 0 | 1110 | 110111 | 10101011 | 1010011 | 11001 |
Color Harmonies of #0B7464
Complementary color
Monochromatic Colors of #0B7464
Black with #0B7464
Text Example
Text Example
White with #0B7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7464; }
p { color: rgb(11,116,100); }
H1.HeaderClassName
{
color: #0B7464;
}
.AnyTagClassName
{
color: #0B7464;
}
</style>
background-color css
<style>
a { background-color: #0B7464; }
a { background-color: rgb(11,116,100); }
div.DivClassName
{
background-color: #0B7464;
}
.BgClassName
{
background-color: #0B7464;
}
</style>
border-color css
<style>
span { border-color: #0B7464; }
span { border-color: rgb(11,116,100); }
td.TdClassName
{
border-color: #0B7464;
}
.TagClassName
{
border-color: #0B7464;
}
</style>