Shades of Observatory #0B8979
Tints of Observatory #0B8979
RGB
CMYK
RGB Variations
Color information
#0B8979 (or 0x0B8979) is known color: Observatory. HEX triplet: 0B, 89 and 79. RGB value is (11,137,121). Sum of RGB (Red+Green+Blue) = 11+137+121=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8979 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8979 is #F47686. Grayscale: #616161. Windows color (decimal): -16021127 or 7964939. OLE color: 7964939.
HSL color Cylindrical-coordinate representation of color #0B8979: hue angle of 172.38º 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 #0B8979 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 137 | 121 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.46 |
| HSL | 172.38º | 0.85% | 0.29% | - |
| HSV(B) | 172.38º | 0.92% | 0.54% | - |
| XYZ | 12.53 | 19.34 | 21.16 | - |
| YUV | 97.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 121 | 0.92 | 0 | 0.12 | 0.46 | 172.38 | 0.85 | 0.29 |
| Hex | B | 89 | 79 | 5C | 0 | C | 2E | AC | 55 | 1D |
| Octal | 13 | 211 | 171 | 134 | 0 | 14 | 56 | 254 | 125 | 35 |
| Binary | 1011 | 10001001 | 1111001 | 1011100 | 0 | 1100 | 101110 | 10101100 | 1010101 | 11101 |
Color Harmonies of #0B8979
Complementary color
Monochromatic Colors of #0B8979
Black with #0B8979
Text Example
Text Example
White with #0B8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8979; }
p { color: rgb(11,137,121); }
H1.HeaderClassName
{
color: #0B8979;
}
.AnyTagClassName
{
color: #0B8979;
}
</style>
background-color css
<style>
a { background-color: #0B8979; }
a { background-color: rgb(11,137,121); }
div.DivClassName
{
background-color: #0B8979;
}
.BgClassName
{
background-color: #0B8979;
}
</style>
border-color css
<style>
span { border-color: #0B8979; }
span { border-color: rgb(11,137,121); }
td.TdClassName
{
border-color: #0B8979;
}
.TagClassName
{
border-color: #0B8979;
}
</style>