Shades of Observatory #0F8675
Tints of Observatory #0F8675
RGB
CMYK
RGB Variations
Color information
#0F8675 (or 0x0F8675) is known color: Observatory. HEX triplet: 0F, 86 and 75. RGB value is (15,134,117). Sum of RGB (Red+Green+Blue) = 15+134+117=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #0F8675 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8675 is #F0798A. Grayscale: #606060. Windows color (decimal): -15759755 or 7702031. OLE color: 7702031.
HSL color Cylindrical-coordinate representation of color #0F8675: hue angle of 171.43º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8675 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 134 | 117 | - |
| CMYK | 0.89 | 0 | 0.13 | 0.47 |
| HSL | 171.43º | 0.8% | 0.29% | - |
| HSV(B) | 171.43º | 0.89% | 0.53% | - |
| XYZ | 11.93 | 18.44 | 19.76 | - |
| YUV | 96.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 134 | 117 | 0.89 | 0 | 0.13 | 0.47 | 171.43 | 0.8 | 0.29 |
| Hex | F | 86 | 75 | 59 | 0 | D | 2F | AB | 50 | 1D |
| Octal | 17 | 206 | 165 | 131 | 0 | 15 | 57 | 253 | 120 | 35 |
| Binary | 1111 | 10000110 | 1110101 | 1011001 | 0 | 1101 | 101111 | 10101011 | 1010000 | 11101 |
Color Harmonies of #0F8675
Complementary color
Monochromatic Colors of #0F8675
Black with #0F8675
Text Example
Text Example
White with #0F8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8675; }
p { color: rgb(15,134,117); }
H1.HeaderClassName
{
color: #0F8675;
}
.AnyTagClassName
{
color: #0F8675;
}
</style>
background-color css
<style>
a { background-color: #0F8675; }
a { background-color: rgb(15,134,117); }
div.DivClassName
{
background-color: #0F8675;
}
.BgClassName
{
background-color: #0F8675;
}
</style>
border-color css
<style>
span { border-color: #0F8675; }
span { border-color: rgb(15,134,117); }
td.TdClassName
{
border-color: #0F8675;
}
.TagClassName
{
border-color: #0F8675;
}
</style>