Shades of Observatory #098E7B
Tints of Observatory #098E7B
RGB
CMYK
RGB Variations
Color information
#098E7B (or 0x098E7B) is known color: Observatory. HEX triplet: 09, 8E and 7B. RGB value is (9,142,123). Sum of RGB (Red+Green+Blue) = 9+142+123=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #098E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098E7B is #F67184. Grayscale: #646464. Windows color (decimal): -16150917 or 8097289. OLE color: 8097289.
HSL color Cylindrical-coordinate representation of color #098E7B: hue angle of 171.43º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098E7B is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 142 | 123 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.44 |
| HSL | 171.43º | 0.88% | 0.3% | - |
| HSV(B) | 171.43º | 0.94% | 0.56% | - |
| XYZ | 13.36 | 20.83 | 22.06 | - |
| YUV | 100.07 | 140.94 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 142 | 123 | 0.94 | 0 | 0.13 | 0.44 | 171.43 | 0.88 | 0.3 |
| Hex | 9 | 8E | 7B | 5E | 0 | D | 2C | AB | 58 | 1E |
| Octal | 11 | 216 | 173 | 136 | 0 | 15 | 54 | 253 | 130 | 36 |
| Binary | 1001 | 10001110 | 1111011 | 1011110 | 0 | 1101 | 101100 | 10101011 | 1011000 | 11110 |
Color Harmonies of #098E7B
Complementary color
Monochromatic Colors of #098E7B
Black with #098E7B
Text Example
Text Example
White with #098E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098E7B; }
p { color: rgb(9,142,123); }
H1.HeaderClassName
{
color: #098E7B;
}
.AnyTagClassName
{
color: #098E7B;
}
</style>
background-color css
<style>
a { background-color: #098E7B; }
a { background-color: rgb(9,142,123); }
div.DivClassName
{
background-color: #098E7B;
}
.BgClassName
{
background-color: #098E7B;
}
</style>
border-color css
<style>
span { border-color: #098E7B; }
span { border-color: rgb(9,142,123); }
td.TdClassName
{
border-color: #098E7B;
}
.TagClassName
{
border-color: #098E7B;
}
</style>