Shades of Observatory #0F9273
Tints of Observatory #0F9273
RGB
CMYK
RGB Variations
Color information
#0F9273 (or 0x0F9273) is known color: Observatory. HEX triplet: 0F, 92 and 73. RGB value is (15,146,115). Sum of RGB (Red+Green+Blue) = 15+146+115=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #0F9273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9273 is #F06D8C. Grayscale: #676767. Windows color (decimal): -15756685 or 7574031. OLE color: 7574031.
HSL color Cylindrical-coordinate representation of color #0F9273: hue angle of 165.8º 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 #0F9273 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 146 | 115 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.43 |
| HSL | 165.8º | 0.81% | 0.32% | - |
| HSV(B) | 165.8º | 0.9% | 0.57% | - |
| XYZ | 13.57 | 21.9 | 19.73 | - |
| YUV | 103.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 146 | 115 | 0.90 | 0 | 0.21 | 0.43 | 165.8 | 0.81 | 0.32 |
| Hex | F | 92 | 73 | 5A | 0 | 15 | 2B | A6 | 51 | 20 |
| Octal | 17 | 222 | 163 | 132 | 0 | 25 | 53 | 246 | 121 | 40 |
| Binary | 1111 | 10010010 | 1110011 | 1011010 | 0 | 10101 | 101011 | 10100110 | 1010001 | 100000 |
Color Harmonies of #0F9273
Complementary color
Monochromatic Colors of #0F9273
Black with #0F9273
Text Example
Text Example
White with #0F9273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9273; }
p { color: rgb(15,146,115); }
H1.HeaderClassName
{
color: #0F9273;
}
.AnyTagClassName
{
color: #0F9273;
}
</style>
background-color css
<style>
a { background-color: #0F9273; }
a { background-color: rgb(15,146,115); }
div.DivClassName
{
background-color: #0F9273;
}
.BgClassName
{
background-color: #0F9273;
}
</style>
border-color css
<style>
span { border-color: #0F9273; }
span { border-color: rgb(15,146,115); }
td.TdClassName
{
border-color: #0F9273;
}
.TagClassName
{
border-color: #0F9273;
}
</style>