Shades of Observatory #09906F
Tints of Observatory #09906F
RGB
CMYK
RGB Variations
Color information
#09906F (or 0x09906F) is known color: Observatory. HEX triplet: 09, 90 and 6F. RGB value is (9,144,111). Sum of RGB (Red+Green+Blue) = 9+144+111=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #09906F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09906F is #F66F90. Grayscale: #636363. Windows color (decimal): -16150417 or 7311369. OLE color: 7311369.
HSL color Cylindrical-coordinate representation of color #09906F: hue angle of 165.33º 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 #09906F is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 144 | 111 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.44 |
| HSL | 165.33º | 0.88% | 0.3% | - |
| HSV(B) | 165.33º | 0.94% | 0.56% | - |
| XYZ | 12.96 | 21.15 | 18.44 | - |
| YUV | 99.87 | 134.27 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 111 | 0.94 | 0 | 0.23 | 0.44 | 165.33 | 0.88 | 0.3 |
| Hex | 9 | 90 | 6F | 5E | 0 | 17 | 2C | A5 | 58 | 1E |
| Octal | 11 | 220 | 157 | 136 | 0 | 27 | 54 | 245 | 130 | 36 |
| Binary | 1001 | 10010000 | 1101111 | 1011110 | 0 | 10111 | 101100 | 10100101 | 1011000 | 11110 |
Color Harmonies of #09906F
Complementary color
Monochromatic Colors of #09906F
Black with #09906F
Text Example
Text Example
White with #09906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09906F; }
p { color: rgb(9,144,111); }
H1.HeaderClassName
{
color: #09906F;
}
.AnyTagClassName
{
color: #09906F;
}
</style>
background-color css
<style>
a { background-color: #09906F; }
a { background-color: rgb(9,144,111); }
div.DivClassName
{
background-color: #09906F;
}
.BgClassName
{
background-color: #09906F;
}
</style>
border-color css
<style>
span { border-color: #09906F; }
span { border-color: rgb(9,144,111); }
td.TdClassName
{
border-color: #09906F;
}
.TagClassName
{
border-color: #09906F;
}
</style>