Shades of Observatory #09906D
Tints of Observatory #09906D
RGB
CMYK
RGB Variations
Color information
#09906D (or 0x09906D) is known color: Observatory. HEX triplet: 09, 90 and 6D. RGB value is (9,144,109). Sum of RGB (Red+Green+Blue) = 9+144+109=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #09906D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09906D is #F66F92. Grayscale: #636363. Windows color (decimal): -16150419 or 7180297. OLE color: 7180297.
HSL color Cylindrical-coordinate representation of color #09906D: hue angle of 164.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09906D is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 144 | 109 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.44 |
| HSL | 164.44º | 0.88% | 0.3% | - |
| HSV(B) | 164.44º | 0.94% | 0.56% | - |
| XYZ | 12.85 | 21.11 | 17.87 | - |
| YUV | 99.65 | 133.27 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 144 | 109 | 0.94 | 0 | 0.24 | 0.44 | 164.44 | 0.88 | 0.3 |
| Hex | 9 | 90 | 6D | 5E | 0 | 18 | 2C | A4 | 58 | 1E |
| Octal | 11 | 220 | 155 | 136 | 0 | 30 | 54 | 244 | 130 | 36 |
| Binary | 1001 | 10010000 | 1101101 | 1011110 | 0 | 11000 | 101100 | 10100100 | 1011000 | 11110 |
Color Harmonies of #09906D
Complementary color
Monochromatic Colors of #09906D
Black with #09906D
Text Example
Text Example
White with #09906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09906D; }
p { color: rgb(9,144,109); }
H1.HeaderClassName
{
color: #09906D;
}
.AnyTagClassName
{
color: #09906D;
}
</style>
background-color css
<style>
a { background-color: #09906D; }
a { background-color: rgb(9,144,109); }
div.DivClassName
{
background-color: #09906D;
}
.BgClassName
{
background-color: #09906D;
}
</style>
border-color css
<style>
span { border-color: #09906D; }
span { border-color: rgb(9,144,109); }
td.TdClassName
{
border-color: #09906D;
}
.TagClassName
{
border-color: #09906D;
}
</style>