Shades of Observatory #09946D
Tints of Observatory #09946D
RGB
CMYK
RGB Variations
Color information
#09946D (or 0x09946D) is known color: Observatory. HEX triplet: 09, 94 and 6D. RGB value is (9,148,109). Sum of RGB (Red+Green+Blue) = 9+148+109=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #09946D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09946D is #F66B92. Grayscale: #666666. Windows color (decimal): -16149395 or 7181321. OLE color: 7181321.
HSL color Cylindrical-coordinate representation of color #09946D: hue angle of 163.17º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09946D is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 109 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.42 |
| HSL | 163.17º | 0.89% | 0.31% | - |
| HSV(B) | 163.17º | 0.94% | 0.58% | - |
| XYZ | 13.46 | 22.34 | 18.07 | - |
| YUV | 101.99 | 131.95 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 109 | 0.94 | 0 | 0.26 | 0.42 | 163.17 | 0.89 | 0.31 |
| Hex | 9 | 94 | 6D | 5E | 0 | 1A | 2A | A3 | 59 | 1F |
| Octal | 11 | 224 | 155 | 136 | 0 | 32 | 52 | 243 | 131 | 37 |
| Binary | 1001 | 10010100 | 1101101 | 1011110 | 0 | 11010 | 101010 | 10100011 | 1011001 | 11111 |
Color Harmonies of #09946D
Complementary color
Monochromatic Colors of #09946D
Black with #09946D
Text Example
Text Example
White with #09946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09946D; }
p { color: rgb(9,148,109); }
H1.HeaderClassName
{
color: #09946D;
}
.AnyTagClassName
{
color: #09946D;
}
</style>
background-color css
<style>
a { background-color: #09946D; }
a { background-color: rgb(9,148,109); }
div.DivClassName
{
background-color: #09946D;
}
.BgClassName
{
background-color: #09946D;
}
</style>
border-color css
<style>
span { border-color: #09946D; }
span { border-color: rgb(9,148,109); }
td.TdClassName
{
border-color: #09946D;
}
.TagClassName
{
border-color: #09946D;
}
</style>