Shades of Observatory #09917B
Tints of Observatory #09917B
RGB
CMYK
RGB Variations
Color information
#09917B (or 0x09917B) is known color: Observatory. HEX triplet: 09, 91 and 7B. RGB value is (9,145,123). Sum of RGB (Red+Green+Blue) = 9+145+123=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #09917B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09917B is #F66E84. Grayscale: #656565. Windows color (decimal): -16150149 or 8098057. OLE color: 8098057.
HSL color Cylindrical-coordinate representation of color #09917B: hue angle of 170.29º 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 #09917B is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 9 | 145 | 123 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.43 |
| HSL | 170.29º | 0.88% | 0.3% | - |
| HSV(B) | 170.29º | 0.94% | 0.57% | - |
| XYZ | 13.81 | 21.74 | 22.21 | - |
| YUV | 101.83 | 139.94 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 145 | 123 | 0.94 | 0 | 0.15 | 0.43 | 170.29 | 0.88 | 0.3 |
| Hex | 9 | 91 | 7B | 5E | 0 | F | 2B | AA | 58 | 1E |
| Octal | 11 | 221 | 173 | 136 | 0 | 17 | 53 | 252 | 130 | 36 |
| Binary | 1001 | 10010001 | 1111011 | 1011110 | 0 | 1111 | 101011 | 10101010 | 1011000 | 11110 |
Color Harmonies of #09917B
Complementary color
Monochromatic Colors of #09917B
Black with #09917B
Text Example
Text Example
White with #09917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09917B; }
p { color: rgb(9,145,123); }
H1.HeaderClassName
{
color: #09917B;
}
.AnyTagClassName
{
color: #09917B;
}
</style>
background-color css
<style>
a { background-color: #09917B; }
a { background-color: rgb(9,145,123); }
div.DivClassName
{
background-color: #09917B;
}
.BgClassName
{
background-color: #09917B;
}
</style>
border-color css
<style>
span { border-color: #09917B; }
span { border-color: rgb(9,145,123); }
td.TdClassName
{
border-color: #09917B;
}
.TagClassName
{
border-color: #09917B;
}
</style>