Shades of Observatory #088B6D
Tints of Observatory #088B6D
RGB
CMYK
RGB Variations
Color information
#088B6D (or 0x088B6D) is known color: Observatory. HEX triplet: 08, 8B and 6D. RGB value is (8,139,109). Sum of RGB (Red+Green+Blue) = 8+139+109=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #088B6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B6D is #F77492. Grayscale: #606060. Windows color (decimal): -16217235 or 7179016. OLE color: 7179016.
HSL color Cylindrical-coordinate representation of color #088B6D: hue angle of 166.26º 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 #088B6D is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 139 | 109 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.45 |
| HSL | 166.26º | 0.89% | 0.29% | - |
| HSV(B) | 166.26º | 0.94% | 0.55% | - |
| XYZ | 12.09 | 19.62 | 17.62 | - |
| YUV | 96.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 109 | 0.94 | 0 | 0.22 | 0.45 | 166.26 | 0.89 | 0.29 |
| Hex | 8 | 8B | 6D | 5E | 0 | 16 | 2D | A6 | 59 | 1D |
| Octal | 10 | 213 | 155 | 136 | 0 | 26 | 55 | 246 | 131 | 35 |
| Binary | 1000 | 10001011 | 1101101 | 1011110 | 0 | 10110 | 101101 | 10100110 | 1011001 | 11101 |
Color Harmonies of #088B6D
Complementary color
Monochromatic Colors of #088B6D
Black with #088B6D
Text Example
Text Example
White with #088B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088B6D; }
p { color: rgb(8,139,109); }
H1.HeaderClassName
{
color: #088B6D;
}
.AnyTagClassName
{
color: #088B6D;
}
</style>
background-color css
<style>
a { background-color: #088B6D; }
a { background-color: rgb(8,139,109); }
div.DivClassName
{
background-color: #088B6D;
}
.BgClassName
{
background-color: #088B6D;
}
</style>
border-color css
<style>
span { border-color: #088B6D; }
span { border-color: rgb(8,139,109); }
td.TdClassName
{
border-color: #088B6D;
}
.TagClassName
{
border-color: #088B6D;
}
</style>