Shades of Observatory #099065
Tints of Observatory #099065
RGB
CMYK
RGB Variations
Color information
#099065 (or 0x099065) is known color: Observatory. HEX triplet: 09, 90 and 65. RGB value is (9,144,101). Sum of RGB (Red+Green+Blue) = 9+144+101=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #099065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099065 is #F66F9A. Grayscale: #626262. Windows color (decimal): -16150427 or 6656009. OLE color: 6656009.
HSL color Cylindrical-coordinate representation of color #099065: hue angle of 160.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099065 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 144 | 101 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.44 |
| HSL | 160.89º | 0.88% | 0.3% | - |
| HSV(B) | 160.89º | 0.94% | 0.56% | - |
| XYZ | 12.43 | 20.94 | 15.7 | - |
| YUV | 98.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 101 | 0.94 | 0 | 0.30 | 0.44 | 160.89 | 0.88 | 0.3 |
| Hex | 9 | 90 | 65 | 5E | 0 | 1E | 2C | A1 | 58 | 1E |
| Octal | 11 | 220 | 145 | 136 | 0 | 36 | 54 | 241 | 130 | 36 |
| Binary | 1001 | 10010000 | 1100101 | 1011110 | 0 | 11110 | 101100 | 10100001 | 1011000 | 11110 |
Color Harmonies of #099065
Complementary color
Monochromatic Colors of #099065
Black with #099065
Text Example
Text Example
White with #099065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099065; }
p { color: rgb(9,144,101); }
H1.HeaderClassName
{
color: #099065;
}
.AnyTagClassName
{
color: #099065;
}
</style>
background-color css
<style>
a { background-color: #099065; }
a { background-color: rgb(9,144,101); }
div.DivClassName
{
background-color: #099065;
}
.BgClassName
{
background-color: #099065;
}
</style>
border-color css
<style>
span { border-color: #099065; }
span { border-color: rgb(9,144,101); }
td.TdClassName
{
border-color: #099065;
}
.TagClassName
{
border-color: #099065;
}
</style>