Shades of Observatory #09846B
Tints of Observatory #09846B
RGB
CMYK
RGB Variations
Color information
#09846B (or 0x09846B) is known color: Observatory. HEX triplet: 09, 84 and 6B. RGB value is (9,132,107). Sum of RGB (Red+Green+Blue) = 9+132+107=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #09846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09846B is #F67B94. Grayscale: #5C5C5C. Windows color (decimal): -16153493 or 7046153. OLE color: 7046153.
HSL color Cylindrical-coordinate representation of color #09846B: hue angle of 167.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09846B is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 107 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.48 |
| HSL | 167.8º | 0.87% | 0.28% | - |
| HSV(B) | 167.8º | 0.93% | 0.52% | - |
| XYZ | 11.02 | 17.62 | 16.73 | - |
| YUV | 92.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 107 | 0.93 | 0 | 0.19 | 0.48 | 167.8 | 0.87 | 0.28 |
| Hex | 9 | 84 | 6B | 5D | 0 | 13 | 30 | A8 | 57 | 1C |
| Octal | 11 | 204 | 153 | 135 | 0 | 23 | 60 | 250 | 127 | 34 |
| Binary | 1001 | 10000100 | 1101011 | 1011101 | 0 | 10011 | 110000 | 10101000 | 1010111 | 11100 |
Color Harmonies of #09846B
Complementary color
Monochromatic Colors of #09846B
Black with #09846B
Text Example
Text Example
White with #09846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09846B; }
p { color: rgb(9,132,107); }
H1.HeaderClassName
{
color: #09846B;
}
.AnyTagClassName
{
color: #09846B;
}
</style>
background-color css
<style>
a { background-color: #09846B; }
a { background-color: rgb(9,132,107); }
div.DivClassName
{
background-color: #09846B;
}
.BgClassName
{
background-color: #09846B;
}
</style>
border-color css
<style>
span { border-color: #09846B; }
span { border-color: rgb(9,132,107); }
td.TdClassName
{
border-color: #09846B;
}
.TagClassName
{
border-color: #09846B;
}
</style>