Html Css Color HEX #0B6E62 Tropical Rain Forest
📋 copy color: '#0B6E62'red 11 ◦ green 110 ◦ blue 98
Shades of Tropical Rain Forest #0B6E62
Tints of Tropical Rain Forest #0B6E62
RGB
CMYK
RGB Variations
Color information
#0B6E62 (or 0x0B6E62) is known color: Tropical Rain Forest. HEX triplet: 0B, 6E and 62. RGB value is (11,110,98). Sum of RGB (Red+Green+Blue) = 11+110+98=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 110 (43.36% from 255 or 50.23% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E62 is #F4919D. Grayscale: #4E4E4E. Windows color (decimal): -16028062 or 6450699. OLE color: 6450699.
HSL color Cylindrical-coordinate representation of color #0B6E62: hue angle of 172.73º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6E62 is Cyan = 0.9, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 110 | 98 | - |
| CMYK | 0.9 | 0 | 0.11 | 0.57 |
| HSL | 172.73º | 0.82% | 0.24% | - |
| HSV(B) | 172.73º | 0.9% | 0.43% | - |
| XYZ | 7.92 | 12.1 | 13.47 | - |
| YUV | 79.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 110 | 98 | 0.9 | 0 | 0.11 | 0.57 | 172.73 | 0.82 | 0.24 |
| Hex | B | 6E | 62 | 5A | 0 | B | 39 | AD | 52 | 18 |
| Octal | 13 | 156 | 142 | 132 | 0 | 13 | 71 | 255 | 122 | 30 |
| Binary | 1011 | 1101110 | 1100010 | 1011010 | 0 | 1011 | 111001 | 10101101 | 1010010 | 11000 |
Color Harmonies of #0B6E62
Complementary color
Monochromatic Colors of #0B6E62
Black with #0B6E62
Text Example
Text Example
White with #0B6E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6E62; }
p { color: rgb(11,110,98); }
H1.HeaderClassName
{
color: #0B6E62;
}
.AnyTagClassName
{
color: #0B6E62;
}
</style>
background-color css
<style>
a { background-color: #0B6E62; }
a { background-color: rgb(11,110,98); }
div.DivClassName
{
background-color: #0B6E62;
}
.BgClassName
{
background-color: #0B6E62;
}
</style>
border-color css
<style>
span { border-color: #0B6E62; }
span { border-color: rgb(11,110,98); }
td.TdClassName
{
border-color: #0B6E62;
}
.TagClassName
{
border-color: #0B6E62;
}
</style>