Shades of Observatory #0B9066
Tints of Observatory #0B9066
RGB
CMYK
RGB Variations
Color information
#0B9066 (or 0x0B9066) is known color: Observatory. HEX triplet: 0B, 90 and 66. RGB value is (11,144,102). Sum of RGB (Red+Green+Blue) = 11+144+102=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #0B9066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9066 is #F46F99. Grayscale: #636363. Windows color (decimal): -16019354 or 6721547. OLE color: 6721547.
HSL color Cylindrical-coordinate representation of color #0B9066: hue angle of 161.05º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9066 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 144 | 102 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.44 |
| HSL | 161.05º | 0.86% | 0.3% | - |
| HSV(B) | 161.05º | 0.92% | 0.56% | - |
| XYZ | 12.51 | 20.98 | 15.96 | - |
| YUV | 99.45 | 129.44 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 102 | 0.92 | 0 | 0.29 | 0.44 | 161.05 | 0.86 | 0.3 |
| Hex | B | 90 | 66 | 5C | 0 | 1D | 2C | A1 | 56 | 1E |
| Octal | 13 | 220 | 146 | 134 | 0 | 35 | 54 | 241 | 126 | 36 |
| Binary | 1011 | 10010000 | 1100110 | 1011100 | 0 | 11101 | 101100 | 10100001 | 1010110 | 11110 |
Color Harmonies of #0B9066
Complementary color
Monochromatic Colors of #0B9066
Black with #0B9066
Text Example
Text Example
White with #0B9066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9066; }
p { color: rgb(11,144,102); }
H1.HeaderClassName
{
color: #0B9066;
}
.AnyTagClassName
{
color: #0B9066;
}
</style>
background-color css
<style>
a { background-color: #0B9066; }
a { background-color: rgb(11,144,102); }
div.DivClassName
{
background-color: #0B9066;
}
.BgClassName
{
background-color: #0B9066;
}
</style>
border-color css
<style>
span { border-color: #0B9066; }
span { border-color: rgb(11,144,102); }
td.TdClassName
{
border-color: #0B9066;
}
.TagClassName
{
border-color: #0B9066;
}
</style>