Shades of Observatory #0F9178
Tints of Observatory #0F9178
RGB
CMYK
RGB Variations
Color information
#0F9178 (or 0x0F9178) is known color: Observatory. HEX triplet: 0F, 91 and 78. RGB value is (15,145,120). Sum of RGB (Red+Green+Blue) = 15+145+120=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9178 is #F06E87. Grayscale: #676767. Windows color (decimal): -15756936 or 7901455. OLE color: 7901455.
HSL color Cylindrical-coordinate representation of color #0F9178: hue angle of 168.46º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9178 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 120 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.43 |
| HSL | 168.46º | 0.81% | 0.31% | - |
| HSV(B) | 168.46º | 0.9% | 0.57% | - |
| XYZ | 13.71 | 21.71 | 21.24 | - |
| YUV | 103.28 | 137.43 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 120 | 0.90 | 0 | 0.17 | 0.43 | 168.46 | 0.81 | 0.31 |
| Hex | F | 91 | 78 | 5A | 0 | 11 | 2B | A8 | 51 | 1F |
| Octal | 17 | 221 | 170 | 132 | 0 | 21 | 53 | 250 | 121 | 37 |
| Binary | 1111 | 10010001 | 1111000 | 1011010 | 0 | 10001 | 101011 | 10101000 | 1010001 | 11111 |
Color Harmonies of #0F9178
Complementary color
Monochromatic Colors of #0F9178
Black with #0F9178
Text Example
Text Example
White with #0F9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9178; }
p { color: rgb(15,145,120); }
H1.HeaderClassName
{
color: #0F9178;
}
.AnyTagClassName
{
color: #0F9178;
}
</style>
background-color css
<style>
a { background-color: #0F9178; }
a { background-color: rgb(15,145,120); }
div.DivClassName
{
background-color: #0F9178;
}
.BgClassName
{
background-color: #0F9178;
}
</style>
border-color css
<style>
span { border-color: #0F9178; }
span { border-color: rgb(15,145,120); }
td.TdClassName
{
border-color: #0F9178;
}
.TagClassName
{
border-color: #0F9178;
}
</style>