Html Css Color HEX #0B7460 Tropical Rain Forest
📋 copy color: '#0B7460'red 11 ◦ green 116 ◦ blue 96
Shades of Tropical Rain Forest #0B7460
Tints of Tropical Rain Forest #0B7460
RGB
CMYK
RGB Variations
Color information
#0B7460 (or 0x0B7460) is known color: Tropical Rain Forest. HEX triplet: 0B, 74 and 60. RGB value is (11,116,96). Sum of RGB (Red+Green+Blue) = 11+116+96=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #0B7460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7460 is #F48B9F. Grayscale: #525252. Windows color (decimal): -16026528 or 6321163. OLE color: 6321163.
HSL color Cylindrical-coordinate representation of color #0B7460: hue angle of 168.57º 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 #0B7460 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 116 | 96 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.55 |
| HSL | 168.57º | 0.83% | 0.25% | - |
| HSV(B) | 168.57º | 0.91% | 0.45% | - |
| XYZ | 8.49 | 13.41 | 13.21 | - |
| YUV | 82.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 116 | 96 | 0.91 | 0 | 0.17 | 0.55 | 168.57 | 0.83 | 0.25 |
| Hex | B | 74 | 60 | 5B | 0 | 11 | 37 | A9 | 53 | 19 |
| Octal | 13 | 164 | 140 | 133 | 0 | 21 | 67 | 251 | 123 | 31 |
| Binary | 1011 | 1110100 | 1100000 | 1011011 | 0 | 10001 | 110111 | 10101001 | 1010011 | 11001 |
Color Harmonies of #0B7460
Complementary color
Monochromatic Colors of #0B7460
Black with #0B7460
Text Example
Text Example
White with #0B7460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7460; }
p { color: rgb(11,116,96); }
H1.HeaderClassName
{
color: #0B7460;
}
.AnyTagClassName
{
color: #0B7460;
}
</style>
background-color css
<style>
a { background-color: #0B7460; }
a { background-color: rgb(11,116,96); }
div.DivClassName
{
background-color: #0B7460;
}
.BgClassName
{
background-color: #0B7460;
}
</style>
border-color css
<style>
span { border-color: #0B7460; }
span { border-color: rgb(11,116,96); }
td.TdClassName
{
border-color: #0B7460;
}
.TagClassName
{
border-color: #0B7460;
}
</style>