Html Css Color HEX #0B6C5E Tropical Rain Forest
📋 copy color: '#0B6C5E'red 11 ◦ green 108 ◦ blue 94
Shades of Tropical Rain Forest #0B6C5E
Tints of Tropical Rain Forest #0B6C5E
RGB
CMYK
RGB Variations
Color information
#0B6C5E (or 0x0B6C5E) is known color: Tropical Rain Forest. HEX triplet: 0B, 6C and 5E. RGB value is (11,108,94). Sum of RGB (Red+Green+Blue) = 11+108+94=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6C5E is #F493A1. Grayscale: #4D4D4D. Windows color (decimal): -16028578 or 6188043. OLE color: 6188043.
HSL color Cylindrical-coordinate representation of color #0B6C5E: hue angle of 171.34º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6C5E is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 108 | 94 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.58 |
| HSL | 171.34º | 0.82% | 0.23% | - |
| HSV(B) | 171.34º | 0.9% | 0.42% | - |
| XYZ | 7.52 | 11.6 | 12.43 | - |
| YUV | 77.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 108 | 94 | 0.90 | 0 | 0.13 | 0.58 | 171.34 | 0.82 | 0.23 |
| Hex | B | 6C | 5E | 5A | 0 | D | 3A | AB | 52 | 17 |
| Octal | 13 | 154 | 136 | 132 | 0 | 15 | 72 | 253 | 122 | 27 |
| Binary | 1011 | 1101100 | 1011110 | 1011010 | 0 | 1101 | 111010 | 10101011 | 1010010 | 10111 |
Color Harmonies of #0B6C5E
Complementary color
Monochromatic Colors of #0B6C5E
Black with #0B6C5E
Text Example
Text Example
White with #0B6C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6C5E; }
p { color: rgb(11,108,94); }
H1.HeaderClassName
{
color: #0B6C5E;
}
.AnyTagClassName
{
color: #0B6C5E;
}
</style>
background-color css
<style>
a { background-color: #0B6C5E; }
a { background-color: rgb(11,108,94); }
div.DivClassName
{
background-color: #0B6C5E;
}
.BgClassName
{
background-color: #0B6C5E;
}
</style>
border-color css
<style>
span { border-color: #0B6C5E; }
span { border-color: rgb(11,108,94); }
td.TdClassName
{
border-color: #0B6C5E;
}
.TagClassName
{
border-color: #0B6C5E;
}
</style>