Shades of Observatory #099374
Tints of Observatory #099374
RGB
CMYK
RGB Variations
Color information
#099374 (or 0x099374) is known color: Observatory. HEX triplet: 09, 93 and 74. RGB value is (9,147,116). Sum of RGB (Red+Green+Blue) = 9+147+116=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #099374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099374 is #F66C8B. Grayscale: #666666. Windows color (decimal): -16149644 or 7639817. OLE color: 7639817.
HSL color Cylindrical-coordinate representation of color #099374: hue angle of 166.52º 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 #099374 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 147 | 116 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.42 |
| HSL | 166.52º | 0.88% | 0.31% | - |
| HSV(B) | 166.52º | 0.94% | 0.58% | - |
| XYZ | 13.7 | 22.19 | 20.08 | - |
| YUV | 102.2 | 135.78 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 116 | 0.94 | 0 | 0.21 | 0.42 | 166.52 | 0.88 | 0.31 |
| Hex | 9 | 93 | 74 | 5E | 0 | 15 | 2A | A7 | 58 | 1F |
| Octal | 11 | 223 | 164 | 136 | 0 | 25 | 52 | 247 | 130 | 37 |
| Binary | 1001 | 10010011 | 1110100 | 1011110 | 0 | 10101 | 101010 | 10100111 | 1011000 | 11111 |
Color Harmonies of #099374
Complementary color
Monochromatic Colors of #099374
Black with #099374
Text Example
Text Example
White with #099374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099374; }
p { color: rgb(9,147,116); }
H1.HeaderClassName
{
color: #099374;
}
.AnyTagClassName
{
color: #099374;
}
</style>
background-color css
<style>
a { background-color: #099374; }
a { background-color: rgb(9,147,116); }
div.DivClassName
{
background-color: #099374;
}
.BgClassName
{
background-color: #099374;
}
</style>
border-color css
<style>
span { border-color: #099374; }
span { border-color: rgb(9,147,116); }
td.TdClassName
{
border-color: #099374;
}
.TagClassName
{
border-color: #099374;
}
</style>