Shades of Observatory #0B907A
Tints of Observatory #0B907A
RGB
CMYK
RGB Variations
Color information
#0B907A (or 0x0B907A) is known color: Observatory. HEX triplet: 0B, 90 and 7A. RGB value is (11,144,122). Sum of RGB (Red+Green+Blue) = 11+144+122=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #0B907A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B907A is #F46F85. Grayscale: #656565. Windows color (decimal): -16019334 or 8032267. OLE color: 8032267.
HSL color Cylindrical-coordinate representation of color #0B907A: hue angle of 170.08º 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 #0B907A is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 144 | 122 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.44 |
| HSL | 170.08º | 0.86% | 0.3% | - |
| HSV(B) | 170.08º | 0.92% | 0.56% | - |
| XYZ | 13.62 | 21.42 | 21.83 | - |
| YUV | 101.73 | 139.44 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 122 | 0.92 | 0 | 0.15 | 0.44 | 170.08 | 0.86 | 0.3 |
| Hex | B | 90 | 7A | 5C | 0 | F | 2C | AA | 56 | 1E |
| Octal | 13 | 220 | 172 | 134 | 0 | 17 | 54 | 252 | 126 | 36 |
| Binary | 1011 | 10010000 | 1111010 | 1011100 | 0 | 1111 | 101100 | 10101010 | 1010110 | 11110 |
Color Harmonies of #0B907A
Complementary color
Monochromatic Colors of #0B907A
Black with #0B907A
Text Example
Text Example
White with #0B907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B907A; }
p { color: rgb(11,144,122); }
H1.HeaderClassName
{
color: #0B907A;
}
.AnyTagClassName
{
color: #0B907A;
}
</style>
background-color css
<style>
a { background-color: #0B907A; }
a { background-color: rgb(11,144,122); }
div.DivClassName
{
background-color: #0B907A;
}
.BgClassName
{
background-color: #0B907A;
}
</style>
border-color css
<style>
span { border-color: #0B907A; }
span { border-color: rgb(11,144,122); }
td.TdClassName
{
border-color: #0B907A;
}
.TagClassName
{
border-color: #0B907A;
}
</style>