Shades of Observatory #0B9370
Tints of Observatory #0B9370
RGB
CMYK
RGB Variations
Color information
#0B9370 (or 0x0B9370) is known color: Observatory. HEX triplet: 0B, 93 and 70. RGB value is (11,147,112). Sum of RGB (Red+Green+Blue) = 11+147+112=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #0B9370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9370 is #F46C8F. Grayscale: #666666. Windows color (decimal): -16018576 or 7377675. OLE color: 7377675.
HSL color Cylindrical-coordinate representation of color #0B9370: hue angle of 164.56º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9370 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 147 | 112 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.42 |
| HSL | 164.56º | 0.86% | 0.31% | - |
| HSV(B) | 164.56º | 0.93% | 0.58% | - |
| XYZ | 13.5 | 22.11 | 18.89 | - |
| YUV | 102.35 | 133.44 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 147 | 112 | 0.93 | 0 | 0.24 | 0.42 | 164.56 | 0.86 | 0.31 |
| Hex | B | 93 | 70 | 5D | 0 | 18 | 2A | A5 | 56 | 1F |
| Octal | 13 | 223 | 160 | 135 | 0 | 30 | 52 | 245 | 126 | 37 |
| Binary | 1011 | 10010011 | 1110000 | 1011101 | 0 | 11000 | 101010 | 10100101 | 1010110 | 11111 |
Color Harmonies of #0B9370
Complementary color
Monochromatic Colors of #0B9370
Black with #0B9370
Text Example
Text Example
White with #0B9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9370; }
p { color: rgb(11,147,112); }
H1.HeaderClassName
{
color: #0B9370;
}
.AnyTagClassName
{
color: #0B9370;
}
</style>
background-color css
<style>
a { background-color: #0B9370; }
a { background-color: rgb(11,147,112); }
div.DivClassName
{
background-color: #0B9370;
}
.BgClassName
{
background-color: #0B9370;
}
</style>
border-color css
<style>
span { border-color: #0B9370; }
span { border-color: rgb(11,147,112); }
td.TdClassName
{
border-color: #0B9370;
}
.TagClassName
{
border-color: #0B9370;
}
</style>