Shades of Observatory #0B856F
Tints of Observatory #0B856F
RGB
CMYK
RGB Variations
Color information
#0B856F (or 0x0B856F) is known color: Observatory. HEX triplet: 0B, 85 and 6F. RGB value is (11,133,111). Sum of RGB (Red+Green+Blue) = 11+133+111=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #0B856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B856F is #F47A90. Grayscale: #5D5D5D. Windows color (decimal): -16022161 or 7308555. OLE color: 7308555.
HSL color Cylindrical-coordinate representation of color #0B856F: hue angle of 169.18º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B856F is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 111 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.48 |
| HSL | 169.18º | 0.85% | 0.28% | - |
| HSV(B) | 169.18º | 0.92% | 0.52% | - |
| XYZ | 11.39 | 17.99 | 17.91 | - |
| YUV | 94.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 111 | 0.92 | 0 | 0.17 | 0.48 | 169.18 | 0.85 | 0.28 |
| Hex | B | 85 | 6F | 5C | 0 | 11 | 30 | A9 | 55 | 1C |
| Octal | 13 | 205 | 157 | 134 | 0 | 21 | 60 | 251 | 125 | 34 |
| Binary | 1011 | 10000101 | 1101111 | 1011100 | 0 | 10001 | 110000 | 10101001 | 1010101 | 11100 |
Color Harmonies of #0B856F
Complementary color
Monochromatic Colors of #0B856F
Black with #0B856F
Text Example
Text Example
White with #0B856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B856F; }
p { color: rgb(11,133,111); }
H1.HeaderClassName
{
color: #0B856F;
}
.AnyTagClassName
{
color: #0B856F;
}
</style>
background-color css
<style>
a { background-color: #0B856F; }
a { background-color: rgb(11,133,111); }
div.DivClassName
{
background-color: #0B856F;
}
.BgClassName
{
background-color: #0B856F;
}
</style>
border-color css
<style>
span { border-color: #0B856F; }
span { border-color: rgb(11,133,111); }
td.TdClassName
{
border-color: #0B856F;
}
.TagClassName
{
border-color: #0B856F;
}
</style>