Shades of Observatory #098973
Tints of Observatory #098973
RGB
CMYK
RGB Variations
Color information
#098973 (or 0x098973) is known color: Observatory. HEX triplet: 09, 89 and 73. RGB value is (9,137,115). Sum of RGB (Red+Green+Blue) = 9+137+115=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #098973 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098973 is #F6768C. Grayscale: #606060. Windows color (decimal): -16152205 or 7571721. OLE color: 7571721.
HSL color Cylindrical-coordinate representation of color #098973: hue angle of 169.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098973 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 115 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.46 |
| HSL | 169.69º | 0.88% | 0.29% | - |
| HSV(B) | 169.69º | 0.93% | 0.54% | - |
| XYZ | 12.15 | 19.19 | 19.28 | - |
| YUV | 96.22 | 138.59 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 115 | 0.93 | 0 | 0.16 | 0.46 | 169.69 | 0.88 | 0.29 |
| Hex | 9 | 89 | 73 | 5D | 0 | 10 | 2E | AA | 58 | 1D |
| Octal | 11 | 211 | 163 | 135 | 0 | 20 | 56 | 252 | 130 | 35 |
| Binary | 1001 | 10001001 | 1110011 | 1011101 | 0 | 10000 | 101110 | 10101010 | 1011000 | 11101 |
Color Harmonies of #098973
Complementary color
Monochromatic Colors of #098973
Black with #098973
Text Example
Text Example
White with #098973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098973; }
p { color: rgb(9,137,115); }
H1.HeaderClassName
{
color: #098973;
}
.AnyTagClassName
{
color: #098973;
}
</style>
background-color css
<style>
a { background-color: #098973; }
a { background-color: rgb(9,137,115); }
div.DivClassName
{
background-color: #098973;
}
.BgClassName
{
background-color: #098973;
}
</style>
border-color css
<style>
span { border-color: #098973; }
span { border-color: rgb(9,137,115); }
td.TdClassName
{
border-color: #098973;
}
.TagClassName
{
border-color: #098973;
}
</style>