Shades of Observatory #0B8976
Tints of Observatory #0B8976
RGB
CMYK
RGB Variations
Color information
#0B8976 (or 0x0B8976) is known color: Observatory. HEX triplet: 0B, 89 and 76. RGB value is (11,137,118). Sum of RGB (Red+Green+Blue) = 11+137+118=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8976 is #F47689. Grayscale: #616161. Windows color (decimal): -16021130 or 7768331. OLE color: 7768331.
HSL color Cylindrical-coordinate representation of color #0B8976: hue angle of 170.95º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8976 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 137 | 118 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.46 |
| HSL | 170.95º | 0.85% | 0.29% | - |
| HSV(B) | 170.95º | 0.92% | 0.54% | - |
| XYZ | 12.35 | 19.27 | 20.21 | - |
| YUV | 97.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 118 | 0.92 | 0 | 0.14 | 0.46 | 170.95 | 0.85 | 0.29 |
| Hex | B | 89 | 76 | 5C | 0 | E | 2E | AB | 55 | 1D |
| Octal | 13 | 211 | 166 | 134 | 0 | 16 | 56 | 253 | 125 | 35 |
| Binary | 1011 | 10001001 | 1110110 | 1011100 | 0 | 1110 | 101110 | 10101011 | 1010101 | 11101 |
Color Harmonies of #0B8976
Complementary color
Monochromatic Colors of #0B8976
Black with #0B8976
Text Example
Text Example
White with #0B8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8976; }
p { color: rgb(11,137,118); }
H1.HeaderClassName
{
color: #0B8976;
}
.AnyTagClassName
{
color: #0B8976;
}
</style>
background-color css
<style>
a { background-color: #0B8976; }
a { background-color: rgb(11,137,118); }
div.DivClassName
{
background-color: #0B8976;
}
.BgClassName
{
background-color: #0B8976;
}
</style>
border-color css
<style>
span { border-color: #0B8976; }
span { border-color: rgb(11,137,118); }
td.TdClassName
{
border-color: #0B8976;
}
.TagClassName
{
border-color: #0B8976;
}
</style>