Shades of Observatory #09927B
Tints of Observatory #09927B
RGB
CMYK
RGB Variations
Color information
#09927B (or 0x09927B) is known color: Observatory. HEX triplet: 09, 92 and 7B. RGB value is (9,146,123). Sum of RGB (Red+Green+Blue) = 9+146+123=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #09927B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09927B is #F66D84. Grayscale: #666666. Windows color (decimal): -16149893 or 8098313. OLE color: 8098313.
HSL color Cylindrical-coordinate representation of color #09927B: hue angle of 169.93º 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 #09927B is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 146 | 123 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.43 |
| HSL | 169.93º | 0.88% | 0.3% | - |
| HSV(B) | 169.93º | 0.94% | 0.57% | - |
| XYZ | 13.97 | 22.05 | 22.26 | - |
| YUV | 102.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 123 | 0.94 | 0 | 0.16 | 0.43 | 169.93 | 0.88 | 0.3 |
| Hex | 9 | 92 | 7B | 5E | 0 | 10 | 2B | AA | 58 | 1E |
| Octal | 11 | 222 | 173 | 136 | 0 | 20 | 53 | 252 | 130 | 36 |
| Binary | 1001 | 10010010 | 1111011 | 1011110 | 0 | 10000 | 101011 | 10101010 | 1011000 | 11110 |
Color Harmonies of #09927B
Complementary color
Monochromatic Colors of #09927B
Black with #09927B
Text Example
Text Example
White with #09927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09927B; }
p { color: rgb(9,146,123); }
H1.HeaderClassName
{
color: #09927B;
}
.AnyTagClassName
{
color: #09927B;
}
</style>
background-color css
<style>
a { background-color: #09927B; }
a { background-color: rgb(9,146,123); }
div.DivClassName
{
background-color: #09927B;
}
.BgClassName
{
background-color: #09927B;
}
</style>
border-color css
<style>
span { border-color: #09927B; }
span { border-color: rgb(9,146,123); }
td.TdClassName
{
border-color: #09927B;
}
.TagClassName
{
border-color: #09927B;
}
</style>