Shades of Observatory #008B7B
Tints of Observatory #008B7B
RGB
CMYK
RGB Variations
Color information
#008B7B (or 0x008B7B) is known color: Observatory. HEX triplet: 00, 8B and 7B. RGB value is (0,139,123). Sum of RGB (Red+Green+Blue) = 0+139+123=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #008B7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B7B is #FF7484. Grayscale: #5F5F5F. Windows color (decimal): -16741509 or 8096512. OLE color: 8096512.
HSL color Cylindrical-coordinate representation of color #008B7B: hue angle of 173.09º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B7B is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 123 | - |
| CMYK | 1 | 0 | 0.12 | 0.45 |
| HSL | 173.09º | 1% | 0.27% | - |
| HSV(B) | 173.09º | 1% | 0.55% | - |
| XYZ | 12.81 | 19.9 | 21.9 | - |
| YUV | 95.62 | 143.45 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 123 | 1 | 0 | 0.12 | 0.45 | 173.09 | 1 | 0.27 |
| Hex | 0 | 8B | 7B | 64 | 0 | C | 2D | AD | 64 | 1B |
| Octal | 0 | 213 | 173 | 144 | 0 | 14 | 55 | 255 | 144 | 33 |
| Binary | 0 | 10001011 | 1111011 | 1100100 | 0 | 1100 | 101101 | 10101101 | 1100100 | 11011 |
Color Harmonies of #008B7B
Complementary color
Monochromatic Colors of #008B7B
Black with #008B7B
Text Example
Text Example
White with #008B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B7B; }
p { color: rgb(0,139,123); }
H1.HeaderClassName
{
color: #008B7B;
}
.AnyTagClassName
{
color: #008B7B;
}
</style>
background-color css
<style>
a { background-color: #008B7B; }
a { background-color: rgb(0,139,123); }
div.DivClassName
{
background-color: #008B7B;
}
.BgClassName
{
background-color: #008B7B;
}
</style>
border-color css
<style>
span { border-color: #008B7B; }
span { border-color: rgb(0,139,123); }
td.TdClassName
{
border-color: #008B7B;
}
.TagClassName
{
border-color: #008B7B;
}
</style>