Shades of Observatory #008F7A
Tints of Observatory #008F7A
RGB
CMYK
RGB Variations
Color information
#008F7A (or 0x008F7A) is known color: Observatory. HEX triplet: 00, 8F and 7A. RGB value is (0,143,122). Sum of RGB (Red+Green+Blue) = 0+143+122=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #008F7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F7A is #FF7085. Grayscale: #616161. Windows color (decimal): -16740486 or 8032000. OLE color: 8032000.
HSL color Cylindrical-coordinate representation of color #008F7A: hue angle of 171.19º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F7A is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 122 | - |
| CMYK | 1 | 0 | 0.15 | 0.44 |
| HSL | 171.19º | 1% | 0.28% | - |
| HSV(B) | 171.19º | 1% | 0.56% | - |
| XYZ | 13.34 | 21.05 | 21.77 | - |
| YUV | 97.85 | 141.62 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 122 | 1 | 0 | 0.15 | 0.44 | 171.19 | 1 | 0.28 |
| Hex | 0 | 8F | 7A | 64 | 0 | F | 2C | AB | 64 | 1C |
| Octal | 0 | 217 | 172 | 144 | 0 | 17 | 54 | 253 | 144 | 34 |
| Binary | 0 | 10001111 | 1111010 | 1100100 | 0 | 1111 | 101100 | 10101011 | 1100100 | 11100 |
Color Harmonies of #008F7A
Complementary color
Monochromatic Colors of #008F7A
Black with #008F7A
Text Example
Text Example
White with #008F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F7A; }
p { color: rgb(0,143,122); }
H1.HeaderClassName
{
color: #008F7A;
}
.AnyTagClassName
{
color: #008F7A;
}
</style>
background-color css
<style>
a { background-color: #008F7A; }
a { background-color: rgb(0,143,122); }
div.DivClassName
{
background-color: #008F7A;
}
.BgClassName
{
background-color: #008F7A;
}
</style>
border-color css
<style>
span { border-color: #008F7A; }
span { border-color: rgb(0,143,122); }
td.TdClassName
{
border-color: #008F7A;
}
.TagClassName
{
border-color: #008F7A;
}
</style>