Shades of Observatory #0B9270
Tints of Observatory #0B9270
RGB
CMYK
RGB Variations
Color information
#0B9270 (or 0x0B9270) is known color: Observatory. HEX triplet: 0B, 92 and 70. RGB value is (11,146,112). Sum of RGB (Red+Green+Blue) = 11+146+112=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #0B9270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9270 is #F46D8F. Grayscale: #656565. Windows color (decimal): -16018832 or 7377419. OLE color: 7377419.
HSL color Cylindrical-coordinate representation of color #0B9270: hue angle of 164.89º 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 #0B9270 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 146 | 112 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.43 |
| HSL | 164.89º | 0.86% | 0.31% | - |
| HSV(B) | 164.89º | 0.92% | 0.57% | - |
| XYZ | 13.34 | 21.8 | 18.83 | - |
| YUV | 101.76 | 133.77 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 146 | 112 | 0.92 | 0 | 0.23 | 0.43 | 164.89 | 0.86 | 0.31 |
| Hex | B | 92 | 70 | 5C | 0 | 17 | 2B | A5 | 56 | 1F |
| Octal | 13 | 222 | 160 | 134 | 0 | 27 | 53 | 245 | 126 | 37 |
| Binary | 1011 | 10010010 | 1110000 | 1011100 | 0 | 10111 | 101011 | 10100101 | 1010110 | 11111 |
Color Harmonies of #0B9270
Complementary color
Monochromatic Colors of #0B9270
Black with #0B9270
Text Example
Text Example
White with #0B9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9270; }
p { color: rgb(11,146,112); }
H1.HeaderClassName
{
color: #0B9270;
}
.AnyTagClassName
{
color: #0B9270;
}
</style>
background-color css
<style>
a { background-color: #0B9270; }
a { background-color: rgb(11,146,112); }
div.DivClassName
{
background-color: #0B9270;
}
.BgClassName
{
background-color: #0B9270;
}
</style>
border-color css
<style>
span { border-color: #0B9270; }
span { border-color: rgb(11,146,112); }
td.TdClassName
{
border-color: #0B9270;
}
.TagClassName
{
border-color: #0B9270;
}
</style>