Shades of Observatory #098D63
Tints of Observatory #098D63
RGB
CMYK
RGB Variations
Color information
#098D63 (or 0x098D63) is known color: Observatory. HEX triplet: 09, 8D and 63. RGB value is (9,141,99). Sum of RGB (Red+Green+Blue) = 9+141+99=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #098D63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D63 is #F6729C. Grayscale: #606060. Windows color (decimal): -16151197 or 6524169. OLE color: 6524169.
HSL color Cylindrical-coordinate representation of color #098D63: hue angle of 160.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098D63 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 99 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.45 |
| HSL | 160.91º | 0.88% | 0.29% | - |
| HSV(B) | 160.91º | 0.94% | 0.55% | - |
| XYZ | 11.89 | 20.01 | 15.04 | - |
| YUV | 96.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 99 | 0.94 | 0 | 0.30 | 0.45 | 160.91 | 0.88 | 0.29 |
| Hex | 9 | 8D | 63 | 5E | 0 | 1E | 2D | A1 | 58 | 1D |
| Octal | 11 | 215 | 143 | 136 | 0 | 36 | 55 | 241 | 130 | 35 |
| Binary | 1001 | 10001101 | 1100011 | 1011110 | 0 | 11110 | 101101 | 10100001 | 1011000 | 11101 |
Color Harmonies of #098D63
Complementary color
Monochromatic Colors of #098D63
Black with #098D63
Text Example
Text Example
White with #098D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D63; }
p { color: rgb(9,141,99); }
H1.HeaderClassName
{
color: #098D63;
}
.AnyTagClassName
{
color: #098D63;
}
</style>
background-color css
<style>
a { background-color: #098D63; }
a { background-color: rgb(9,141,99); }
div.DivClassName
{
background-color: #098D63;
}
.BgClassName
{
background-color: #098D63;
}
</style>
border-color css
<style>
span { border-color: #098D63; }
span { border-color: rgb(9,141,99); }
td.TdClassName
{
border-color: #098D63;
}
.TagClassName
{
border-color: #098D63;
}
</style>