Shades of Observatory #0B9266
Tints of Observatory #0B9266
RGB
CMYK
RGB Variations
Color information
#0B9266 (or 0x0B9266) is known color: Observatory. HEX triplet: 0B, 92 and 66. RGB value is (11,146,102). Sum of RGB (Red+Green+Blue) = 11+146+102=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #0B9266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9266 is #F46D99. Grayscale: #646464. Windows color (decimal): -16018842 or 6722059. OLE color: 6722059.
HSL color Cylindrical-coordinate representation of color #0B9266: hue angle of 160.44º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B9266 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 146 | 102 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.43 |
| HSL | 160.44º | 0.86% | 0.31% | - |
| HSV(B) | 160.44º | 0.92% | 0.57% | - |
| XYZ | 12.82 | 21.59 | 16.06 | - |
| YUV | 100.62 | 128.77 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 146 | 102 | 0.92 | 0 | 0.30 | 0.43 | 160.44 | 0.86 | 0.31 |
| Hex | B | 92 | 66 | 5C | 0 | 1E | 2B | A0 | 56 | 1F |
| Octal | 13 | 222 | 146 | 134 | 0 | 36 | 53 | 240 | 126 | 37 |
| Binary | 1011 | 10010010 | 1100110 | 1011100 | 0 | 11110 | 101011 | 10100000 | 1010110 | 11111 |
Color Harmonies of #0B9266
Complementary color
Monochromatic Colors of #0B9266
Black with #0B9266
Text Example
Text Example
White with #0B9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9266; }
p { color: rgb(11,146,102); }
H1.HeaderClassName
{
color: #0B9266;
}
.AnyTagClassName
{
color: #0B9266;
}
</style>
background-color css
<style>
a { background-color: #0B9266; }
a { background-color: rgb(11,146,102); }
div.DivClassName
{
background-color: #0B9266;
}
.BgClassName
{
background-color: #0B9266;
}
</style>
border-color css
<style>
span { border-color: #0B9266; }
span { border-color: rgb(11,146,102); }
td.TdClassName
{
border-color: #0B9266;
}
.TagClassName
{
border-color: #0B9266;
}
</style>