Shades of Observatory #0B856D
Tints of Observatory #0B856D
RGB
CMYK
RGB Variations
Color information
#0B856D (or 0x0B856D) is known color: Observatory. HEX triplet: 0B, 85 and 6D. RGB value is (11,133,109). Sum of RGB (Red+Green+Blue) = 11+133+109=253 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.35% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #0B856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B856D is #F47A92. Grayscale: #5D5D5D. Windows color (decimal): -16022163 or 7177483. OLE color: 7177483.
HSL color Cylindrical-coordinate representation of color #0B856D: hue angle of 168.2º 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 #0B856D is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 109 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.48 |
| HSL | 168.2º | 0.85% | 0.28% | - |
| HSV(B) | 168.2º | 0.92% | 0.52% | - |
| XYZ | 11.29 | 17.95 | 17.34 | - |
| YUV | 93.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 109 | 0.92 | 0 | 0.18 | 0.48 | 168.2 | 0.85 | 0.28 |
| Hex | B | 85 | 6D | 5C | 0 | 12 | 30 | A8 | 55 | 1C |
| Octal | 13 | 205 | 155 | 134 | 0 | 22 | 60 | 250 | 125 | 34 |
| Binary | 1011 | 10000101 | 1101101 | 1011100 | 0 | 10010 | 110000 | 10101000 | 1010101 | 11100 |
Color Harmonies of #0B856D
Complementary color
Monochromatic Colors of #0B856D
Black with #0B856D
Text Example
Text Example
White with #0B856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B856D; }
p { color: rgb(11,133,109); }
H1.HeaderClassName
{
color: #0B856D;
}
.AnyTagClassName
{
color: #0B856D;
}
</style>
background-color css
<style>
a { background-color: #0B856D; }
a { background-color: rgb(11,133,109); }
div.DivClassName
{
background-color: #0B856D;
}
.BgClassName
{
background-color: #0B856D;
}
</style>
border-color css
<style>
span { border-color: #0B856D; }
span { border-color: rgb(11,133,109); }
td.TdClassName
{
border-color: #0B856D;
}
.TagClassName
{
border-color: #0B856D;
}
</style>