Shades of Observatory #098D6E
Tints of Observatory #098D6E
RGB
CMYK
RGB Variations
Color information
#098D6E (or 0x098D6E) is known color: Observatory. HEX triplet: 09, 8D and 6E. RGB value is (9,141,110). Sum of RGB (Red+Green+Blue) = 9+141+110=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #098D6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098D6E is #F67291. Grayscale: #616161. Windows color (decimal): -16151186 or 7245065. OLE color: 7245065.
HSL color Cylindrical-coordinate representation of color #098D6E: hue angle of 165.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 #098D6E is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 141 | 110 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.45 |
| HSL | 165.91º | 0.88% | 0.29% | - |
| HSV(B) | 165.91º | 0.94% | 0.55% | - |
| XYZ | 12.45 | 20.23 | 18 | - |
| YUV | 98 | 134.77 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 110 | 0.94 | 0 | 0.22 | 0.45 | 165.91 | 0.88 | 0.29 |
| Hex | 9 | 8D | 6E | 5E | 0 | 16 | 2D | A6 | 58 | 1D |
| Octal | 11 | 215 | 156 | 136 | 0 | 26 | 55 | 246 | 130 | 35 |
| Binary | 1001 | 10001101 | 1101110 | 1011110 | 0 | 10110 | 101101 | 10100110 | 1011000 | 11101 |
Color Harmonies of #098D6E
Complementary color
Monochromatic Colors of #098D6E
Black with #098D6E
Text Example
Text Example
White with #098D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098D6E; }
p { color: rgb(9,141,110); }
H1.HeaderClassName
{
color: #098D6E;
}
.AnyTagClassName
{
color: #098D6E;
}
</style>
background-color css
<style>
a { background-color: #098D6E; }
a { background-color: rgb(9,141,110); }
div.DivClassName
{
background-color: #098D6E;
}
.BgClassName
{
background-color: #098D6E;
}
</style>
border-color css
<style>
span { border-color: #098D6E; }
span { border-color: rgb(9,141,110); }
td.TdClassName
{
border-color: #098D6E;
}
.TagClassName
{
border-color: #098D6E;
}
</style>