Shades of Observatory #0F8879
Tints of Observatory #0F8879
RGB
CMYK
RGB Variations
Color information
#0F8879 (or 0x0F8879) is known color: Observatory. HEX triplet: 0F, 88 and 79. RGB value is (15,136,121). Sum of RGB (Red+Green+Blue) = 15+136+121=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8879 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8879 is #F07786. Grayscale: #626262. Windows color (decimal): -15759239 or 7964687. OLE color: 7964687.
HSL color Cylindrical-coordinate representation of color #0F8879: hue angle of 172.56º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8879 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 136 | 121 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.47 |
| HSL | 172.56º | 0.8% | 0.3% | - |
| HSV(B) | 172.56º | 0.89% | 0.53% | - |
| XYZ | 12.45 | 19.09 | 21.12 | - |
| YUV | 98.11 | 140.91 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 136 | 121 | 0.89 | 0 | 0.11 | 0.47 | 172.56 | 0.8 | 0.3 |
| Hex | F | 88 | 79 | 59 | 0 | B | 2F | AD | 50 | 1E |
| Octal | 17 | 210 | 171 | 131 | 0 | 13 | 57 | 255 | 120 | 36 |
| Binary | 1111 | 10001000 | 1111001 | 1011001 | 0 | 1011 | 101111 | 10101101 | 1010000 | 11110 |
Color Harmonies of #0F8879
Complementary color
Monochromatic Colors of #0F8879
Black with #0F8879
Text Example
Text Example
White with #0F8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8879; }
p { color: rgb(15,136,121); }
H1.HeaderClassName
{
color: #0F8879;
}
.AnyTagClassName
{
color: #0F8879;
}
</style>
background-color css
<style>
a { background-color: #0F8879; }
a { background-color: rgb(15,136,121); }
div.DivClassName
{
background-color: #0F8879;
}
.BgClassName
{
background-color: #0F8879;
}
</style>
border-color css
<style>
span { border-color: #0F8879; }
span { border-color: rgb(15,136,121); }
td.TdClassName
{
border-color: #0F8879;
}
.TagClassName
{
border-color: #0F8879;
}
</style>