Shades of Observatory #09846D
Tints of Observatory #09846D
RGB
CMYK
RGB Variations
Color information
#09846D (or 0x09846D) is known color: Observatory. HEX triplet: 09, 84 and 6D. RGB value is (9,132,109). Sum of RGB (Red+Green+Blue) = 9+132+109=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #09846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09846D is #F67B92. Grayscale: #5C5C5C. Windows color (decimal): -16153491 or 7177225. OLE color: 7177225.
HSL color Cylindrical-coordinate representation of color #09846D: hue angle of 168.78º 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 #09846D is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 109 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.48 |
| HSL | 168.78º | 0.87% | 0.28% | - |
| HSV(B) | 168.78º | 0.93% | 0.52% | - |
| XYZ | 11.12 | 17.66 | 17.29 | - |
| YUV | 92.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 109 | 0.93 | 0 | 0.17 | 0.48 | 168.78 | 0.87 | 0.28 |
| Hex | 9 | 84 | 6D | 5D | 0 | 11 | 30 | A9 | 57 | 1C |
| Octal | 11 | 204 | 155 | 135 | 0 | 21 | 60 | 251 | 127 | 34 |
| Binary | 1001 | 10000100 | 1101101 | 1011101 | 0 | 10001 | 110000 | 10101001 | 1010111 | 11100 |
Color Harmonies of #09846D
Complementary color
Monochromatic Colors of #09846D
Black with #09846D
Text Example
Text Example
White with #09846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09846D; }
p { color: rgb(9,132,109); }
H1.HeaderClassName
{
color: #09846D;
}
.AnyTagClassName
{
color: #09846D;
}
</style>
background-color css
<style>
a { background-color: #09846D; }
a { background-color: rgb(9,132,109); }
div.DivClassName
{
background-color: #09846D;
}
.BgClassName
{
background-color: #09846D;
}
</style>
border-color css
<style>
span { border-color: #09846D; }
span { border-color: rgb(9,132,109); }
td.TdClassName
{
border-color: #09846D;
}
.TagClassName
{
border-color: #09846D;
}
</style>