Shades of Observatory #0B8D7B
Tints of Observatory #0B8D7B
RGB
CMYK
RGB Variations
Color information
#0B8D7B (or 0x0B8D7B) is known color: Observatory. HEX triplet: 0B, 8D and 7B. RGB value is (11,141,123). Sum of RGB (Red+Green+Blue) = 11+141+123=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8D7B is #F47284. Grayscale: #646464. Windows color (decimal): -16020101 or 8097035. OLE color: 8097035.
HSL color Cylindrical-coordinate representation of color #0B8D7B: hue angle of 171.69º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8D7B is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 141 | 123 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.45 |
| HSL | 171.69º | 0.86% | 0.3% | - |
| HSV(B) | 171.69º | 0.92% | 0.55% | - |
| XYZ | 13.24 | 20.55 | 22.01 | - |
| YUV | 100.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 141 | 123 | 0.92 | 0 | 0.13 | 0.45 | 171.69 | 0.86 | 0.3 |
| Hex | B | 8D | 7B | 5C | 0 | D | 2D | AC | 56 | 1E |
| Octal | 13 | 215 | 173 | 134 | 0 | 15 | 55 | 254 | 126 | 36 |
| Binary | 1011 | 10001101 | 1111011 | 1011100 | 0 | 1101 | 101101 | 10101100 | 1010110 | 11110 |
Color Harmonies of #0B8D7B
Complementary color
Monochromatic Colors of #0B8D7B
Black with #0B8D7B
Text Example
Text Example
White with #0B8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8D7B; }
p { color: rgb(11,141,123); }
H1.HeaderClassName
{
color: #0B8D7B;
}
.AnyTagClassName
{
color: #0B8D7B;
}
</style>
background-color css
<style>
a { background-color: #0B8D7B; }
a { background-color: rgb(11,141,123); }
div.DivClassName
{
background-color: #0B8D7B;
}
.BgClassName
{
background-color: #0B8D7B;
}
</style>
border-color css
<style>
span { border-color: #0B8D7B; }
span { border-color: rgb(11,141,123); }
td.TdClassName
{
border-color: #0B8D7B;
}
.TagClassName
{
border-color: #0B8D7B;
}
</style>