Html Css Color HEX #0B7666 Tropical Rain Forest
📋 copy color: '#0B7666'red 11 ◦ green 118 ◦ blue 102
Shades of Tropical Rain Forest #0B7666
Tints of Tropical Rain Forest #0B7666
RGB
CMYK
RGB Variations
Color information
#0B7666 (or 0x0B7666) is known color: Tropical Rain Forest. HEX triplet: 0B, 76 and 66. RGB value is (11,118,102). Sum of RGB (Red+Green+Blue) = 11+118+102=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7666 is #F48999. Grayscale: #545454. Windows color (decimal): -16026010 or 6714891. OLE color: 6714891.
HSL color Cylindrical-coordinate representation of color #0B7666: hue angle of 171.03º 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 #0B7666 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 118 | 102 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.54 |
| HSL | 171.03º | 0.83% | 0.25% | - |
| HSV(B) | 171.03º | 0.91% | 0.46% | - |
| XYZ | 9.01 | 13.99 | 14.8 | - |
| YUV | 84.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 118 | 102 | 0.91 | 0 | 0.14 | 0.54 | 171.03 | 0.83 | 0.25 |
| Hex | B | 76 | 66 | 5B | 0 | E | 36 | AB | 53 | 19 |
| Octal | 13 | 166 | 146 | 133 | 0 | 16 | 66 | 253 | 123 | 31 |
| Binary | 1011 | 1110110 | 1100110 | 1011011 | 0 | 1110 | 110110 | 10101011 | 1010011 | 11001 |
Color Harmonies of #0B7666
Complementary color
Monochromatic Colors of #0B7666
Black with #0B7666
Text Example
Text Example
White with #0B7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7666; }
p { color: rgb(11,118,102); }
H1.HeaderClassName
{
color: #0B7666;
}
.AnyTagClassName
{
color: #0B7666;
}
</style>
background-color css
<style>
a { background-color: #0B7666; }
a { background-color: rgb(11,118,102); }
div.DivClassName
{
background-color: #0B7666;
}
.BgClassName
{
background-color: #0B7666;
}
</style>
border-color css
<style>
span { border-color: #0B7666; }
span { border-color: rgb(11,118,102); }
td.TdClassName
{
border-color: #0B7666;
}
.TagClassName
{
border-color: #0B7666;
}
</style>