Shades of Observatory #09927A
Tints of Observatory #09927A
RGB
CMYK
RGB Variations
Color information
#09927A (or 0x09927A) is known color: Observatory. HEX triplet: 09, 92 and 7A. RGB value is (9,146,122). Sum of RGB (Red+Green+Blue) = 9+146+122=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #09927A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09927A is #F66D85. Grayscale: #666666. Windows color (decimal): -16149894 or 8032777. OLE color: 8032777.
HSL color Cylindrical-coordinate representation of color #09927A: hue angle of 169.49º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09927A is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 146 | 122 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.43 |
| HSL | 169.49º | 0.88% | 0.3% | - |
| HSV(B) | 169.49º | 0.94% | 0.57% | - |
| XYZ | 13.9 | 22.02 | 21.93 | - |
| YUV | 102.3 | 139.11 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 122 | 0.94 | 0 | 0.16 | 0.43 | 169.49 | 0.88 | 0.3 |
| Hex | 9 | 92 | 7A | 5E | 0 | 10 | 2B | A9 | 58 | 1E |
| Octal | 11 | 222 | 172 | 136 | 0 | 20 | 53 | 251 | 130 | 36 |
| Binary | 1001 | 10010010 | 1111010 | 1011110 | 0 | 10000 | 101011 | 10101001 | 1011000 | 11110 |
Color Harmonies of #09927A
Complementary color
Monochromatic Colors of #09927A
Black with #09927A
Text Example
Text Example
White with #09927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09927A; }
p { color: rgb(9,146,122); }
H1.HeaderClassName
{
color: #09927A;
}
.AnyTagClassName
{
color: #09927A;
}
</style>
background-color css
<style>
a { background-color: #09927A; }
a { background-color: rgb(9,146,122); }
div.DivClassName
{
background-color: #09927A;
}
.BgClassName
{
background-color: #09927A;
}
</style>
border-color css
<style>
span { border-color: #09927A; }
span { border-color: rgb(9,146,122); }
td.TdClassName
{
border-color: #09927A;
}
.TagClassName
{
border-color: #09927A;
}
</style>