Html Css Color HEX #0B7766 Tropical Rain Forest
📋 copy color: '#0B7766'red 11 ◦ green 119 ◦ blue 102
Shades of Tropical Rain Forest #0B7766
Tints of Tropical Rain Forest #0B7766
RGB
CMYK
RGB Variations
Color information
#0B7766 (or 0x0B7766) is known color: Tropical Rain Forest. HEX triplet: 0B, 77 and 66. RGB value is (11,119,102). Sum of RGB (Red+Green+Blue) = 11+119+102=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #0B7766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7766 is #F48899. Grayscale: #545454. Windows color (decimal): -16025754 or 6715147. OLE color: 6715147.
HSL color Cylindrical-coordinate representation of color #0B7766: hue angle of 170.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7766 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 119 | 102 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.53 |
| HSL | 170.56º | 0.83% | 0.25% | - |
| HSV(B) | 170.56º | 0.91% | 0.47% | - |
| XYZ | 9.13 | 14.22 | 14.83 | - |
| YUV | 84.77 | 137.72 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 102 | 0.91 | 0 | 0.14 | 0.53 | 170.56 | 0.83 | 0.25 |
| Hex | B | 77 | 66 | 5B | 0 | E | 35 | AB | 53 | 19 |
| Octal | 13 | 167 | 146 | 133 | 0 | 16 | 65 | 253 | 123 | 31 |
| Binary | 1011 | 1110111 | 1100110 | 1011011 | 0 | 1110 | 110101 | 10101011 | 1010011 | 11001 |
Color Harmonies of #0B7766
Complementary color
Monochromatic Colors of #0B7766
Black with #0B7766
Text Example
Text Example
White with #0B7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7766; }
p { color: rgb(11,119,102); }
H1.HeaderClassName
{
color: #0B7766;
}
.AnyTagClassName
{
color: #0B7766;
}
</style>
background-color css
<style>
a { background-color: #0B7766; }
a { background-color: rgb(11,119,102); }
div.DivClassName
{
background-color: #0B7766;
}
.BgClassName
{
background-color: #0B7766;
}
</style>
border-color css
<style>
span { border-color: #0B7766; }
span { border-color: rgb(11,119,102); }
td.TdClassName
{
border-color: #0B7766;
}
.TagClassName
{
border-color: #0B7766;
}
</style>