Shades of Observatory #0B8F72
Tints of Observatory #0B8F72
RGB
CMYK
RGB Variations
Color information
#0B8F72 (or 0x0B8F72) is known color: Observatory. HEX triplet: 0B, 8F and 72. RGB value is (11,143,114). Sum of RGB (Red+Green+Blue) = 11+143+114=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #0B8F72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8F72 is #F4708D. Grayscale: #646464. Windows color (decimal): -16019598 or 7507723. OLE color: 7507723.
HSL color Cylindrical-coordinate representation of color #0B8F72: hue angle of 166.82º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8F72 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 143 | 114 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.44 |
| HSL | 166.82º | 0.86% | 0.3% | - |
| HSV(B) | 166.82º | 0.92% | 0.56% | - |
| XYZ | 13 | 20.93 | 19.27 | - |
| YUV | 100.23 | 135.77 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 114 | 0.92 | 0 | 0.20 | 0.44 | 166.82 | 0.86 | 0.3 |
| Hex | B | 8F | 72 | 5C | 0 | 14 | 2C | A7 | 56 | 1E |
| Octal | 13 | 217 | 162 | 134 | 0 | 24 | 54 | 247 | 126 | 36 |
| Binary | 1011 | 10001111 | 1110010 | 1011100 | 0 | 10100 | 101100 | 10100111 | 1010110 | 11110 |
Color Harmonies of #0B8F72
Complementary color
Monochromatic Colors of #0B8F72
Black with #0B8F72
Text Example
Text Example
White with #0B8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8F72; }
p { color: rgb(11,143,114); }
H1.HeaderClassName
{
color: #0B8F72;
}
.AnyTagClassName
{
color: #0B8F72;
}
</style>
background-color css
<style>
a { background-color: #0B8F72; }
a { background-color: rgb(11,143,114); }
div.DivClassName
{
background-color: #0B8F72;
}
.BgClassName
{
background-color: #0B8F72;
}
</style>
border-color css
<style>
span { border-color: #0B8F72; }
span { border-color: rgb(11,143,114); }
td.TdClassName
{
border-color: #0B8F72;
}
.TagClassName
{
border-color: #0B8F72;
}
</style>