Shades of Observatory #0B907F
Tints of Observatory #0B907F
RGB
CMYK
RGB Variations
Color information
#0B907F (or 0x0B907F) is known color: Observatory. HEX triplet: 0B, 90 and 7F. RGB value is (11,144,127). Sum of RGB (Red+Green+Blue) = 11+144+127=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #0B907F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B907F is #F46F80. Grayscale: #666666. Windows color (decimal): -16019329 or 8359947. OLE color: 8359947.
HSL color Cylindrical-coordinate representation of color #0B907F: hue angle of 172.33º 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 #0B907F is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 144 | 127 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.44 |
| HSL | 172.33º | 0.86% | 0.3% | - |
| HSV(B) | 172.33º | 0.92% | 0.56% | - |
| XYZ | 13.94 | 21.55 | 23.5 | - |
| YUV | 102.3 | 141.94 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 144 | 127 | 0.92 | 0 | 0.12 | 0.44 | 172.33 | 0.86 | 0.3 |
| Hex | B | 90 | 7F | 5C | 0 | C | 2C | AC | 56 | 1E |
| Octal | 13 | 220 | 177 | 134 | 0 | 14 | 54 | 254 | 126 | 36 |
| Binary | 1011 | 10010000 | 1111111 | 1011100 | 0 | 1100 | 101100 | 10101100 | 1010110 | 11110 |
Color Harmonies of #0B907F
Complementary color
Monochromatic Colors of #0B907F
Black with #0B907F
Text Example
Text Example
White with #0B907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B907F; }
p { color: rgb(11,144,127); }
H1.HeaderClassName
{
color: #0B907F;
}
.AnyTagClassName
{
color: #0B907F;
}
</style>
background-color css
<style>
a { background-color: #0B907F; }
a { background-color: rgb(11,144,127); }
div.DivClassName
{
background-color: #0B907F;
}
.BgClassName
{
background-color: #0B907F;
}
</style>
border-color css
<style>
span { border-color: #0B907F; }
span { border-color: rgb(11,144,127); }
td.TdClassName
{
border-color: #0B907F;
}
.TagClassName
{
border-color: #0B907F;
}
</style>