Shades of Observatory #0F927C
Tints of Observatory #0F927C
RGB
CMYK
RGB Variations
Color information
#0F927C (or 0x0F927C) is known color: Observatory. HEX triplet: 0F, 92 and 7C. RGB value is (15,146,124). Sum of RGB (Red+Green+Blue) = 15+146+124=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #0F927C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F927C is #F06D83. Grayscale: #686868. Windows color (decimal): -15756676 or 8163855. OLE color: 8163855.
HSL color Cylindrical-coordinate representation of color #0F927C: hue angle of 169.92º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F927C is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 146 | 124 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.43 |
| HSL | 169.92º | 0.81% | 0.32% | - |
| HSV(B) | 169.92º | 0.9% | 0.57% | - |
| XYZ | 14.11 | 22.11 | 22.59 | - |
| YUV | 104.32 | 139.1 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 146 | 124 | 0.90 | 0 | 0.15 | 0.43 | 169.92 | 0.81 | 0.32 |
| Hex | F | 92 | 7C | 5A | 0 | F | 2B | AA | 51 | 20 |
| Octal | 17 | 222 | 174 | 132 | 0 | 17 | 53 | 252 | 121 | 40 |
| Binary | 1111 | 10010010 | 1111100 | 1011010 | 0 | 1111 | 101011 | 10101010 | 1010001 | 100000 |
Color Harmonies of #0F927C
Complementary color
Monochromatic Colors of #0F927C
Black with #0F927C
Text Example
Text Example
White with #0F927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F927C; }
p { color: rgb(15,146,124); }
H1.HeaderClassName
{
color: #0F927C;
}
.AnyTagClassName
{
color: #0F927C;
}
</style>
background-color css
<style>
a { background-color: #0F927C; }
a { background-color: rgb(15,146,124); }
div.DivClassName
{
background-color: #0F927C;
}
.BgClassName
{
background-color: #0F927C;
}
</style>
border-color css
<style>
span { border-color: #0F927C; }
span { border-color: rgb(15,146,124); }
td.TdClassName
{
border-color: #0F927C;
}
.TagClassName
{
border-color: #0F927C;
}
</style>