Shades of Observatory #088B77
Tints of Observatory #088B77
RGB
CMYK
RGB Variations
Color information
#088B77 (or 0x088B77) is known color: Observatory. HEX triplet: 08, 8B and 77. RGB value is (8,139,119). Sum of RGB (Red+Green+Blue) = 8+139+119=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #088B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B77 is #F77488. Grayscale: #616161. Windows color (decimal): -16217225 or 7834376. OLE color: 7834376.
HSL color Cylindrical-coordinate representation of color #088B77: hue angle of 170.84º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B77 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 119 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.45 |
| HSL | 170.84º | 0.89% | 0.29% | - |
| HSV(B) | 170.84º | 0.94% | 0.55% | - |
| XYZ | 12.66 | 19.85 | 20.62 | - |
| YUV | 97.55 | 140.1 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 119 | 0.94 | 0 | 0.14 | 0.45 | 170.84 | 0.89 | 0.29 |
| Hex | 8 | 8B | 77 | 5E | 0 | E | 2D | AB | 59 | 1D |
| Octal | 10 | 213 | 167 | 136 | 0 | 16 | 55 | 253 | 131 | 35 |
| Binary | 1000 | 10001011 | 1110111 | 1011110 | 0 | 1110 | 101101 | 10101011 | 1011001 | 11101 |
Color Harmonies of #088B77
Complementary color
Monochromatic Colors of #088B77
Black with #088B77
Text Example
Text Example
White with #088B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B77; }
p { color: rgb(8,139,119); }
H1.HeaderClassName
{
color: #088B77;
}
.AnyTagClassName
{
color: #088B77;
}
</style>
background-color css
<style>
a { background-color: #088B77; }
a { background-color: rgb(8,139,119); }
div.DivClassName
{
background-color: #088B77;
}
.BgClassName
{
background-color: #088B77;
}
</style>
border-color css
<style>
span { border-color: #088B77; }
span { border-color: rgb(8,139,119); }
td.TdClassName
{
border-color: #088B77;
}
.TagClassName
{
border-color: #088B77;
}
</style>