Shades of Observatory #0B8F78
Tints of Observatory #0B8F78
RGB
CMYK
RGB Variations
Color information
#0B8F78 (or 0x0B8F78) is known color: Observatory. HEX triplet: 0B, 8F and 78. RGB value is (11,143,120). Sum of RGB (Red+Green+Blue) = 11+143+120=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #0B8F78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8F78 is #F47087. Grayscale: #646464. Windows color (decimal): -16019592 or 7900939. OLE color: 7900939.
HSL color Cylindrical-coordinate representation of color #0B8F78: hue angle of 169.55º 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 #0B8F78 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 143 | 120 | - |
| CMYK | 0.92 | 0 | 0.16 | 0.44 |
| HSL | 169.55º | 0.86% | 0.3% | - |
| HSV(B) | 169.55º | 0.92% | 0.56% | - |
| XYZ | 13.35 | 21.07 | 21.13 | - |
| YUV | 100.91 | 138.77 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 120 | 0.92 | 0 | 0.16 | 0.44 | 169.55 | 0.86 | 0.3 |
| Hex | B | 8F | 78 | 5C | 0 | 10 | 2C | AA | 56 | 1E |
| Octal | 13 | 217 | 170 | 134 | 0 | 20 | 54 | 252 | 126 | 36 |
| Binary | 1011 | 10001111 | 1111000 | 1011100 | 0 | 10000 | 101100 | 10101010 | 1010110 | 11110 |
Color Harmonies of #0B8F78
Complementary color
Monochromatic Colors of #0B8F78
Black with #0B8F78
Text Example
Text Example
White with #0B8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8F78; }
p { color: rgb(11,143,120); }
H1.HeaderClassName
{
color: #0B8F78;
}
.AnyTagClassName
{
color: #0B8F78;
}
</style>
background-color css
<style>
a { background-color: #0B8F78; }
a { background-color: rgb(11,143,120); }
div.DivClassName
{
background-color: #0B8F78;
}
.BgClassName
{
background-color: #0B8F78;
}
</style>
border-color css
<style>
span { border-color: #0B8F78; }
span { border-color: rgb(11,143,120); }
td.TdClassName
{
border-color: #0B8F78;
}
.TagClassName
{
border-color: #0B8F78;
}
</style>