Shades of Observatory #0F9072
Tints of Observatory #0F9072
RGB
CMYK
RGB Variations
Color information
#0F9072 (or 0x0F9072) is known color: Observatory. HEX triplet: 0F, 90 and 72. RGB value is (15,144,114). Sum of RGB (Red+Green+Blue) = 15+144+114=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9072 is #F06F8D. Grayscale: #666666. Windows color (decimal): -15757198 or 7507983. OLE color: 7507983.
HSL color Cylindrical-coordinate representation of color #0F9072: hue angle of 166.05º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9072 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 144 | 114 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.44 |
| HSL | 166.05º | 0.81% | 0.31% | - |
| HSV(B) | 166.05º | 0.9% | 0.56% | - |
| XYZ | 13.21 | 21.26 | 19.33 | - |
| YUV | 102.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 114 | 0.90 | 0 | 0.21 | 0.44 | 166.05 | 0.81 | 0.31 |
| Hex | F | 90 | 72 | 5A | 0 | 15 | 2C | A6 | 51 | 1F |
| Octal | 17 | 220 | 162 | 132 | 0 | 25 | 54 | 246 | 121 | 37 |
| Binary | 1111 | 10010000 | 1110010 | 1011010 | 0 | 10101 | 101100 | 10100110 | 1010001 | 11111 |
Color Harmonies of #0F9072
Complementary color
Monochromatic Colors of #0F9072
Black with #0F9072
Text Example
Text Example
White with #0F9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9072; }
p { color: rgb(15,144,114); }
H1.HeaderClassName
{
color: #0F9072;
}
.AnyTagClassName
{
color: #0F9072;
}
</style>
background-color css
<style>
a { background-color: #0F9072; }
a { background-color: rgb(15,144,114); }
div.DivClassName
{
background-color: #0F9072;
}
.BgClassName
{
background-color: #0F9072;
}
</style>
border-color css
<style>
span { border-color: #0F9072; }
span { border-color: rgb(15,144,114); }
td.TdClassName
{
border-color: #0F9072;
}
.TagClassName
{
border-color: #0F9072;
}
</style>