Shades of Observatory #0B8B77
Tints of Observatory #0B8B77
RGB
CMYK
RGB Variations
Color information
#0B8B77 (or 0x0B8B77) is known color: Observatory. HEX triplet: 0B, 8B and 77. RGB value is (11,139,119). Sum of RGB (Red+Green+Blue) = 11+139+119=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #0B8B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8B77 is #F47488. Grayscale: #626262. Windows color (decimal): -16020617 or 7834379. OLE color: 7834379.
HSL color Cylindrical-coordinate representation of color #0B8B77: hue angle of 170.62º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8B77 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 139 | 119 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.45 |
| HSL | 170.63º | 0.85% | 0.29% | - |
| HSV(B) | 170.63º | 0.92% | 0.55% | - |
| XYZ | 12.7 | 19.87 | 20.62 | - |
| YUV | 98.45 | 139.59 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 139 | 119 | 0.92 | 0 | 0.14 | 0.45 | 170.63 | 0.85 | 0.29 |
| Hex | B | 8B | 77 | 5C | 0 | E | 2D | AB | 55 | 1D |
| Octal | 13 | 213 | 167 | 134 | 0 | 16 | 55 | 253 | 125 | 35 |
| Binary | 1011 | 10001011 | 1110111 | 1011100 | 0 | 1110 | 101101 | 10101011 | 1010101 | 11101 |
Color Harmonies of #0B8B77
Complementary color
Monochromatic Colors of #0B8B77
Black with #0B8B77
Text Example
Text Example
White with #0B8B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8B77; }
p { color: rgb(11,139,119); }
H1.HeaderClassName
{
color: #0B8B77;
}
.AnyTagClassName
{
color: #0B8B77;
}
</style>
background-color css
<style>
a { background-color: #0B8B77; }
a { background-color: rgb(11,139,119); }
div.DivClassName
{
background-color: #0B8B77;
}
.BgClassName
{
background-color: #0B8B77;
}
</style>
border-color css
<style>
span { border-color: #0B8B77; }
span { border-color: rgb(11,139,119); }
td.TdClassName
{
border-color: #0B8B77;
}
.TagClassName
{
border-color: #0B8B77;
}
</style>