Shades of Observatory #0B8D6C
Tints of Observatory #0B8D6C
RGB
CMYK
RGB Variations
Color information
#0B8D6C (or 0x0B8D6C) is known color: Observatory. HEX triplet: 0B, 8D and 6C. RGB value is (11,141,108). Sum of RGB (Red+Green+Blue) = 11+141+108=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 141 (55.47% from 255 or 54.23% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 141 - color contains mainly: green. Hex color #0B8D6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8D6C is #F47293. Grayscale: #626262. Windows color (decimal): -16020116 or 7113995. OLE color: 7113995.
HSL color Cylindrical-coordinate representation of color #0B8D6C: hue angle of 164.77º 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 #0B8D6C is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 141 | 108 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.45 |
| HSL | 164.77º | 0.86% | 0.3% | - |
| HSV(B) | 164.77º | 0.92% | 0.55% | - |
| XYZ | 12.37 | 20.2 | 17.44 | - |
| YUV | 98.37 | 133.43 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 141 | 108 | 0.92 | 0 | 0.23 | 0.45 | 164.77 | 0.86 | 0.3 |
| Hex | B | 8D | 6C | 5C | 0 | 17 | 2D | A5 | 56 | 1E |
| Octal | 13 | 215 | 154 | 134 | 0 | 27 | 55 | 245 | 126 | 36 |
| Binary | 1011 | 10001101 | 1101100 | 1011100 | 0 | 10111 | 101101 | 10100101 | 1010110 | 11110 |
Color Harmonies of #0B8D6C
Complementary color
Monochromatic Colors of #0B8D6C
Black with #0B8D6C
Text Example
Text Example
White with #0B8D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8D6C; }
p { color: rgb(11,141,108); }
H1.HeaderClassName
{
color: #0B8D6C;
}
.AnyTagClassName
{
color: #0B8D6C;
}
</style>
background-color css
<style>
a { background-color: #0B8D6C; }
a { background-color: rgb(11,141,108); }
div.DivClassName
{
background-color: #0B8D6C;
}
.BgClassName
{
background-color: #0B8D6C;
}
</style>
border-color css
<style>
span { border-color: #0B8D6C; }
span { border-color: rgb(11,141,108); }
td.TdClassName
{
border-color: #0B8D6C;
}
.TagClassName
{
border-color: #0B8D6C;
}
</style>