Shades of Observatory #0F9172
Tints of Observatory #0F9172
RGB
CMYK
RGB Variations
Color information
#0F9172 (or 0x0F9172) is known color: Observatory. HEX triplet: 0F, 91 and 72. RGB value is (15,145,114). Sum of RGB (Red+Green+Blue) = 15+145+114=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9172 is #F06E8D. Grayscale: #666666. Windows color (decimal): -15756942 or 7508239. OLE color: 7508239.
HSL color Cylindrical-coordinate representation of color #0F9172: hue angle of 165.69º 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 #0F9172 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 114 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.43 |
| HSL | 165.69º | 0.81% | 0.31% | - |
| HSV(B) | 165.69º | 0.9% | 0.57% | - |
| XYZ | 13.36 | 21.57 | 19.38 | - |
| YUV | 102.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 114 | 0.90 | 0 | 0.21 | 0.43 | 165.69 | 0.81 | 0.31 |
| Hex | F | 91 | 72 | 5A | 0 | 15 | 2B | A6 | 51 | 1F |
| Octal | 17 | 221 | 162 | 132 | 0 | 25 | 53 | 246 | 121 | 37 |
| Binary | 1111 | 10010001 | 1110010 | 1011010 | 0 | 10101 | 101011 | 10100110 | 1010001 | 11111 |
Color Harmonies of #0F9172
Complementary color
Monochromatic Colors of #0F9172
Black with #0F9172
Text Example
Text Example
White with #0F9172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9172; }
p { color: rgb(15,145,114); }
H1.HeaderClassName
{
color: #0F9172;
}
.AnyTagClassName
{
color: #0F9172;
}
</style>
background-color css
<style>
a { background-color: #0F9172; }
a { background-color: rgb(15,145,114); }
div.DivClassName
{
background-color: #0F9172;
}
.BgClassName
{
background-color: #0F9172;
}
</style>
border-color css
<style>
span { border-color: #0F9172; }
span { border-color: rgb(15,145,114); }
td.TdClassName
{
border-color: #0F9172;
}
.TagClassName
{
border-color: #0F9172;
}
</style>