Shades of Observatory #008A7A
Tints of Observatory #008A7A
RGB
CMYK
RGB Variations
Color information
#008A7A (or 0x008A7A) is known color: Observatory. HEX triplet: 00, 8A and 7A. RGB value is (0,138,122). Sum of RGB (Red+Green+Blue) = 0+138+122=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #008A7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A7A is #FF7585. Grayscale: #5E5E5E. Windows color (decimal): -16741766 or 8030720. OLE color: 8030720.
HSL color Cylindrical-coordinate representation of color #008A7A: hue angle of 173.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A7A is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 122 | - |
| CMYK | 1 | 0 | 0.12 | 0.46 |
| HSL | 173.04º | 1% | 0.27% | - |
| HSV(B) | 173.04º | 1% | 0.54% | - |
| XYZ | 12.6 | 19.58 | 21.53 | - |
| YUV | 94.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 122 | 1 | 0 | 0.12 | 0.46 | 173.04 | 1 | 0.27 |
| Hex | 0 | 8A | 7A | 64 | 0 | C | 2E | AD | 64 | 1B |
| Octal | 0 | 212 | 172 | 144 | 0 | 14 | 56 | 255 | 144 | 33 |
| Binary | 0 | 10001010 | 1111010 | 1100100 | 0 | 1100 | 101110 | 10101101 | 1100100 | 11011 |
Color Harmonies of #008A7A
Complementary color
Monochromatic Colors of #008A7A
Black with #008A7A
Text Example
Text Example
White with #008A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A7A; }
p { color: rgb(0,138,122); }
H1.HeaderClassName
{
color: #008A7A;
}
.AnyTagClassName
{
color: #008A7A;
}
</style>
background-color css
<style>
a { background-color: #008A7A; }
a { background-color: rgb(0,138,122); }
div.DivClassName
{
background-color: #008A7A;
}
.BgClassName
{
background-color: #008A7A;
}
</style>
border-color css
<style>
span { border-color: #008A7A; }
span { border-color: rgb(0,138,122); }
td.TdClassName
{
border-color: #008A7A;
}
.TagClassName
{
border-color: #008A7A;
}
</style>