Shades of Observatory #098F79
Tints of Observatory #098F79
RGB
CMYK
RGB Variations
Color information
#098F79 (or 0x098F79) is known color: Observatory. HEX triplet: 09, 8F and 79. RGB value is (9,143,121). Sum of RGB (Red+Green+Blue) = 9+143+121=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 143 (56.25% from 255 or 52.38% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 143 - color contains mainly: green. Hex color #098F79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098F79 is #F67086. Grayscale: #646464. Windows color (decimal): -16150663 or 7966473. OLE color: 7966473.
HSL color Cylindrical-coordinate representation of color #098F79: hue angle of 170.15º 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 #098F79 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 143 | 121 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.44 |
| HSL | 170.15º | 0.88% | 0.3% | - |
| HSV(B) | 170.15º | 0.94% | 0.56% | - |
| XYZ | 13.39 | 21.08 | 21.45 | - |
| YUV | 100.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 121 | 0.94 | 0 | 0.15 | 0.44 | 170.15 | 0.88 | 0.3 |
| Hex | 9 | 8F | 79 | 5E | 0 | F | 2C | AA | 58 | 1E |
| Octal | 11 | 217 | 171 | 136 | 0 | 17 | 54 | 252 | 130 | 36 |
| Binary | 1001 | 10001111 | 1111001 | 1011110 | 0 | 1111 | 101100 | 10101010 | 1011000 | 11110 |
Color Harmonies of #098F79
Complementary color
Monochromatic Colors of #098F79
Black with #098F79
Text Example
Text Example
White with #098F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098F79; }
p { color: rgb(9,143,121); }
H1.HeaderClassName
{
color: #098F79;
}
.AnyTagClassName
{
color: #098F79;
}
</style>
background-color css
<style>
a { background-color: #098F79; }
a { background-color: rgb(9,143,121); }
div.DivClassName
{
background-color: #098F79;
}
.BgClassName
{
background-color: #098F79;
}
</style>
border-color css
<style>
span { border-color: #098F79; }
span { border-color: rgb(9,143,121); }
td.TdClassName
{
border-color: #098F79;
}
.TagClassName
{
border-color: #098F79;
}
</style>