Shades of Observatory #099373
Tints of Observatory #099373
RGB
CMYK
RGB Variations
Color information
#099373 (or 0x099373) is known color: Observatory. HEX triplet: 09, 93 and 73. RGB value is (9,147,115). Sum of RGB (Red+Green+Blue) = 9+147+115=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #099373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099373 is #F66C8C. Grayscale: #666666. Windows color (decimal): -16149645 or 7574281. OLE color: 7574281.
HSL color Cylindrical-coordinate representation of color #099373: hue angle of 166.09º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099373 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 147 | 115 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.42 |
| HSL | 166.09º | 0.88% | 0.31% | - |
| HSV(B) | 166.09º | 0.94% | 0.58% | - |
| XYZ | 13.64 | 22.16 | 19.78 | - |
| YUV | 102.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 115 | 0.94 | 0 | 0.22 | 0.42 | 166.09 | 0.88 | 0.31 |
| Hex | 9 | 93 | 73 | 5E | 0 | 16 | 2A | A6 | 58 | 1F |
| Octal | 11 | 223 | 163 | 136 | 0 | 26 | 52 | 246 | 130 | 37 |
| Binary | 1001 | 10010011 | 1110011 | 1011110 | 0 | 10110 | 101010 | 10100110 | 1011000 | 11111 |
Color Harmonies of #099373
Complementary color
Monochromatic Colors of #099373
Black with #099373
Text Example
Text Example
White with #099373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099373; }
p { color: rgb(9,147,115); }
H1.HeaderClassName
{
color: #099373;
}
.AnyTagClassName
{
color: #099373;
}
</style>
background-color css
<style>
a { background-color: #099373; }
a { background-color: rgb(9,147,115); }
div.DivClassName
{
background-color: #099373;
}
.BgClassName
{
background-color: #099373;
}
</style>
border-color css
<style>
span { border-color: #099373; }
span { border-color: rgb(9,147,115); }
td.TdClassName
{
border-color: #099373;
}
.TagClassName
{
border-color: #099373;
}
</style>